PST structure modification

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@453 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2002-12-13 15:26:53 +00:00
parent ea42dfb292
commit 5ace18788b
9 changed files with 49 additions and 12 deletions

View File

@ -15,10 +15,7 @@ that you will not have any documentation, if gtk-doc is not available,
the install process will copy pre-built documentation to your system. If you choose to install this package, you will need to follow the hint titled <ulink
url="http://hints.linuxfromscratch.org/hints/docbook.txt">Installing
Docbook DTDs and Tools</ulink> to centralize the catalogs, add
additional dtd's and dsssl templates and install openjade. If
sgml-common will not install:</para>
<screen>ln -s /usr/share/automake-1.6 /usr/share/automake</screen>
additional dtd's and dsssl templates and install openjade.</para>
<para>You also need to add dtd v3.0 to your collection, and finally, you need to modify dtd-3.1 by adding <ulink url="http:www.labs.redhat.com/png/png-support.html">png-support-3.1.dtd</ulink> to <filename>/usr/share/sgml/docbook/sgml-dtd-3.1</filename> and placing:
<screen>PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN" "png-support-3.1.dtd"</screen>

View File

@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>December 13th, 2002 [larry]: PST: Reorganized section to
implement docbook hint.</para></listitem>
<listitem><para>December 12th, 2002 [larry]: PST: Added
sgml-common-0.6.3.</para></listitem>

View File

@ -90,7 +90,7 @@ libglade, libgnome, libgnomecanvas, libgnomeprint, libgnomeprintui,
libgnomeui, libgtkhtml, libgtop, libIDL, libogg, librep, librsvg,
libvorbis, libwnck, libxml2, libxslt, libzvt, linc, Lunux_PAM, MPlayer, mutt, nautilus, oaf,
OpenSSH, ORBit, ORBit2, pan, Pango, pccts, pcre, pkgconfig, postfix,
procmail, Python, QT, rep-gtk, ruby, sawfish, scrollkeeper, shadow, unzip,
procmail, Python, QT, rep-gtk, ruby, sawfish, scrollkeeper, sgml-common, shadow, unzip,
vorbis-tools, wget, XFce, xine, yelp and zip: <emphasis>Larry Lawrence</emphasis></para></listitem>
<listitem><para>CDParanoia, mpg123, SDL and XMMS: <emphasis>Jeroen
@ -126,7 +126,7 @@ Bauscher</emphasis></para></listitem>
<listitem><para>MySQL: <emphasis>Jesse
Tie-Ten-Quee</emphasis></para></listitem>
<listitem><para>openoffice: <emphasis>Tushar Teredesai</emphasis></para></listitem>
<listitem><para>mozilla and openoffice: <emphasis>Tushar Teredesai</emphasis></para></listitem>
</itemizedlist>
</sect2>
@ -162,7 +162,8 @@ warning us that Gnome2 was a toy.</para></listitem>
<listitem><para><emphasis>Tushar Teredesai</emphasis> for writing the
Compiling Java 2 SDK from Scratch hint on which j2sdk is
based.</para></listitem>
based and for writing the docbook hint used throughout the typesetting
chapter.</para></listitem>
<listitem><para><emphasis>Oliver Brackmann</emphasis> for developing the
dhcpcd patch for FHS complience.</para></listitem>

View File

@ -6,11 +6,20 @@
<!-- Scanning -->
<!ENTITY pst-scanning SYSTEM "scanning/scanning.xml">
<!-- SGML -->
<!ENTITY pst-sgml SYSTEM "typesetting/sgml.xml">
<!ENTITY % sgml-common SYSTEM "typesetting/sgml-common/sgml-common.ent">
%sgml-common;
<!-- XML -->
<!ENTITY pst-xml SYSTEM "typesetting/xml.xml">
<!-- PS -->
<!ENTITY pst-ps SYSTEM "typesetting/ps.xml">
<!-- Typesetting -->
<!ENTITY pst-typesetting SYSTEM "typesetting/typesetting.xml">
<!ENTITY % sgml-common SYSTEM "typesetting/sgml-common/sgml-common.ent">
<!ENTITY % DocBook SYSTEM "typesetting/docbook/docbook.ent">
<!ENTITY % tex SYSTEM "typesetting/tex/tex.ent">
%sgml-common;
%DocBook;
%tex;

View File

@ -4,6 +4,9 @@
&pst-printing;
&pst-scanning;
&pst-sgml;
&pst-xml;
&pst-ps;
&pst-typesetting;
</part>

8
pst/typesetting/ps.xml Normal file
View File

@ -0,0 +1,8 @@
<chapter id="pst-ps">
<?dbhtml filename="ps.html" dir="pst"?>
<title>Postscript</title>
<para>Placeholder for a2ps, enscript, gsview, gv and acrobat reader.</para>
</chapter>

9
pst/typesetting/sgml.xml Normal file
View File

@ -0,0 +1,9 @@
<chapter id="pst-sgml">
<?dbhtml filename="sgml.html" dir="pst"?>
<title>Standard Generalized Markup Language (SGML)</title>
<para>Placeholder for openjade, sgml-docbook, DSSSL .</para>
&sgml-common;
</chapter>

View File

@ -2,10 +2,8 @@
<?dbhtml filename="typesetting.html" dir="pst"?>
<title>Typesetting</title>
<para>Placeholder for a2ps, openjade, tex and latex.</para>
<para>Placeholder for latex MathML?.</para>
&sgml-common;
&DocBook;
&tex;
</chapter>

9
pst/typesetting/xml.xml Normal file
View File

@ -0,0 +1,9 @@
<chapter id="pst-xml">
<?dbhtml filename="xml.html" dir="pst"?>
<title>Extensible Markup Language (XML)</title>
<para>Placeholder for XSL and future tools.</para>
&DocBook;
</chapter>