Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
(no author) b18a8b0cb3 This commit was manufactured by cvs2svn to create tag 'fop-0_20_3'. il y a 22 ans
..
da.xml corrected danish hyphenation (Carlos Villegas) il y a 23 ans
de.xml de (traditional German), de_DR(new German) hyphenation patterns (Carlos Villegas) il y a 23 ans
de_DR.xml de (traditional German), de_DR(new German) hyphenation patterns (Carlos Villegas) il y a 23 ans
el.xml This commit was manufactured by cvs2svn to create tag 'fop-0_20_3'. il y a 22 ans
en.xml adds hyphenation (Carlos Villegas, Fotis Jannidis) and simple configuration support (F.J.) il y a 23 ans
en_GB.xml adds hyphenation (Carlos Villegas, Fotis Jannidis) and simple configuration support (F.J.) il y a 23 ans
en_US.xml adds hyphenation (Carlos Villegas, Fotis Jannidis) and simple configuration support (F.J.) il y a 23 ans
es.xml adds hyphenation (Carlos Villegas, Fotis Jannidis) and simple configuration support (F.J.) il y a 23 ans
fi.xml hpyhenation pattern file for Finnish (by Jarno Elovirta) il y a 23 ans
fr.xml adds hyphenation (Carlos Villegas, Fotis Jannidis) and simple configuration support (F.J.) il y a 23 ans
hu.xml This commit was manufactured by cvs2svn to create tag 'fop-0_20_3'. il y a 22 ans
hyphenation.dtd adds hyphenation (Carlos Villegas, Fotis Jannidis) and simple configuration support (F.J.) il y a 23 ans
it.xml adding italian hyphenation file (thanks to Stephane Bline) il y a 23 ans
nl.xml fixed: hexadecimal escape sequences in dutch hyphenation file converted to iso-latin-1 [Carlos Villegas] il y a 23 ans
no.xml Added Norwegian hyphenation based on Rune Kleveland's original il y a 23 ans
pl.xml This commit was manufactured by cvs2svn to create tag 'fop-0_20_3'. il y a 22 ans
readme adds Danish hyphenation file (Carlos Villegas) il y a 23 ans
ru.xml Submitted by: Alex Alishevskikh (alex@vismech.ru) il y a 23 ans
sk.xml added slovak hyphenation patterns il y a 23 ans

readme

Hyphenation

Fop comes with some hyphenation pattern. If you need a hyphenation
pattern which isn't included in the distribution, do the following:

1. get the TeX hyphenation pattern file and turn it into an xml file
which conforms to the hyphenation.dtd in the sub directory /hyph

2. name this new file following this schema: languageCode_countryCode.xml.
If you don't need a country code, leave it away, p.e. the file name
for an American english hyphenation pattern would look like this:
en_US.xml.
For an Italian file: it.xml.
Language and country codes must be the same as in xsl:fo, that is follow
ISO 639 <http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt> and
ISO 3166 <http://www.ics.uci.edu/pub/ietf/http/related/iso3166.txt>
respectively.
NOTE: The ISO 639/ISO 3166 convention is that language names are
written in lower case, while country codes are written in upper case.

3. If you have build your new hyphenation pattern file successfully there are
two ways to make it accessible to Fop.
a) Put this new file into the directory /hyph and rebuild Fop. The file will
be picked up and added to the fop.jar.
b) Put the file into a directory of your choice and specify this directory
in the userconfig.xml in the entry <hyphenation-dir>

4. If the license of your hyphenation pattern file does allow it, please send
it to the list fop-dev, so it can be made part of the Fop distribution.

the following hyphenation patterns are part of the Fop distribution

da Danish
de German (traditional)
de_DR German (new spelling)
en American English
en_GB British English
en_US American English
es Spanish
fi Finnish
fr French
it Italian
nl Dutch (new official Dutch spelling)