diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-03-19 13:48:06 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-03-19 13:48:06 -0700 |
commit | 3aa7bd1b7c8b0cc9782cc942d7f3d03e8baf5663 (patch) | |
tree | edfba2de47c9fa2700f16792240c6dc470a84fca | |
parent | 9a2326c39758ecd79548af079abebfe0b6c7013d (diff) | |
download | pandoc-3aa7bd1b7c8b0cc9782cc942d7f3d03e8baf5663.tar.gz |
Added `institute` variable in LaTeX and Beamer templates.
-rw-r--r-- | README | 4 | ||||
m--------- | data/templates | 14 |
2 files changed, 11 insertions, 7 deletions
@@ -1041,6 +1041,10 @@ as the following: `\subtitle`, such as `beamer` or the [KOMA-Script] series (`scrartcl`, `scrreprt`, `scrbook`).[^subtitle] +`institute` +: author affiliations (in LaTeX and Beamer only). Can be a + list, when there are multiple authors. + `abstract` : document summary, included in LaTeX, ConTeXt, AsciiDoc, and Word docx diff --git a/data/templates b/data/templates -Subproject 40175cfc59cfaaf1ec159cdf5ff580fc6d3b2f0 +Subproject d39b2207f98e8a6c6f91b0498c183069a0aa7c9 |