Changeset f1e103a for pst


Ignore:
Timestamp:
01/18/2011 12:13:43 AM (13 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b775e11
Parents:
7afe2f1f
Message:

Added new package TeX Live-20100722

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

Location:
pst
Files:
1 added
7 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/gimp-print.xml

    r7afe2f1f rf1e103a  
    6969    <ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>,
    7070    <ulink url="http://www.linuxprinting.org/ijs/">IJS</ulink>,
    71     <xref linkend="tetex"/>,
     71    <xref linkend="tetex"/> or <xref linkend="texlive"/>,
    7272    <xref linkend="docbook-utils"/> and
    7373    <!-- <xref linkend="espgs"/> or --><xref linkend="gs"/></para>
  • pst/printing/gutenprint.xml

    r7afe2f1f rf1e103a  
    7373    <bridgehead renderas="sect4">Optional (to Regenerate Documentation)</bridgehead>
    7474    <para role="optional"><xref linkend="imagemagick"/>,
    75     <xref linkend="tetex"/>,
     75    <xref linkend="tetex"/> or <xref linkend="texlive"/>,
    7676    <xref linkend="doxygen"/>, and
    7777    <xref linkend="docbook-utils"/></para>
  • pst/ps/a2ps.xml

    r7afe2f1f rf1e103a  
    9191    <bridgehead renderas="sect4">Optional</bridgehead>
    9292    <para role="optional"><xref linkend="x-window-system"/>,
    93     <xref linkend="tetex"/>,
     93    <xref linkend="tetex"/> or <xref linkend="texlive"/>,
    9494    <xref linkend="gs"/><!-- or <xref linkend="espgs"/> -->,
    9595    <ulink
  • pst/ps/enscript.xml

    r7afe2f1f rf1e103a  
    9393            --localstatedir=/var \
    9494            --with-media=Letter &amp;&amp;
    95 make</userinput></screen>
    96 
    97     <para>Though it is very sparse, if you have <xref linkend="tetex"/>
    98     installed, you can create alternate forms of the documentation by issuing
    99     any or all of the following commands:</para>
    100 
    101 <screen><userinput>make -C docs ps &amp;&amp;
    102 make -C docs pdf &amp;&amp;
    103 
    104 cd docs &amp;&amp;
    105 texi2html enscript.texi &amp;&amp;
    106 makeinfo --plaintext -o enscript.txt enscript.texi &amp;&amp;
    107 cd ..</userinput></screen>
     95make &amp;&amp;
     96
     97makeinfo --html            -o docs/html          enscript.texi &amp;&amp;
     98makeinfo --html --no-split -o docs/enscript.html enscript.texi &amp;&amp;
     99makeinfo --plaintext       -o enscript.txt       enscript.texi</userinput></screen>
     100
     101    <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/>
     102    installed, you can create Postscript and PDF documentation by issuing
     103    the following command:</para>
     104
     105<screen><userinput>make -C docs ps pdf</userinput></screen>
    108106
    109107    <para>To test the results, issue: <command>make check</command>.</para>
     
    112110
    113111<screen role="root"><userinput>make install &amp;&amp;
    114 install -v -m755 -d /usr/share/doc/enscript-&enscript-version; &amp;&amp;
    115 install -v -m644 README* *.txt docs/FAQ.html \
    116     /usr/share/doc/enscript-&enscript-version;</userinput></screen>
    117 
    118     <para>If you built any of the alternate forms of documentation, install it
     112
     113install -v -m755 -d /usr/share/doc/enscript-&enscript-version;/html &amp;&amp;
     114install -v -m644    docs/html/* \
     115                    /usr/share/doc/enscript-&enscript-version;/html &amp;&amp;
     116install -v -m644    README* *.txt docs/{FAQ.html,enscript.{html,txt}} \
     117                    /usr/share/doc/enscript-&enscript-version;</userinput></screen>
     118
     119    <para>If you built Postscript and PDF documentation, install it
    119120    using the following command as the
    120121    <systemitem class="username">root</systemitem> user:</para>
    121122
    122 <screen role="root"><userinput>install -v -m644 docs/*.{dvi,html,pdf,ps,txt} \
    123     /usr/share/doc/enscript-&enscript-version;</userinput></screen>
     123<screen role="root"><userinput>install -v -m644 docs/*.{dvi,pdf,ps} \
     124                 /usr/share/doc/enscript-&enscript-version;</userinput></screen>
    124125
    125126  </sect2>
  • pst/scanning/sane.xml

    r7afe2f1f rf1e103a  
    102102    <ulink url="http://cyberelk.net/tim/libieee1284/">libieee1284</ulink>,
    103103    <ulink url="http://www.gphoto.org/">libgphoto2</ulink>, and
    104     <xref linkend="tetex"/></para>
     104    <xref linkend="tetex"/> or <xref linkend="texlive"/></para>
    105105
    106106    <bridgehead renderas="sect4">Optional (Front Ends)</bridgehead>
  • pst/typesetting/jadetex.xml

    r7afe2f1f rf1e103a  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    186
    197  <!ENTITY jadetex-download-http "&sourceforge-repo;/jadetex/jadetex-&jadetex-version;.tar.gz">
     
    4634    <application>JadeTeX</application> transforms high level LaTeX macros into
    4735    DVI/PostScript and Portable Document Format (PDF) forms.</para>
     36
     37    <important>
     38      <para>Do not install this package if you have already installed
     39      <xref linkend="texlive"/>. The <application>TeX Live</application>
     40      installation includes the <application>JadeTeX</application>
     41      components.</para>
     42    </important>
    4843
    4944    &lfs67_checked;
  • pst/typesetting/typesetting.xml

    r7afe2f1f rf1e103a  
    1919  typesetting.</para>
    2020
     21  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texlive.xml"/>
    2122  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tetex.xml"/>
    2223  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jadetex.xml"/>
Note: See TracChangeset for help on using the changeset viewer.