summaryrefslogtreecommitdiff
path: root/pandoc/templates
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2025-01-28 21:02:19 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2025-01-28 21:02:19 +0100
commit4424f6d6b1f6ced4118b28b3a888ada50b2deb21 (patch)
tree2210cad4fb35b7184ec3ba30f62d472e9c8c5e36 /pandoc/templates
parentef4aca28748f8a8439b11258af77bc323187b4cb (diff)
add ccicons for licenseHEADmaster
Diffstat (limited to 'pandoc/templates')
-rw-r--r--pandoc/templates/elenq-article.latex6
-rw-r--r--pandoc/templates/elenq-book.latex5
2 files changed, 9 insertions, 2 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}
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}