aboutsummaryrefslogtreecommitdiff
path: root/test/lhs-test.latex
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
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')
-rw-r--r--test/lhs-test.latex6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lhs-test.latex b/test/lhs-test.latex
index 20bc6ae19..fdc344335 100644
--- a/test/lhs-test.latex
+++ b/test/lhs-test.latex
@@ -4,9 +4,6 @@
%
\documentclass[
]{article}
-\author{}
-\date{}
-
\usepackage{amsmath,amssymb}
\usepackage{lmodern}
\usepackage{iftex}
@@ -88,6 +85,9 @@
\usepackage{selnolig} % disable illegal ligatures
\fi
+\author{}
+\date{}
+
\begin{document}
\hypertarget{lhs-test}{%