diff options
Diffstat (limited to 'docs/html-docs/examples.html')
-rw-r--r-- | docs/html-docs/examples.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/html-docs/examples.html b/docs/html-docs/examples.html index 8148c93c3..5e31f7146 100644 --- a/docs/html-docs/examples.html +++ b/docs/html-docs/examples.html @@ -30,11 +30,9 @@ </LI> <LI>normal.fo - a simple file showing the use of a 2 level of headings, normal text and a header. </LI> - <LI>table.fo - a simple table + <LI>table.fo - some table examples </LI> - <LI>list.fo - a simple list - </LI> - <LI>list2.fo - some list examples + <LI>list.fo - a short tutorial how to use list fo's and properties </LI> <LI>images.fo - shows how to embed gif and jpg images into the xsl:fo file using external-graphic. </LI> @@ -43,7 +41,7 @@ <LI>extensive.fo - a longer test file containing a lot of different flow objects and properties. A good candidate to test your bugfix or new Fop code. </LI> - <LI>leader.fo - a very simple example of a rule + <LI>leader.fo - shows different uses of fo:leader, p.e. as rule or in a table of content </LI> <LI>normalex.fo - shows the use of computed property values </LI> @@ -51,10 +49,10 @@ </LI> <LI>instream.fo - shows the use of fo:instream-foreign-object together with svg </LI> - <LI>inhprop.fo - shows the use of inherited property values - </LI> <LI>textdeko.fo - shows the use of the property textdecoration </LI> + <LI>readme.fo - uses an old version of Fop documentation for a longer example + </LI> <LI>Look also into the directory examples/svg. There you find some very extensive svg examples. Just start makedoc. |