diff options
Diffstat (limited to 'pandoc/templates/elenq-book.latex')
-rw-r--r-- | pandoc/templates/elenq-book.latex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pandoc/templates/elenq-book.latex b/pandoc/templates/elenq-book.latex index 211dd00..20b9f45 100644 --- a/pandoc/templates/elenq-book.latex +++ b/pandoc/templates/elenq-book.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,9 @@ $if(lang)$ $endfor$ $endif$ +$if(license)$ + \usepackage{ccicons} +$endif$ % No indent \usepackage{parskip} |