From e5573bca8f8c92bf96ed1525fb29fc8fb61dc44c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 20 Nov 2015 14:36:47 -0800 Subject: 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. --- data/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/default.epub2') diff --git a/data/templates b/data/templates index ff9ebaa31..db3aec1a8 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit ff9ebaa31ae31401e236574e81c2e75609adc727 +Subproject commit db3aec1a82d1f4f73e24217db8995ce27c48f7d6 -- cgit v1.2.3