aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-04-07 03:10:29 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-04-07 03:10:29 +0000
commit88d3434f84c1d0ecad27b2153093910d6f3dffb7 (patch)
treeb188bdc530c56172b19c881eae366e7ee09c1832 /src/documentation
parent80921bdd2464e43d6ae1e26097b34a71f2c2d90e (diff)
downloadxmlgraphics-fop-88d3434f84c1d0ecad27b2153093910d6f3dffb7.tar.gz
xmlgraphics-fop-88d3434f84c1d0ecad27b2153093910d6f3dffb7.zip
Complete missing IDs.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196218 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r--src/documentation/content/xdocs/output.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/output.xml b/src/documentation/content/xdocs/output.xml
index 4da2ac66e..3cdc28cec 100644
--- a/src/documentation/content/xdocs/output.xml
+++ b/src/documentation/content/xdocs/output.xml
@@ -28,7 +28,7 @@ This can result in several differences, including actually using different fonts
The net effect is that the layout of a given FO document can be quite different between renderers that do not use the same font information.
</p>
</section>
- <section>
+ <section id="general-resolution">
<title>Graphics Resolution</title>
<p>
This is an important issue when creating output for printing.
@@ -38,7 +38,7 @@ images and the rendering of certain graphics in the output. Currently
FOP uses a value of 72dpi.
</p>
</section>
- <section>
+ <section id="general-direct-output">
<title>Output to a Printer or Other Device</title>
<p>
The most obvious way to print your document is to use the FOP <link href="">print renderer</link>, which uses the Java API (AWT).