diff options
author | Simon Pepping <spepping@apache.org> | 2011-04-12 12:34:13 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2011-04-12 12:34:13 +0000 |
commit | 06a7b3804cdff092d2f3d4265e463b1c20454842 (patch) | |
tree | 3be9eaf47c5bcab3c5c6b7433d86328b5a317d66 /src/documentation/content | |
parent | 98aedc50bad82f048ba1605022c6a31925b7bb85 (diff) | |
download | xmlgraphics-fop-06a7b3804cdff092d2f3d4265e463b1c20454842.tar.gz xmlgraphics-fop-06a7b3804cdff092d2f3d4265e463b1c20454842.zip |
Add link to Frank Liang's paper on hyphenation, provided by PBW
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1091385 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-rw-r--r-- | src/documentation/content/xdocs/trunk/hyphenation.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/documentation/content/xdocs/trunk/hyphenation.xml b/src/documentation/content/xdocs/trunk/hyphenation.xml index ed97c6868..699534ee1 100644 --- a/src/documentation/content/xdocs/trunk/hyphenation.xml +++ b/src/documentation/content/xdocs/trunk/hyphenation.xml @@ -219,15 +219,15 @@ languages and dialects, especially ancient ones, may pose a real problem though.</p> <p>If you want to generate your own patterns, an open-source utility called - patgen is available on many Unix/Linux distributions and every TeX - distribution which can be used to assist in - creating pattern files from dictionaries. Pattern creation for languages like - english or german is an art. If you can, read Frank Liang's original paper - "Word Hy-phen-a-tion by Com-pu-ter" (yes, with hyphens). It is not available - online. The original patgen.web source, included in the TeX source distributions, - contains valuable comments, unfortunately technical details obscure often the - high level issues. Another important source is - <a class="fork" href="http://www.ctan.org/tex-archive/systems/knuth/tex/texbook.tex">The + patgen can be used to assist in creating pattern files from dictionaries. + It is available in many Unix/Linux distributions and every TeX distribution. + Pattern creation for languages like english or german is an art. Read + Frank Liang's original paper <a class="fork" href="http://www.tug.org/docs/liang/">"Word + Hy-phen-a-tion by Com-pu-ter"</a> (yes, with hyphens) for details. + The original patgen.web source, included in the TeX source distributions, + contains valuable comments, unfortunately technical details often obscure the + high level issues. Another important source of information is + <a class="fork" href="http://mirrors.ctan.org/systems/knuth/dist/tex/texbook.tex">The TeX Book</a>, appendix H (either read the TeX source, or run it through TeX to typeset it). Secondary articles, for example the works by Petr Sojka, may also give some much needed insight into problems arising in automated |