diff options
-rw-r--r-- | default.epub2 | 9 | ||||
-rw-r--r-- | default.epub3 | 11 | ||||
-rw-r--r-- | default.jats | 20 | ||||
-rw-r--r-- | default.jira | 9 | ||||
-rw-r--r-- | default.latex | 7 | ||||
-rw-r--r-- | default.revealjs | 2 |
6 files changed, 24 insertions, 34 deletions
diff --git a/default.epub2 b/default.epub2 index cca9fcf..afcf96a 100644 --- a/default.epub2 +++ b/default.epub2 | |||
@@ -6,15 +6,6 @@ | |||
6 | <meta http-equiv="Content-Style-Type" content="text/css" /> | 6 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
7 | <meta name="generator" content="pandoc" /> | 7 | <meta name="generator" content="pandoc" /> |
8 | <title>$pagetitle$</title> | 8 | <title>$pagetitle$</title> |
9 | <style type="text/css"> | ||
10 | code{white-space: pre-wrap;} | ||
11 | span.smallcaps{font-variant: small-caps;} | ||
12 | span.underline{text-decoration: underline;} | ||
13 | div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
14 | $if(quotes)$ | ||
15 | q { quotes: "“" "”" "‘" "’"; } | ||
16 | $endif$ | ||
17 | </style> | ||
18 | $if(highlighting-css)$ | 9 | $if(highlighting-css)$ |
19 | <style type="text/css"> | 10 | <style type="text/css"> |
20 | $highlighting-css$ | 11 | $highlighting-css$ |
diff --git a/default.epub3 b/default.epub3 index fa20fb8..f0feb14 100644 --- a/default.epub3 +++ b/default.epub3 | |||
@@ -5,22 +5,13 @@ | |||
5 | <meta charset="utf-8" /> | 5 | <meta charset="utf-8" /> |
6 | <meta name="generator" content="pandoc" /> | 6 | <meta name="generator" content="pandoc" /> |
7 | <title>$pagetitle$</title> | 7 | <title>$pagetitle$</title> |
8 | <style> | ||
9 | code{white-space: pre-wrap;} | ||
10 | span.smallcaps{font-variant: small-caps;} | ||
11 | span.underline{text-decoration: underline;} | ||
12 | div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
13 | $if(quotes)$ | ||
14 | q { quotes: "“" "”" "‘" "’"; } | ||
15 | $endif$ | ||
16 | </style> | ||
17 | $if(highlighting-css)$ | 8 | $if(highlighting-css)$ |
18 | <style> | 9 | <style> |
19 | $highlighting-css$ | 10 | $highlighting-css$ |
20 | </style> | 11 | </style> |
21 | $endif$ | 12 | $endif$ |
22 | $for(css)$ | 13 | $for(css)$ |
23 | <link rel="stylesheet" href="$css$" /> | 14 | <link rel="stylesheet" type="text/css" href="$css$" /> |
24 | $endfor$ | 15 | $endfor$ |
25 | $for(header-includes)$ | 16 | $for(header-includes)$ |
26 | $header-includes$ | 17 | $header-includes$ |
diff --git a/default.jats b/default.jats index 228a063..5fd3590 100644 --- a/default.jats +++ b/default.jats | |||
@@ -83,14 +83,14 @@ $for(author)$ | |||
83 | $if(author.orcid)$ | 83 | $if(author.orcid)$ |
84 | <contrib-id contrib-id-type="orcid">$author.orcid$</contrib-id> | 84 | <contrib-id contrib-id-type="orcid">$author.orcid$</contrib-id> |
85 | $endif$ | 85 | $endif$ |
86 | <name> | ||
87 | $if(author.surname)$ | 86 | $if(author.surname)$ |
87 | <name> | ||
88 | <surname>$author.surname$</surname> | 88 | <surname>$author.surname$</surname> |
89 | <given-names>$author.given-names$</given-names> | 89 | <given-names>$author.given-names$</given-names> |
90 | </name> | ||
90 | $else$ | 91 | $else$ |
91 | <string-name>$author$</string-name> | 92 | <string-name>$author$</string-name> |
92 | $endif$ | 93 | $endif$ |
93 | </name> | ||
94 | $if(author.email)$ | 94 | $if(author.email)$ |
95 | <email>$author.email$</email> | 95 | <email>$author.email$</email> |
96 | $endif$ | 96 | $endif$ |
@@ -120,22 +120,14 @@ $endif$ | |||
120 | </author-notes> | 120 | </author-notes> |
121 | $endif$ | 121 | $endif$ |
122 | $if(date)$ | 122 | $if(date)$ |
123 | $if(date.iso-8601)$ | 123 | <pub-date pub-type="epub"$if(date.iso-8601)$ iso-8601-date="$date.iso-8601$"$endif$> |
124 | <pub-date pub-type="epub" iso-8601-date="$date.iso-8601$"> | ||
125 | $else$ | ||
126 | <pub-date pub-type="epub"> | ||
127 | $endif$ | ||
128 | $if(date.day)$ | 124 | $if(date.day)$ |
129 | <day>$pub-date.day$</day> | 125 | <day>$date.day$</day> |
130 | $endif$ | 126 | $endif$ |
131 | $if(date.month)$ | 127 | $if(date.month)$ |
132 | <month>$pub-date.month$</month> | 128 | <month>$date.month$</month> |
133 | $endif$ | ||
134 | $if(date.year)$ | ||
135 | <year>$pub-date.year$</year> | ||
136 | $else$ | ||
137 | <string-date>$date$</string-date> | ||
138 | $endif$ | 129 | $endif$ |
130 | <year>$date.year$</year> | ||
139 | </pub-date> | 131 | </pub-date> |
140 | $endif$ | 132 | $endif$ |
141 | $if(article.volume)$ | 133 | $if(article.volume)$ |
diff --git a/default.jira b/default.jira new file mode 100644 index 0000000..69bd05b --- /dev/null +++ b/default.jira | |||
@@ -0,0 +1,9 @@ | |||
1 | $for(include-before)$ | ||
2 | $include-before$ | ||
3 | |||
4 | $endfor$ | ||
5 | $body$ | ||
6 | $for(include-after)$ | ||
7 | |||
8 | $include-after$ | ||
9 | $endfor$ | ||
diff --git a/default.latex b/default.latex index 336aeb3..4e8911e 100644 --- a/default.latex +++ b/default.latex | |||
@@ -205,6 +205,9 @@ $endif$ | |||
205 | $if(author-meta)$ | 205 | $if(author-meta)$ |
206 | pdfauthor={$author-meta$}, | 206 | pdfauthor={$author-meta$}, |
207 | $endif$ | 207 | $endif$ |
208 | $if(lang)$ | ||
209 | pdflang={$lang$}, | ||
210 | $endif$ | ||
208 | $if(subject)$ | 211 | $if(subject)$ |
209 | pdfsubject={$subject$}, | 212 | pdfsubject={$subject$}, |
210 | $endif$ | 213 | $endif$ |
@@ -226,8 +229,12 @@ $if(verbatim-in-note)$ | |||
226 | \VerbatimFootnotes % allow verbatim text in footnotes | 229 | \VerbatimFootnotes % allow verbatim text in footnotes |
227 | $endif$ | 230 | $endif$ |
228 | $if(geometry)$ | 231 | $if(geometry)$ |
232 | $if(beamer)$ | ||
233 | \geometry{$for(geometry)$$geometry$$sep$,$endfor$} | ||
234 | $else$ | ||
229 | \usepackage[$for(geometry)$$geometry$$sep$,$endfor$]{geometry} | 235 | \usepackage[$for(geometry)$$geometry$$sep$,$endfor$]{geometry} |
230 | $endif$ | 236 | $endif$ |
237 | $endif$ | ||
231 | $if(beamer)$ | 238 | $if(beamer)$ |
232 | \newif\ifbibliography | 239 | \newif\ifbibliography |
233 | $endif$ | 240 | $endif$ |
diff --git a/default.revealjs b/default.revealjs index 9469291..b8bbbb0 100644 --- a/default.revealjs +++ b/default.revealjs | |||
@@ -16,6 +16,7 @@ $endif$ | |||
16 | <meta name="apple-mobile-web-app-capable" content="yes"> | 16 | <meta name="apple-mobile-web-app-capable" content="yes"> |
17 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | 17 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
18 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> | 18 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> |
19 | <link rel="stylesheet" href="$revealjs-url$/css/reset.css"> | ||
19 | <link rel="stylesheet" href="$revealjs-url$/css/reveal.css"> | 20 | <link rel="stylesheet" href="$revealjs-url$/css/reveal.css"> |
20 | <style> | 21 | <style> |
21 | code{white-space: pre-wrap;} | 22 | code{white-space: pre-wrap;} |
@@ -88,7 +89,6 @@ $body$ | |||
88 | </div> | 89 | </div> |
89 | </div> | 90 | </div> |
90 | 91 | ||
91 | <script src="$revealjs-url$/lib/js/head.min.js"></script> | ||
92 | <script src="$revealjs-url$/js/reveal.js"></script> | 92 | <script src="$revealjs-url$/js/reveal.js"></script> |
93 | 93 | ||
94 | <script> | 94 | <script> |