diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index afe0fea0e2..bd85c2adc2 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -56,7 +56,7 @@ [randy] - Updated to NFS Utilities-1.0.8. - [andy] - Updated Pine to 4.64. + [andy] - Updated Pine to 4.64 and Abiword-2.4.4. diff --git a/xsoft/office/abiword.xml b/xsoft/office/abiword.xml index 913f7a2b49..a125840916 100644 --- a/xsoft/office/abiword.xml +++ b/xsoft/office/abiword.xml @@ -194,29 +194,9 @@ find /usr/share/AbiSuite-2.4/AbiWord/help \ cp -v /usr/share/AbiSuite-2.4/templates/normal.awt-<lang> \ ~/.AbiSuite/templates/normal.awt - Obviously, change <lang> in the above + Change <lang> in the above command to fit the name of the file you want. - AbiWord uses Times New Roman as its - default font. If you'd like it to default to a different font, edit - ~/.AbiSuite/templates/normal.awt and change the font - to the one you want. To find out the exact string - AbiWord uses for the font, open - AbiWord, change the font to the one you want to - use, type one letter, then save the document in your home folder as - test.abw. Now: - -grep '"font-family' ~/test.abw | cut -d \" -f6 - - You can edit ~/.AbiSuite/templates/normal.awt - with a simple text editor like Vim or - Gedit, or you can alter it with a - sed. For example, if you want to use Bitstream Vera - Sans: - -sed -i 's@Times New Roman@Bitstream Vera Sans@g' \ - ~/.AbiSuite/templates/normal.awt -