diff options
author | Steve Coffman <gears@apache.org> | 2000-10-19 17:00:18 +0000 |
---|---|---|
committer | Steve Coffman <gears@apache.org> | 2000-10-19 17:00:18 +0000 |
commit | a5fe0cc78f714f538bbffe324708eae8f2fa588e (patch) | |
tree | 9c04f6a55184bd7b7415a95c81ba1898017ba9b0 /docs/examples/fo/readme.fo | |
parent | e38a6f2e34663469bca1fd58a079e5c1d81e3e1e (diff) | |
download | xmlgraphics-fop-a5fe0cc78f714f538bbffe324708eae8f2fa588e.tar.gz xmlgraphics-fop-a5fe0cc78f714f538bbffe324708eae8f2fa588e.zip |
Apply's Christian Geisert's text decoration (underline) patch.
I updated the readme.fo so it reports the latest released version of fop
as 0.14, rather than 12.0(????). I fixed the build.xml so it will build
reference PDFs for the last two added examples. I added Christian's
textdeko.fo example file as one of the examples.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/examples/fo/readme.fo')
-rw-r--r-- | docs/examples/fo/readme.fo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/fo/readme.fo b/docs/examples/fo/readme.fo index 6da46eab6..9034b59ac 100644 --- a/docs/examples/fo/readme.fo +++ b/docs/examples/fo/readme.fo @@ -89,8 +89,8 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p <fo:block id="sec2" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >B) Downloading FOP</fo:block> - <fo:block space-after.optimum="3pt" font-family="serif">The latest release version is <fo:inline font-style="italic" font-family="serif">FOP 12.0</fo:inline> -<fo:inline font-family="serif"> + <fo:block space-after.optimum="3pt" font-family="serif">The latest release version is <fo:inline font-style="italic" font-family="serif">FOP +0.14</fo:inline> <fo:inline font-family="serif"> () </fo:inline>. </fo:block> <fo:block space-after.optimum="3pt" font-family="serif">NOTE: you do not have to unjar or unzip this jar file.</fo:block> @@ -105,7 +105,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:p <fo:block space-after.optimum="3pt" font-family="serif">To run FOP from the command line, see Running FOP. If you are interested in embedding FOP in a Java application of your own, see Embedding FOP. </fo:block> - <fo:block space-after.optimum="3pt" font-family="serif">You can also download the <fo:inline font-style="italic" font-family="serif">source code v. 12.0</fo:inline> + <fo:block space-after.optimum="3pt" font-family="serif">You can also download the <fo:inline font-style="italic" font-family="serif">source code v. 0.14</fo:inline> <fo:inline font-family="serif"> () </fo:inline> as jar file</fo:block> |