diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-05-28 22:06:39 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-05-28 22:06:39 -0700 |
commit | 614de9963564f1201c52ae586122b30ee58c330e (patch) | |
tree | 9763b02bb863ee166044b51aba1355728f4c39e6 /default.slideous | |
parent | 24030660f1d17272cadfa62497be182996e2fbe2 (diff) | |
download | pandoc-templates-614de9963564f1201c52ae586122b30ee58c330e.tar.gz pandoc-templates-614de9963564f1201c52ae586122b30ee58c330e.zip |
Updated templates for pandoc 2.14
Diffstat (limited to 'default.slideous')
-rw-r--r-- | default.slideous | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/default.slideous b/default.slideous index ebf582d..70d144b 100644 --- a/default.slideous +++ b/default.slideous | |||
@@ -63,9 +63,16 @@ $if(title)$ | |||
63 | $if(subtitle)$ | 63 | $if(subtitle)$ |
64 | <h1 class="subtitle">$subtitle$</h1> | 64 | <h1 class="subtitle">$subtitle$</h1> |
65 | $endif$ | 65 | $endif$ |
66 | $if(author)$ | ||
66 | <p class="author"> | 67 | <p class="author"> |
67 | $for(author)$$author$$sep$<br/>$endfor$ | 68 | $for(author)$$author$$sep$<br/>$endfor$ |
68 | </p> | 69 | </p> |
70 | $endif$ | ||
71 | $if(institute)$ | ||
72 | <p class="institute"> | ||
73 | $for(institute)$$institute$$sep$<br/>$endfor$ | ||
74 | </p> | ||
75 | $endif$ | ||
69 | $if(date)$ | 76 | $if(date)$ |
70 | <p class="date">$date$</p> | 77 | <p class="date">$date$</p> |
71 | $endif$ | 78 | $endif$ |