abiword.htm 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html><head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Abiword wordprocessor</title>
  4. <meta name="generator" content="amaya 8.5, see http://www.w3.org/Amaya/"></head><body>
  5. <h1>Abiword</h1>
  6. <p>Abiword 2.4.x has come of age. This is a professional wordprocessor,
  7. with all the features that a power user needs -- you could even write
  8. your PhD thesis with Abiword.<br>
  9. </p>
  10. <p>NOTICE: For Puppy 1.0.7 official version live-CD, most of the Abiword add-ons are in the live-CD, nothing extra to
  11. install. The live-CD includes the American spelling dictionary, however you can add other languages, see below. Links
  12. Grammar (for the grammar checking plugin) and gtkmathview (for the
  13. equation editing plugin) are not in the official live-CD -- these have to be added, see below.<br>
  14. </p>
  15. <p>WWW docs: <a href="http://www.abisource.com/help/en-US/">www.abisource.com/help/en-US/</a></p>
  16. <h2>Spell checking</h2>
  17. <p><a href="/usr/local/share/AbiSuite-2.4/README.txt">README</a>,
  18. spellchecking and templates.</p>
  19. <p>For spellchecking, download a Abispell dictionary from the Abiword
  20. download website <a href="http://sourceforge.net/project/showfiles.php?group_id=15518">sourceforge.net/project/showfiles.php?group_id=15518</a>
  21. and place it in /root/.AbiSuite/dictionary/. <br>
  22. You will have to uncompress the download file and you should have two files,
  23. for example american.hash and american.hash-encoding.<br>
  24. See the above README for more details on getting spellchecking to work.<br>
  25. </p>
  26. <p>Note that you will need to go into "Edit -&gt; Preferences..." to enable spellchecking as you type.<br>
  27. </p>
  28. <p>NOTICE: Puppy 1.0.6 official version has the American dictionary "built-in", located at<br>
  29. /usr/local/share/AbiSuite-2.4/dictionary/american.hash.<br>
  30. </p>
  31. <h2>Grammar checking</h2>
  32. <p>Abiword has a grammar-checking plugin, however the <span style="font-style: italic;">Links Grammar</span>
  33. package has to be installed for it to work. Run the PupGet package
  34. manager (see Setup menu) to install Links Grammar. Note, the Links
  35. Grammar package is named link_grammar-4.1.3.<br>
  36. After installing Links Grammar, start Abiword, then go to "Edit -&gt; Preferences..." menu and turn on grammar checking.<br>
  37. </p>
  38. <p>NOTICE: Puppy version 1.0.6 official live-CD includes Links Grammar,
  39. so grammar checking is immediately functional, however, you still have
  40. to enable it in the Preferences. Puppy 1.0.7 and later does not have it in the live-CD.<br>
  41. </p>
  42. <h2>Equation editing</h2>
  43. <p>This is new to the 2.4 series. It is a plugin, named AbiMathView, and it requires the <span style="font-style: italic;">gtkmathview</span> package.<br>
  44. It is not WYSIWYG editing, as you have to enter a Latex equation, so you would need to become familiar with basic Latex syntax.<br>
  45. </p>
  46. <p>gtkmathview is a package that can be installed with the PupGet
  47. package manager (see Setup menu). You need to install two packages,
  48. libt1-1.3.1 (Type1 font rasteriser, used by gtkmathview -- actually, I
  49. think this package is optional) and gtkmathview-0.7.5.<br>
  50. </p>
  51. <p>NOTICE: Puppy version 1.0.6 official live-CD includes gtkmathview
  52. package, so equation editing is ready-to-go "out of the box". Puppy
  53. 1.0.7 and later does not have it in the live-CD.<br>
  54. </p>
  55. <p>Note, if you want WYSIWYG MathML equation editing, install Amaya,
  56. which is a HTML editor. Again, this is a PupGet package, package name
  57. amaya-8.8.1.<br>
  58. </p>
  59. <h2>Fonts</h2>
  60. <p>When you first start Abiword, you will see that the default font is Times
  61. New Roman, however, if you go to the font-selection list-box, you will see
  62. that Times New Roman is not a choice. When Abiword starts, it reads the file
  63. /root/.AbiSuite/templates/normal.awt, or if that doesn't exist Abiword falls
  64. back to reading /usr/local/share/AbiSuite-2.4/templates/normal.awt. File
  65. normal.awt is the default document template, and this file specifies the
  66. default font.</p>
  67. <p>What is happening here is that Times New Roman is a MS Windows TrueType
  68. font, not in Puppy, so Abiword substitutes the closest that it can find, in
  69. this case, Nimbus Roman No9 L.</p>
  70. <p>Note, if you have changed a selection of text to something and you want to
  71. change it back to the default Times New Roman, just highlight the text and
  72. choose "Normal" text style from the leftmost listbox.</p>
  73. <p>Note, the advantage of using the generic name Times New Roman is for
  74. portability. If you create a document using Abiword in Puppy, if the document
  75. is opened in MS Windows then Times New Roman will be used and Windows won't
  76. have to try and guess what to use in place of Nimbus Roman No9 L.</p>
  77. <p>If you want to use the actual MS TrueType fonts, not substitutes, no
  78. problem. Do this:</p>
  79. <ol>
  80. <li>Use the Puppy pmount program (in the File Managers menu) and mount the
  81. Windows C: drive.</li>
  82. <li>Create this folder: /root/.fonts/</li>
  83. <li>Copy font files from C:\windows\fonts\ folder to /root/.fonts/
  84. folder.</li>
  85. </ol>
  86. <p>Note that MS Windows has four basic fonts that are in all versions of
  87. Windows, right back to 3.x. They are Arial (proportional, no serifs), Times
  88. New Roman (proportional, with serifs), Courier New (nonproportional, that is,
  89. equal spacing between characters), and Dingbats (symbols). For each of these,
  90. you need to copy four files -- there is a file for normal, italic, bold, and
  91. bold-italic.</p>
  92. <p>After doing that, restart Abiword, and the fonts will be available.<br>
  93. </p>
  94. <p>NOTICE: Puppy 1.0.5+ may automatically create a link from
  95. /root/.fonts to C:\windows\fonts\ at first bootup. If this has happened
  96. for you, then you will automatically have all the Windows TTF fonts
  97. available. If you do not want this behaviour (there was a report on the
  98. forum that some Windows TTF fonts don't work right in Puppy), then
  99. delete /root/.fonts and instead create a directory /root/.fonts and
  100. then only place in it the TTF fonts that you want to use in Puppy.<br>
  101. </p>
  102. <h2>Plugins</h2>
  103. <p>There are many plugins available for Abiword, available from the Abiword
  104. web site. </p>
  105. <p>Puppy has various plugins installed. Plugins are to be found in the
  106. /usr/local/lib/AbiWord-2.4/plugins/ folder.<br>You can add plugins there, but they will get removed at a Puppy-version upgrade. But, you
  107. can place further plugins into the /root/.AbiSuite/AbiWord-2.4/plugins/
  108. folder.</p>
  109. <p>You should not have to compile plugins yourself. You should be able to
  110. find precompiled plugins via the Abiword website. They must be compatible
  111. with the current version of Abiword, which is 2.4.1. If an Abiword plugin is
  112. a .tar.gz file, you will have to extract the files.
  113. Alternatively, if the plugin is an RPM file, the files can also be extracted
  114. -- see instructions for doing this on the Puppy web site, Developer's
  115. Page.<br>
  116. </p>
  117. <p>NOTICE: Puppy 1.0.6 (and later) official live-CD has a large collection of plugins, probably all you would want.<br>
  118. </p>
  119. <p></p>
  120. </body></html>