diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-08-25 11:57:29 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-08-25 11:57:29 +0000 |
| commit | 91c72c868791e2ec1dfd5d6aa4b2747f9de9c389 (patch) | |
| tree | ba9e1540afdb1a762f82623264e3c799abdaa005 /docutils/test/functional/input | |
| parent | 5cd0280bf9abf6805fdf840b66d11d02081f0ada (diff) | |
| download | docutils-91c72c868791e2ec1dfd5d6aa4b2747f9de9c389.tar.gz | |
More stable implementation of ``--use-titlepage-env``.
Variable for output stream of the visitor methods allows to
easily collect and process output of sub-nodes.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6102 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/standalone_rst_latex.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docutils/test/functional/input/standalone_rst_latex.txt b/docutils/test/functional/input/standalone_rst_latex.txt index 0ac1cb996..2b1331394 100644 --- a/docutils/test/functional/input/standalone_rst_latex.txt +++ b/docutils/test/functional/input/standalone_rst_latex.txt @@ -1,7 +1,6 @@ .. include:: data/standard.txt -.. the standalone_rst_html4css1.txt document includes this: +.. currently not implemented in LaTeX: .. include:: data/header_footer.txt - Applicable for latex too? [GM] .. include:: data/table_colspan.txt .. include:: data/table_rowspan.txt .. include:: data/custom_roles.txt @@ -17,9 +16,8 @@ not need to be tested with other writers (e.g. the HTML writer). .. include:: data/nonalphanumeric.txt .. include:: data/unicode.txt .. include:: data/latex_encoding.txt -.. unusual combinations (from newlatex, should we test them) +.. unusual combinations (from newlatex, for interactive testing) .. include:: data/latex.txt -.. end of the special tests for the LaTeX writer - +.. Preface for System Messages: .. include:: data/errors.txt |
