diff options
-rw-r--r-- | src/documentation/content/xdocs/configuration.xml | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/configuration.xml b/src/documentation/content/xdocs/configuration.xml index a1c3b1bcb..2099443f6 100644 --- a/src/documentation/content/xdocs/configuration.xml +++ b/src/documentation/content/xdocs/configuration.xml @@ -28,8 +28,8 @@ Also, since the configuration file is XML, be sure to keep it well-formed.</p> </ul> <p>See <link href="embedding.html#config-internal">Setting the Configuration Programmatically</link> for instructions on how to do so in an embedded environment.</p> </section> - <section id="summary"> - <title>Summary of Configuration Options</title> + <section id="summary-key-value"> + <title>Summary of Key-Value Configuration Options</title> <table> <tr> <th>Option (key)</th> @@ -37,6 +37,21 @@ Also, since the configuration file is XML, be sure to keep it well-formed.</p> <th>Default Value</th> </tr> <tr> + <td>baseDir</td> + <td>URL</td> + <td>directory containing the input FO file</td> + </tr> + <tr> + <td>fontBaseDir</td> + <td>URL</td> + <td>value of baseDir</td> + </tr> + <tr> + <td>hyphenation-dir</td> + <td>URL</td> + <td>None. This is for custom hyphenation patterns.</td> + </tr> + <tr> <td><link href="#svg-strokeSVGText">strokeSVGText</link></td> <td>Boolean</td> <td>True</td> |