summaryrefslogtreecommitdiff
path: root/docutils/test/functional/expected/latex_docinfo.tex
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-08-25 11:57:29 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-08-25 11:57:29 +0000
commit91c72c868791e2ec1dfd5d6aa4b2747f9de9c389 (patch)
treeba9e1540afdb1a762f82623264e3c799abdaa005 /docutils/test/functional/expected/latex_docinfo.tex
parent5cd0280bf9abf6805fdf840b66d11d02081f0ada (diff)
downloaddocutils-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/expected/latex_docinfo.tex')
-rw-r--r--docutils/test/functional/expected/latex_docinfo.tex23
1 files changed, 4 insertions, 19 deletions
diff --git a/docutils/test/functional/expected/latex_docinfo.tex b/docutils/test/functional/expected/latex_docinfo.tex
index 5896cd904..d1b13de00 100644
--- a/docutils/test/functional/expected/latex_docinfo.tex
+++ b/docutils/test/functional/expected/latex_docinfo.tex
@@ -5,20 +5,11 @@
\usepackage[latin1]{inputenc}
\usepackage{ifthen}
\usepackage{fixltx2e} % fix LaTeX2e shortcomings
-\usepackage{tabularx}
%%% User specified packages and stylesheets
%%% Fallback definitions for Docutils-specific commands
-% providelength (provide a length variable and set default, if it is new)
-\providecommand*{\DUprovidelength}[2]{
- \ifthenelse{\isundefined{#1}}{\newlength{#1}\setlength{#1}{#2}}{}
-}
-
-% docinfo (width of docinfo table)
-\DUprovidelength{\DUdocinfowidth}{0.9\textwidth}
-
% hyperref package (PDF hyperlinks):
\ifthenelse{\isundefined{\hypersetup}}{
\usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
@@ -27,7 +18,10 @@
pdfauthor={Foo Fred;Bar Barney}
}
-%%% Title metadata
+%%% Body
+\begin{document}
+
+% Document title
\title{}
\author{Foo Fred\\
Food Foomatics \& Friends\\
@@ -40,15 +34,6 @@ Bar-BQ Bar\\
Barbara St 16\\
South Barwell}
\date{}
-
-%%% Body
-\begin{document}
\maketitle
-%___________________________________________________________________________
-\begin{center}
-\begin{tabularx}{\DUdocinfowidth}{lX}
-\end{tabularx}
-\end{center}
-
\end{document}