summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--default.epub32
-rw-r--r--default.html52
-rw-r--r--default.latex7
-rw-r--r--default.opendocument4
-rw-r--r--default.tei20
5 files changed, 26 insertions, 9 deletions
diff --git a/default.epub3 b/default.epub3
index b227149..6428e98 100644
--- a/default.epub3
+++ b/default.epub3
@@ -26,7 +26,7 @@ $for(header-includes)$
26 $header-includes$ 26 $header-includes$
27$endfor$ 27$endfor$
28</head> 28</head>
29<body$if(coverpage)$ id="cover"$endif$> 29<body$if(coverpage)$ id="cover"$endif$$if(body-type)$ epub:type="$body-type$"$endif$>
30$if(titlepage)$ 30$if(titlepage)$
31<section epub:type="titlepage"> 31<section epub:type="titlepage">
32$for(title)$ 32$for(title)$
diff --git a/default.html5 b/default.html5
index 9c15107..c2bf0e0 100644
--- a/default.html5
+++ b/default.html5
@@ -46,7 +46,7 @@ $for(include-before)$
46$include-before$ 46$include-before$
47$endfor$ 47$endfor$
48$if(title)$ 48$if(title)$
49<header> 49<header id="title-block-header">
50<h1 class="title">$title$</h1> 50<h1 class="title">$title$</h1>
51$if(subtitle)$ 51$if(subtitle)$
52<p class="subtitle">$subtitle$</p> 52<p class="subtitle">$subtitle$</p>
diff --git a/default.latex b/default.latex
index 4d1eeb5..23e47e6 100644
--- a/default.latex
+++ b/default.latex
@@ -183,6 +183,7 @@ $endif$
183$if(colorlinks)$ 183$if(colorlinks)$
184 colorlinks=true, 184 colorlinks=true,
185 linkcolor=$if(linkcolor)$$linkcolor$$else$Maroon$endif$, 185 linkcolor=$if(linkcolor)$$linkcolor$$else$Maroon$endif$,
186 filecolor=$if(filecolor)$$filecolor$$else$Maroon$endif$,
186 citecolor=$if(citecolor)$$citecolor$$else$Blue$endif$, 187 citecolor=$if(citecolor)$$citecolor$$else$Blue$endif$,
187 urlcolor=$if(urlcolor)$$urlcolor$$else$Blue$endif$, 188 urlcolor=$if(urlcolor)$$urlcolor$$else$Blue$endif$,
188$else$ 189$else$
@@ -359,8 +360,14 @@ $include-before$
359 360
360$endfor$ 361$endfor$
361$if(toc)$ 362$if(toc)$
363$if(toc-title)$
364\renewcommand*\contentsname{$toc-title$}
365$endif$
362$if(beamer)$ 366$if(beamer)$
363\begin{frame} 367\begin{frame}
368$if(toc-title)$
369\frametitle{$toc-title$}
370$endif$
364\tableofcontents[hideallsubsections] 371\tableofcontents[hideallsubsections]
365\end{frame} 372\end{frame}
366$else$ 373$else$
diff --git a/default.opendocument b/default.opendocument
index e0bc5c1..cc7d330 100644
--- a/default.opendocument
+++ b/default.opendocument
@@ -26,9 +26,7 @@ $endfor$
26$if(toc)$ 26$if(toc)$
27<text:table-of-content> 27<text:table-of-content>
28 <text:table-of-content-source text:outline-level="10"> 28 <text:table-of-content-source text:outline-level="10">
29 <text:index-title-template text:style-name="Contents_20_Heading"> 29 <text:index-title-template text:style-name="Contents_20_Heading">$toc-title$</text:index-title-template>
30 $toc-title$
31 </text:index-title-template>
32 <text:table-of-content-entry-template text:outline-level="1" 30 <text:table-of-content-entry-template text:outline-level="1"
33 text:style-name="Contents_20_1"> 31 text:style-name="Contents_20_1">
34 <text:index-entry-link-start text:style-name="Internet_20_link" /> 32 <text:index-entry-link-start text:style-name="Internet_20_link" />
diff --git a/default.tei b/default.tei
index 3778dcc..7573478 100644
--- a/default.tei
+++ b/default.tei
@@ -3,18 +3,30 @@
3<teiHeader> 3<teiHeader>
4 <fileDesc> 4 <fileDesc>
5 <titleStmt> 5 <titleStmt>
6$if(title)$
7 <title>$title$</title> 6 <title>$title$</title>
8$endif$
9$for(author)$ 7$for(author)$
10 $author$ 8 <author>$author$</author>
11$endfor$ 9$endfor$
12 </titleStmt> 10 </titleStmt>
13 <publicationStmt> 11 <publicationStmt>
12$if(publicationStmt)$
14 <p>$if(publicationStmt)$$publicationStmt$$endif$</p> 13 <p>$if(publicationStmt)$$publicationStmt$$endif$</p>
15 $if(license)$ 14$endif$
15$if(license)$
16 <availability><licence>$license$</licence></availability> 16 <availability><licence>$license$</licence></availability>
17$endif$ 17$endif$
18$if(publisher)$
19 <publisher>$publisher$</publisher>
20$endif$
21$if(pubPlace)$
22 <pubPlace>$pubPlace$</pubPlace>
23$endif$
24$if(address)$
25 <address>$address$</address>
26$endif$
27$if(date)$
28 <date>$date$</date>
29$endif$
18 </publicationStmt> 30 </publicationStmt>
19 <sourceDesc> 31 <sourceDesc>
20$if(sourceDesc)$ 32$if(sourceDesc)$