Changeset 00c1d9da


Ignore:
Timestamp:
03/13/2004 03:27:49 PM (20 years ago)
Author:
Igor Živković <igor@…>
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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
67a7182
Parents:
6bc03f3
Message:

mentioned Adobe's DSC issues in psutils instructions

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • appendices/glossary.xml

    r6bc03f3 r00c1d9da  
    106106<glossdef><para>Disk Operating System</para></glossdef></glossentry>
    107107
     108<glossentry id="gDSC"><glossterm><acronym>DSC</acronym></glossterm>
     109<glossdef><para>Document Structuring Conventions</para></glossdef></glossentry>
     110
    108111<glossentry id="gDSO"><glossterm><acronym>DSO</acronym></glossterm>
    109112<glossdef><para>Dynamic Shared Objects</para></glossdef></glossentry>
  • introduction/welcome/changelog.xml

    r6bc03f3 r00c1d9da  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>March 13th, 2004 [igor]: Added a note about CUPS
     15replacements for PSUtils commands, contributed by Alexander
     16E. Patrakov.</para></listitem>
    1317
    1418<listitem><para>March 13th, 2004 [igor]: Added a couple of switches to
  • pst/ps/psutils/psutils-desc.xml

    r6bc03f3 r00c1d9da  
    1212<command>fixwpps</command>, <command>fixwwps</command>, <command>extractres
    1313</command>, <command>includeres</command>, <command>psmerge</command>.</para>
     14
     15<para>Sometimes <command>psnup</command> and other utilities from this
     16package produce PostScript files that don't conform to Adobe's
     17<acronym>DSC</acronym> standard.
     18<application><acronym>CUPS</acronym></application> may print them
     19incorrectly. On the other hand,
     20<application><acronym>CUPS</acronym></application> has builtin
     21replacements for most commands from this package. For example, to print
     22a document 2-up, you will issue this command:</para>
     23
     24<screen><userinput><command>lp -o number-up=2 <replaceable>[filename]</replaceable></command></userinput></screen>
    1425                                                                               
    1526</sect2>
Note: See TracChangeset for help on using the changeset viewer.