diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-09-28 10:59:45 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-09-28 10:59:45 +0000 |
| commit | b460356b048aa9697c303b1b7d755c33433e37cd (patch) | |
| tree | 378d1e65f8a9e016ee033e8c6fed3203a4bd79ad /docutils/test/functional/input | |
| parent | d1a332cc00a1b10df4c2b8fa6efdd3ca79dbf763 (diff) | |
| download | docutils-b460356b048aa9697c303b1b7d755c33433e37cd.tar.gz | |
Beautify LaTeX test output (start ToC on a new page)
As the test output is also a show-case for Docutils, we should make it
nice (if easily possible).
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6146 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/data/standard.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docutils/test/functional/input/data/standard.txt b/docutils/test/functional/input/data/standard.txt index 02e77ad48..5b099a1ac 100644 --- a/docutils/test/functional/input/data/standard.txt +++ b/docutils/test/functional/input/data/standard.txt @@ -56,6 +56,10 @@ :description lang=en: A test document, containing at least one example of each reStructuredText construct. +.. raw:: latex + + \pagebreak[4] % start ToC on new page + .. contents:: Table of Contents .. section-numbering:: |
