From d786670fc8560169cc6740e1131579b172ce8261 Mon Sep 17 00:00:00 2001 From: cben Date: Fri, 14 Jan 2005 14:34:05 +0000 Subject: 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 --- docutils/test/functional/input/latex_docinfo.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docutils/test/functional/input/latex_docinfo.txt (limited to 'docutils/test/functional/input') 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 -- cgit v1.2.1