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 f171c8f commit 22debebCopy full SHA for 22debeb
inst/rmarkdown/templates/jss/resources/template.tex
@@ -22,6 +22,7 @@
22
\Shorttitle{$title.short$}
23
$endif$
24
25
+
26
\Abstract{
27
$abstract$
28
}
@@ -57,6 +58,11 @@
57
58
$endfor$
59
60
61
+% Pandoc syntax highlighting
62
+$if(highlighting-macros)$
63
+$highlighting-macros$
64
+$endif$
65
66
% Pandoc citation processing
67
$if(csl-refs)$
68
\newlength{\csllabelwidth}
@@ -87,7 +93,6 @@
87
93
\newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1}
88
94
89
95
90
-% Pandoc header
91
96
$for(header-includes)$
92
97
$header-includes$
98
0 commit comments