Changeset 977061b0 for pst/ps/fop.xml


Ignore:
Timestamp:
04/10/2006 06:38:41 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3cb0c57
Parents:
3597eb6
Message:

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #8

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/fop.xml

    r3597eb6 r977061b0  
    111111    <ulink url="http://forrest.apache.org/">Forrest</ulink> (only used to rebuild
    112112    the documentation)</para>
     113
     114    <para condition="html" role="usernotes">User Notes:
     115    <ulink url="&blfs-wiki;/fop"/></para>
    113116
    114117  </sect2>
     
    310313      Java heap space</computeroutput></para>
    311314
    312       <para>To avoid errors like this, you need to pass an extra parameter to the
    313       <command>java</command> command used in the <command>fop.sh</command> script.
    314       This can be accomplished by creating a <filename>~/.foprc</filename> (which
    315       is sourced by the <command>fop.sh</command> script) and adding the parameter
    316       to the <envar>FOP_OPTS</envar> environment variable.</para>
     315      <para>To avoid errors like this, you need to pass an extra parameter to
     316      the <command>java</command> command used in the <command>fop.sh</command>
     317      script. This can be accomplished by creating a
     318      <filename>~/.foprc</filename> (which is sourced by the
     319      <command>fop.sh</command> script) and adding the parameter to the
     320      <envar>FOP_OPTS</envar> environment variable.</para>
    317321
    318322      <para>The <command>fop.sh</command> script looks for a
     
    323327
    324328<screen><userinput>cat &gt; ~/.foprc &lt;&lt; "EOF"
    325 <literal>FOP_OPTS="-Xmx<replaceable>[RAM_Installed]</replaceable>m"
     329<literal>FOP_OPTS="-Xmx<replaceable>&lt;RAM_Installed&gt;</replaceable>m"
    326330FOP_HOME="/opt/fop"</literal>
    327331
    328332EOF</userinput></screen>
    329333
    330       <para>Replace <replaceable>[RAM_Installed]</replaceable> with a number
    331       representing the amount of RAM installed in your computer. An example would
    332       be <userinput>FOP_OPTS="-Xmx768m"</userinput>. For more information about
     334      <para>Replace <replaceable>&lt;RAM_Installed&gt;</replaceable> with a
     335      number representing the amount of RAM installed in your computer (in
     336      megabytes). An example would be
     337      <userinput>FOP_OPTS="-Xmx768m"</userinput>. For more information about
    333338      memory issues running <application>FOP</application>, see
    334339      <ulink url="http://xml.apache.org/fop/running.html#memory"/>.</para>
    335340
    336       <para>To include the <command>fop.sh</command> script in your path, update
    337       your personal or system-wide profile with the following:</para>
     341      <para>To include the <command>fop.sh</command> script in your path,
     342      update your personal or system-wide profile with the following:</para>
    338343
    339344<screen><literal>PATH=$PATH:/opt/fop/bin</literal></screen>
Note: See TracChangeset for help on using the changeset viewer.