summaryrefslogtreecommitdiff
path: root/pandoc/templates
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc/templates')
-rw-r--r--pandoc/templates/elenq-article.latex5
-rw-r--r--pandoc/templates/elenq-book.latex4
2 files changed, 9 insertions, 0 deletions
diff --git a/pandoc/templates/elenq-article.latex b/pandoc/templates/elenq-article.latex
index 50ec24a..c6d88b4 100644
--- a/pandoc/templates/elenq-article.latex
+++ b/pandoc/templates/elenq-article.latex
@@ -24,6 +24,11 @@
% author: Author's name
% license: License of the document
%
+% It also accepts some optional metadata:
+%
+% toc: true | false # Activate table of contents (defaults to false)
+% abstract: "Content of the abstract"
+%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper,11pt]{$documentclass$}
diff --git a/pandoc/templates/elenq-book.latex b/pandoc/templates/elenq-book.latex
index cfb7d7f..3dcf2a3 100644
--- a/pandoc/templates/elenq-book.latex
+++ b/pandoc/templates/elenq-book.latex
@@ -24,6 +24,10 @@
% author: Author's name
% license: License of the document
%
+% It also accepts some optional metadata:
+%
+% toc: true | false # Activate table of contents (defaults to true)
+%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper,11pt]{$documentclass$}