mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56:32 +00:00
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:
+2
-6
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user