From 81a4319db54c9c37327c8091921305ed91c555c6 Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Sat, 2 Feb 2019 21:48:43 +0100 Subject: More documentation about metadata --- pandoc/templates/elenq-article.latex | 5 +++++ pandoc/templates/elenq-book.latex | 4 ++++ 2 files changed, 9 insertions(+) (limited to 'pandoc') 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$} -- cgit v1.2.3