Changeset 5ace187


Ignore:
Timestamp:
12/13/2002 03:26:53 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
52a8f0f
Parents:
ea42dfb
Message:

PST structure modification

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@453 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 added
6 edited

Legend:

Unmodified
Added
Removed
  • gnome/lib/gtk-doc/gtk-doc-intro.xml

    rea42dfb r5ace187  
    1616url="http://hints.linuxfromscratch.org/hints/docbook.txt">Installing
    1717Docbook DTDs and Tools</ulink> to centralize the catalogs, add
    18 additional dtd's and dsssl templates and install openjade. If
    19 sgml-common will not install:</para>
    20 
    21 <screen>ln -s /usr/share/automake-1.6 /usr/share/automake</screen>
     18additional dtd's and dsssl templates and install openjade.</para>
    2219
    2320<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:
  • introduction/welcome/changelog.xml

    rea42dfb r5ace187  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>December 13th, 2002 [larry]: PST: Reorganized section to
     14implement docbook hint.</para></listitem>
    1215
    1316<listitem><para>December 12th, 2002 [larry]: PST: Added
  • introduction/welcome/credits.xml

    rea42dfb r5ace187  
    9191libvorbis, libwnck, libxml2, libxslt, libzvt, linc, Lunux_PAM, MPlayer, mutt, nautilus, oaf,
    9292OpenSSH, ORBit, ORBit2, pan, Pango, pccts, pcre, pkgconfig, postfix,
    93 procmail, Python, QT, rep-gtk, ruby, sawfish, scrollkeeper, shadow, unzip,
     93procmail, Python, QT, rep-gtk, ruby, sawfish, scrollkeeper, sgml-common, shadow, unzip,
    9494vorbis-tools, wget, XFce, xine, yelp and zip: <emphasis>Larry Lawrence</emphasis></para></listitem>
    9595
     
    127127Tie-Ten-Quee</emphasis></para></listitem>
    128128
    129 <listitem><para>openoffice: <emphasis>Tushar Teredesai</emphasis></para></listitem>
     129<listitem><para>mozilla and openoffice: <emphasis>Tushar Teredesai</emphasis></para></listitem>
    130130
    131131</itemizedlist>
     
    163163<listitem><para><emphasis>Tushar Teredesai</emphasis> for writing the
    164164Compiling Java 2 SDK from Scratch hint on which j2sdk is
    165 based.</para></listitem>
     165based and for writing the docbook hint used throughout the typesetting
     166chapter.</para></listitem>
    166167
    167168<listitem><para><emphasis>Oliver Brackmann</emphasis> for developing the
  • pst/pst.ent

    rea42dfb r5ace187  
    77<!ENTITY pst-scanning SYSTEM "scanning/scanning.xml">
    88
     9<!-- SGML -->
     10<!ENTITY pst-sgml SYSTEM "typesetting/sgml.xml">
     11<!ENTITY % sgml-common SYSTEM "typesetting/sgml-common/sgml-common.ent">
     12%sgml-common;
     13
     14<!-- XML -->
     15<!ENTITY pst-xml SYSTEM "typesetting/xml.xml">
     16
     17<!-- PS -->
     18<!ENTITY pst-ps SYSTEM "typesetting/ps.xml">
     19
    920<!-- Typesetting -->
    1021<!ENTITY pst-typesetting SYSTEM "typesetting/typesetting.xml">
    11 <!ENTITY % sgml-common SYSTEM "typesetting/sgml-common/sgml-common.ent">
    1222<!ENTITY % DocBook SYSTEM "typesetting/docbook/docbook.ent">
    1323<!ENTITY % tex SYSTEM "typesetting/tex/tex.ent">
    14 %sgml-common;
    1524%DocBook;
    1625%tex;
  • pst/pst.xml

    rea42dfb r5ace187  
    55&pst-printing;
    66&pst-scanning;
     7&pst-sgml;
     8&pst-xml;
     9&pst-ps;
    710&pst-typesetting;
    811
  • pst/typesetting/typesetting.xml

    rea42dfb r5ace187  
    33<title>Typesetting</title>
    44
    5 <para>Placeholder for a2ps, openjade, tex and latex.</para>
     5<para>Placeholder for latex MathML?.</para>
    66
    7 &sgml-common;
    8 &DocBook;
    97&tex;
    108
Note: See TracChangeset for help on using the changeset viewer.