We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8720f commit ed4673dCopy full SHA for ed4673d
1 file changed
inst/rmd/latex/default.tex
@@ -144,18 +144,22 @@
144
145
\begin{document}
146
147
-\begin{center}
148
$if(title)$
+\begin{center}
149
\huge $title$ \\[0.2cm]
150
+\end{center}
151
$endif$
152
$if(author)$
153
154
\large \emph{$for(author)$$author$$sep$ \and $endfor$}\\[0.1cm]
155
156
157
$if(date)$
158
159
\large \emph{$date$} \\
160
161
162
\normalsize
-\end{center}
163
164
$if(abstract)$
165
\begin{abstract}
0 commit comments