From 71a7bcdbf656693285675b66057dd6fd3e211273 Mon Sep 17 00:00:00 2001 From: csforste Date: Mon, 4 Jan 2016 20:06:19 -0500 Subject: Initial TEI template. --- default.dzslides | 5 +++++ default.s5 | 5 +++++ default.slideous | 5 +++++ default.slidy | 5 +++++ default.tei | 39 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 59 insertions(+) create mode 100644 default.tei diff --git a/default.dzslides b/default.dzslides index d86e51673..c8c249030 100644 --- a/default.dzslides +++ b/default.dzslides @@ -181,6 +181,11 @@ $endif$ $endif$ +$if(toc)$ +
+$toc$ +
+$endif$ $for(include-before)$ $include-before$ $endfor$ diff --git a/default.s5 b/default.s5 index f71e59d9a..6ab482864 100644 --- a/default.s5 +++ b/default.s5 @@ -72,6 +72,11 @@ $if(date)$ $endif$ $endif$ +$if(toc)$ +
+$toc$ +
+$endif$ $body$ $for(include-after)$ $include-after$ diff --git a/default.slideous b/default.slideous index c35e7432c..30c93567d 100644 --- a/default.slideous +++ b/default.slideous @@ -77,6 +77,11 @@ $if(date)$ $endif$ $endif$ +$if(toc)$ +
+$toc$ +
+$endif$ $body$ $for(include-after)$ $include-after$ diff --git a/default.slidy b/default.slidy index 6daa9701d..5f83b40ca 100644 --- a/default.slidy +++ b/default.slidy @@ -63,6 +63,11 @@ $if(date)$ $endif$ $endif$ +$if(toc)$ +
+$toc$ +
+$endif$ $body$ $for(include-after)$ $include-after$ diff --git a/default.tei b/default.tei new file mode 100644 index 000000000..3778dccd5 --- /dev/null +++ b/default.tei @@ -0,0 +1,39 @@ + + + + + +$if(title)$ + $title$ +$endif$ +$for(author)$ + $author$ +$endfor$ + + +

$if(publicationStmt)$$publicationStmt$$endif$

+ $if(license)$ + $license$ +$endif$ +
+ +$if(sourceDesc)$ + $sourceDesc$ +$else$ +

Produced by pandoc.

+$endif$ +
+
+
+ +$for(include-before)$ +$include-before$ +$endfor$ + +$body$ + +$for(include-after)$ +$include-after$ +$endfor$ + +
-- cgit v1.2.3