aboutsummaryrefslogtreecommitdiff
path: root/test/lhs-test.latex+lhs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-07-03 15:21:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-07-03 15:34:42 -0700
commit972db3cdcac19bca0dd4e0957514a48bbf1feacb (patch)
treefe87f77060792f91c878a436166f5c2eeaf40b72 /test/lhs-test.latex+lhs
parente00e5a4cc27dd5b995887f8152bb71da4f2792c9 (diff)
downloadpandoc-972db3cdcac19bca0dd4e0957514a48bbf1feacb.tar.gz
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/lhs-test.latex+lhs')
-rw-r--r--test/lhs-test.latex+lhs6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lhs-test.latex+lhs b/test/lhs-test.latex+lhs
index 327dac4ef..f9149ba02 100644
--- a/test/lhs-test.latex+lhs
+++ b/test/lhs-test.latex+lhs
@@ -4,9 +4,6 @@
%
\documentclass[
]{article}
-\author{}
-\date{}
-
\usepackage{amsmath,amssymb}
\usepackage{lmodern}
\usepackage{iftex}
@@ -55,6 +52,9 @@
\usepackage{selnolig} % disable illegal ligatures
\fi
+\author{}
+\date{}
+
\begin{document}
\hypertarget{lhs-test}{%