Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-19 | LaTeX/Beamer template changes (Thomas Hodgson): | John MacFarlane | 1 | -0/+4 | |
* Added `thanks` variable * Use `parskip.sty` when `indent` isn't set (fall back to using `setlength` as before if `parskip.sty` isn't available). * Use `biblio-style` with biblatex. * Added `biblatexoptions` variable. * Added `section-titles` variable (defaults to true) to enable/suppress section title pages in beamer slide shows. * Moved beamer themes after fonts, so that themes can change fonts. (Previously the fonts set were being clobbered by lmodern.sty.) | |||||
2015-12-03 | LaTeX template changes: | John MacFarlane | 1 | -2/+0 | |
- only pass options to color package if colorlinks is set - make definition of `\euro` conditional in xelatex/lualatex, as it is already for pdflatex (Andrew Dunning) | |||||
2015-11-20 | latex template changes. | John MacFarlane | 1 | -10/+9 | |
* 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. | |||||
2015-11-12 | Updated tests for template changes. | John MacFarlane | 1 | -6/+3 | |
2015-10-20 | Updated tests for latex/context template changes. | John MacFarlane | 1 | -25/+7 | |
2015-10-19 | Fixed one test case. | John MacFarlane | 1 | -1/+1 | |
2015-10-18 | Added writers-lang-and-dir test, fixed ConTeXt writer test | mb21 | 1 | -0/+166 | |
The writers-lang-and-dir testGroup tests LaTeX and ConTeXt writers' language and directionality output |