Removed some things from the Abiword page that belong in the wiki

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5984 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Andrew Benton 2006-04-30 22:53:15 +00:00
parent 97c043f2e5
commit 65912491c5
2 changed files with 2 additions and 22 deletions

View File

@ -56,7 +56,7 @@
<para>[randy] - Updated to NFS Utilities-1.0.8.</para>
</listitem>
<listitem>
<para>[andy] - Updated Pine to 4.64.</para>
<para>[andy] - Updated Pine to 4.64 and Abiword-2.4.4.</para>
</listitem>
</itemizedlist>
</listitem>

View File

@ -194,29 +194,9 @@ find /usr/share/AbiSuite-2.4/AbiWord/help \
cp -v /usr/share/AbiSuite-2.4/templates/normal.awt-<replaceable>&lt;lang&gt;</replaceable> \
~/.AbiSuite/templates/normal.awt</userinput></screen>
<para>Obviously, change <replaceable>&lt;lang&gt;</replaceable> in the above
<para>Change <replaceable>&lt;lang&gt;</replaceable> in the above
command to fit the name of the file you want.</para>
<para><application>AbiWord</application> uses Times New Roman as its
default font. If you'd like it to default to a different font, edit
<filename>~/.AbiSuite/templates/normal.awt</filename> and change the font
to the one you want. To find out the exact string
<application>AbiWord</application> uses for the font, open
<application>AbiWord</application>, change the font to the one you want to
use, type one letter, then save the document in your home folder as
<filename>test.abw</filename>. Now:</para>
<screen><userinput>grep '"font-family' ~/test.abw | cut -d \" -f6</userinput></screen>
<para>You can edit <filename>~/.AbiSuite/templates/normal.awt</filename>
with a simple text editor like <application>Vim</application> or
<application>Gedit</application>, or you can alter it with a
<command>sed</command>. For example, if you want to use Bitstream Vera
Sans:</para>
<screen><userinput>sed -i 's@Times New Roman@Bitstream Vera Sans@g' \
~/.AbiSuite/templates/normal.awt</userinput></screen>
</sect3>
</sect2>