diff options
author | Simon Pepping <spepping@apache.org> | 2006-01-28 15:57:59 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2006-01-28 15:57:59 +0000 |
commit | af24371d6a82826460535fb2bc91e5355b201659 (patch) | |
tree | ed733d4f519e0ef3e3f73676038831616207bfd3 /examples/hyphenation/README | |
parent | 8f160a6bf6550761eaddaca0bccbfe0380ee6876 (diff) | |
download | xmlgraphics-fop-af24371d6a82826460535fb2bc91e5355b201659.tar.gz xmlgraphics-fop-af24371d6a82826460535fb2bc91e5355b201659.zip |
An addition to FOP that can be used to render a hyphenation tree in
various ways, among which a complete tree representation. And
correction of a few typos in HyphenationTree.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@373170 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples/hyphenation/README')
-rw-r--r-- | examples/hyphenation/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/hyphenation/README b/examples/hyphenation/README new file mode 100644 index 000000000..1b34a9e64 --- /dev/null +++ b/examples/hyphenation/README @@ -0,0 +1,9 @@ +FOP Hyphenation Readme + +The hyphenation analysis is an addition to FOP that can be used to +render a hyphenation tree in various ways, among which a complete tree +representation. + +Building: ant compile + +Running:
\ No newline at end of file |