summaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-09-19 16:04:37 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-09-19 16:04:37 +0000
commitb5dcdd1602637b2ae84afba5484ea214af1ea8b0 (patch)
treefaaee957f0ecf28e8faf5196d0057c52885ec938 /docs/user
parent00ef5fdf969e2cfbf7f8b50375204c240da682cb (diff)
downloaddocutils-b5dcdd1602637b2ae84afba5484ea214af1ea8b0.tar.gz
updated stylesheet documentation to match stylesheet/stylesheet_path overriding behavior
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2630 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/config.txt24
1 files changed, 10 insertions, 14 deletions
diff --git a/docs/user/config.txt b/docs/user/config.txt
index 776e8cbdd..175a88a3f 100644
--- a/docs/user/config.txt
+++ b/docs/user/config.txt
@@ -521,15 +521,7 @@ _`initial_header_level`
.. _stylesheet [html4css1 writer]:
stylesheet
- CSS stylesheet URL, used verbatim. Overridden by the
- "stylesheet_path" setting (``--stylesheet-path``). However, an
- earlier file's "stylesheet-path" setting can be overriden by a
- later config file's "stylesheet" by nullifying "stylesheet-path"
- in the later file::
-
- stylesheet-path=
-
- On the command line, use ``--stylesheet-path=''``.
+ CSS stylesheet URL, used verbatim. Overrides stylesheet_path.
Default: "default.css". Options: ``--stylesheet``.
@@ -637,9 +629,8 @@ _`documentoptions`
.. _stylesheet [latex2e writer]:
stylesheet
- Specify a stylesheet file. The file will be ``input`` by latex in
- the document header. If this is set to "" disables generation of
- input latex command. Also defined for the `HTML Writer`__.
+ Specify a stylesheet file. The file will be ``\input`` by latex in
+ the document header. Also defined for the `HTML Writer`__.
Default: no stylesheet (""). Option: ``--stylesheet``.
@@ -649,8 +640,13 @@ stylesheet
stylesheet_path
Path to stylesheet [#pwd]_. Overrides "stylesheet" setting
- (``--stylesheet``). XXX LaTeX semantics? Also defined for the
- `HTML Writer`__.
+ (``--stylesheet``).
+
+ Please note that you will have to run ``latex`` from the directory
+ containing the output file; otherwise the stylesheet reference
+ will be invalid.
+
+ This setting is also defined for the `HTML Writer`__.
Default: None. Option: ``--stylesheet-path``.