* 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.
13 lines
546 B
Text
13 lines
546 B
Text
tree cb4059e351284141c80fbfe2c899c94e0de56ffe
|
|
parent 4ac59af2429d97c1bb1f54088453a97205c0fcdc
|
|
author John MacFarlane <jgm@berkeley.edu> 1448058576 -0800
|
|
committer John MacFarlane <jgm@berkeley.edu> 1448058624 -0800
|
|
|
|
latex: Moved definitions of subparagraph, header-includes.
|
|
|
|
`header-includes` now occurs before setting of title,
|
|
author, etc. This allows you to include a definition of
|
|
`\subtitle`, for example, before `\subtitle` is called.
|
|
|
|
Redefining of `\paragraph` and `\subparagraph` now occurs
|
|
before `header-includes` rather than after.
|