Updated latex writer test because of new system for

writing the preamble.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@761 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher
2007-07-22 16:30:29 +00:00
parent e80e2ee077
commit 437ad4089e
+2 -6
View File
@@ -1,17 +1,13 @@
\documentclass{article}
\usepackage[breaklinks=true]{hyperref}
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\usepackage{graphicx}
\usepackage{array}
\setlength{\parindent}{0pt}
\setlength{\parskip}{6pt plus 2pt minus 1pt}
% This is needed for code blocks in footnotes:
\usepackage{fancyvrb}
\VerbatimFootnotes
% This is needed because raggedright in table elements redefines //:
\newcommand{\PreserveBackslash}[1]{\let\temp=\\#1\let\\=\temp}
\let\PBS=\PreserveBackslash
\usepackage[breaklinks=true]{hyperref}
\usepackage{graphicx}
\setcounter{secnumdepth}{0}
\title{Pandoc Test Suite}
\author{John MacFarlane\\Anonymous}