summaryrefslogtreecommitdiff
path: root/docutils/test/functional/expected/latex_docinfo.tex
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-11-30 08:10:35 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-11-30 08:10:35 +0000
commit84e53fb3fe0e6875e67515cbb0e04a13d6f86120 (patch)
tree2d66f8ff78b1ccda04feb8857361f4fd40b387c3 /docutils/test/functional/expected/latex_docinfo.tex
parentc1b2f204609c203e6c8dd998413a57c4fadf3123 (diff)
downloaddocutils-84e53fb3fe0e6875e67515cbb0e04a13d6f86120.tar.gz
New ``latex_preamble`` setting, PDF standard fonts as default.
Use Times/Helvetica/Courier (the PDF standard fonts) as default fonts. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6204 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected/latex_docinfo.tex')
-rw-r--r--docutils/test/functional/expected/latex_docinfo.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/docutils/test/functional/expected/latex_docinfo.tex b/docutils/test/functional/expected/latex_docinfo.tex
index fc6861326..6aca23c5a 100644
--- a/docutils/test/functional/expected/latex_docinfo.tex
+++ b/docutils/test/functional/expected/latex_docinfo.tex
@@ -7,6 +7,12 @@
\usepackage[latin1]{inputenc}
\usepackage{ifthen}
+%%% Custom LaTeX preamble
+% PDF Standard Fonts
+\usepackage{mathptmx} % Times
+\usepackage[scaled=.90]{helvet}
+\usepackage{courier}
+
%%% User specified packages and stylesheets
%%% Fallback definitions for Docutils-specific commands