diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2021-07-03 15:21:43 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2021-07-03 15:34:42 -0700 |
| commit | 972db3cdcac19bca0dd4e0957514a48bbf1feacb (patch) | |
| tree | fe87f77060792f91c878a436166f5c2eeaf40b72 /test/writer.latex | |
| parent | e00e5a4cc27dd5b995887f8152bb71da4f2792c9 (diff) | |
Revert "LaTeX template: move title, author, date up to top of preamble."
This reverts commit cc088687b4013c2b8b744eb337ed04fc63f315f2
and PR #7295.
This fixes issues people had when using LaTeX commands defined later
in the preamble (or in some cases UTF-8 text) in the title or author
fields. Closes #7422.
Diffstat (limited to 'test/writer.latex')
| -rw-r--r-- | test/writer.latex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/writer.latex b/test/writer.latex index 468c271bc..abf772df4 100644 --- a/test/writer.latex +++ b/test/writer.latex @@ -4,10 +4,6 @@ % \documentclass[ ]{article} -\title{Pandoc Test Suite} -\author{John MacFarlane \and Anonymous} -\date{July 17, 2006} - \usepackage{amsmath,amssymb} \usepackage{lmodern} \usepackage{iftex} @@ -71,6 +67,10 @@ \usepackage{selnolig} % disable illegal ligatures \fi +\title{Pandoc Test Suite} +\author{John MacFarlane \and Anonymous} +\date{July 17, 2006} + \begin{document} \maketitle |
