diff --git a/inst/rmarkdown/templates/jss/resources/template.tex b/inst/rmarkdown/templates/jss/resources/template.tex index eb26da040..d2af69891 100644 --- a/inst/rmarkdown/templates/jss/resources/template.tex +++ b/inst/rmarkdown/templates/jss/resources/template.tex @@ -22,6 +22,7 @@ \Shorttitle{$title.short$} $endif$ + \Abstract{ $abstract$ } @@ -57,6 +58,11 @@ $endfor$ } +% Pandoc syntax highlighting +$if(highlighting-macros)$ +$highlighting-macros$ +$endif$ + % Pandoc citation processing $if(csl-refs)$ \newlength{\csllabelwidth} @@ -87,7 +93,6 @@ \newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1} $endif$ -% Pandoc header $for(header-includes)$ $header-includes$ $endfor$