aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYihui Xie <xie@yihui.name>2019-12-05 12:22:31 -0600
committerJohn MacFarlane <jgm@berkeley.edu>2019-12-05 10:22:31 -0800
commitee44d44f20d2a06648efe72a6836c24a179c8146 (patch)
tree55ca2bb08ac592f8bbd222f6688fa66de43de6e3 /data
parente7833c4dfbfb2d0a4f083e305c12549cc87fec54 (diff)
downloadpandoc-ee44d44f20d2a06648efe72a6836c24a179c8146.tar.gz
Keep the \author{} command even if author is not specified (#5961)
Otherwise there will be a LaTeX warning "No \author given" when the .tex file is compiled. This does not affect spacing in the title block.
Diffstat (limited to 'data')
-rw-r--r--data/templates/default.latex2
1 files changed, 0 insertions, 2 deletions
diff --git a/data/templates/default.latex b/data/templates/default.latex
index 20d5493f4..ed4b8ea33 100644
--- a/data/templates/default.latex
+++ b/data/templates/default.latex
@@ -383,9 +383,7 @@ $else$
$endif$
\subtitle{$subtitle$}
$endif$
-$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
-$endif$
\date{$date$}
$if(beamer)$
$if(institute)$