Skip to content

Commit

Permalink
Merge pull request #123 from krivit/jss_header-includes
Browse files Browse the repository at this point in the history
Added handling of header-includes to the jss_article template.
  • Loading branch information
jjallaire authored Jun 2, 2017
2 parents 95fa92c + e0a1c7a commit be71a03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions inst/rmarkdown/templates/jss_article/resources/template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
$endfor$
}

% Pandoc header
$for(header-includes)$
$header-includes$
$endfor$

$preamble$

\begin{document}
Expand Down

0 comments on commit be71a03

Please sign in to comment.