diff options
| author | cben <cben@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-01-14 14:34:05 +0000 |
|---|---|---|
| committer | cben <cben@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-01-14 14:34:05 +0000 |
| commit | d786670fc8560169cc6740e1131579b172ce8261 (patch) | |
| tree | 1adab00e8f22287698dd6b4545cfb6409988bc3a /docutils/test/functional/input | |
| parent | efb4d2a5941cdbb1d357b7dbc8012376c9a0bf17 (diff) | |
| download | docutils-d786670fc8560169cc6740e1131579b172ce8261.tar.gz | |
Implemented support for multiple author,organization,address,contact fields with use_latex_docinfo.
Still has a bug: the document must have a title for \maketitle to be emitted.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2937 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/latex_docinfo.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docutils/test/functional/input/latex_docinfo.txt b/docutils/test/functional/input/latex_docinfo.txt new file mode 100644 index 000000000..985a03ecd --- /dev/null +++ b/docutils/test/functional/input/latex_docinfo.txt @@ -0,0 +1,13 @@ +Title +***** + +:Author: Foo Fred +:Organization: Food Foomatics & Friends +:Contact: foo@food.example.info +:Address: Fox St 13 + Foowood +:Author: Bar Barney +:Organization: Bar-BQ Bar +:Contact: 1-800-BARBQBAR +:Address: Barbara St 16 + South Barwell |
