Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

readme 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Hyphenation
  2. Fop comes with some hyphenation pattern. If you need a hyphenation
  3. pattern which isn't included in the distribution, do the following:
  4. 1. get the TeX hyphenation pattern file and turn it into an xml file
  5. which conforms to the hyphenation.dtd in the sub directory /hyph
  6. 2. name this new file following this schema: languageCode_countryCode.xml.
  7. If you don't need a country code, leave it away, p.e. the file name
  8. for an American english hyphenation pattern would look like this:
  9. en_US.xml.
  10. For an Italian file: it.xml.
  11. Language and country codes must be the same as in xsl:fo, that is follow
  12. ISO 639 <http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt> and
  13. ISO 3166 <http://www.ics.uci.edu/pub/ietf/http/related/iso3166.txt>
  14. respectively.
  15. NOTE: The ISO 639/ISO 3166 convention is that language names are
  16. written in lower case, while country codes are written in upper case.
  17. 3. If you have build your new hyphenation pattern file successfully there are
  18. two ways to make it accessible to Fop.
  19. a) Put this new file into the directory /hyph and rebuild Fop. The file will
  20. be picked up and added to the fop.jar.
  21. b) Put the file into a directory of your choice and specify this directory
  22. in the userconfig.xml in the entry <hyphenation-dir>
  23. 4. If the license of your hyphenation pattern file does allow it, please send
  24. it to the list fop-dev, so it can be made part of the Fop distribution.
  25. the following hyphenation patterns are part of the Fop distribution
  26. de German (traditional)
  27. de_DR German (new - no 'DR' doesn't mean anything)
  28. en American English
  29. en_GB British English
  30. en_US American English
  31. es Spanish
  32. fi Finnish
  33. fr French
  34. it Italian