diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-11-20 14:36:47 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-20 14:40:27 -0800 |
commit | e5573bca8f8c92bf96ed1525fb29fc8fb61dc44c (patch) | |
tree | 6a982a9570b5dac2af2a58e995c4c0c397c4832e /data/templates | |
parent | 73e2d7976c06cc6087f2c4a63538593076fb5623 (diff) | |
download | pandoc-e5573bca8f8c92bf96ed1525fb29fc8fb61dc44c.tar.gz |
latex template changes.
* Removed setting of `subject` in PDF metadata.
This used to be set to the subtitle, but really the subtitle
need not give the subject. Also, `subtitle` can contain formatting,
so we'd need, at least, a plain text version for this.
* Moved `header-includes` before setting of `\title`, `\author`,
etc. This allows these macros to be redefined.
* Use `\subtitle` command for `subtitle`, instead of tacking it
on to the title as before. We give a no-op fallback definition if it is
not defined. This change should produce much better results
in classes that support `\subtitle`. With the default article
class, which does not define `\subtitle`, subtitles will no
longer be printed unless the user defines `\subtitle` and
redefines `\maketitle`.
* Moved redefinitions of `\paragraph` and `\subparagraph` to
before header-includes.
Diffstat (limited to 'data/templates')
m--------- | data/templates | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/data/templates b/data/templates -Subproject ff9ebaa31ae31401e236574e81c2e75609adc72 +Subproject db3aec1a82d1f4f73e24217db8995ce27c48f7d |