diff options
Diffstat (limited to 'pandoc/templates/elenq-article.latex')
-rw-r--r-- | pandoc/templates/elenq-article.latex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pandoc/templates/elenq-article.latex b/pandoc/templates/elenq-article.latex index 3d42c22..9cc0bbe 100644 --- a/pandoc/templates/elenq-article.latex +++ b/pandoc/templates/elenq-article.latex @@ -24,7 +24,7 @@ % title: The title of the document % subtitle: The subtitle of the article % author: Author's name -% license: License of the document +% license: License of the document (\ccby or so, it supports ccicons) % % It also accepts some optional metadata: % @@ -89,6 +89,10 @@ $if(lang)$ $endfor$ $endif$ +$if(license)$ + \usepackage{ccicons} +$endif$ + % No indent \usepackage{parskip} |