summaryrefslogtreecommitdiff
path: root/tests/writers-lang-and-dir.latex
Commit message (Collapse)AuthorAge
* LaTeX template: Add hyphen option to url package.John MacFarlane2017-01-10
|
* LaTeX template: allow passing `microtypeoptions` to microtype.John MacFarlane2017-01-03
| | | | Thanks to Vaclav Haisman.
* Updated test suite.John MacFarlane2016-09-28
|
* latex template: fix for obscure hyperref/xelatex issue.John MacFarlane2016-06-07
| | | | | | | | | | | | | | | | | | | Here's a minimal case: \documentclass[]{article} \usepackage{hyperref} \begin{document} \section{\%á} \end{document} Without this change, this fails on the second invocation of xelatex. See https://tex.stackexchange.com/questions/313266/and-non-ascii-characters-in-headings This affects inputs this like # %á with pdf output via xelatex.
* Merge pull request #2735 from mb21/patch-1John MacFarlane2016-04-26
|\ | | | | LaTeX Writer: fix polyglossia to babel env mapping
| * LaTeX Writer: fix polyglossia to babel env mappingMauro Bieg2016-03-20
| | | | | | | | allow for optional argument in square brackets, closes #2728
* | LaTeX writer: Add missing languages.Andrew Dunning2016-04-01
|/ | | | Updates the list from the hyphenation files at <http://mirror.ctan.org/language/hyph-utf8/tex/generic/hyph-utf8/loadhyph/>.
* LaTeX writer: restore old treatment of Span.John MacFarlane2016-01-09
| | | | | | A Span is rendered with surrounding {braces}. This was a regression in 1.16. Closes #2624.
* LaTeX/Beamer template changes (Thomas Hodgson):John MacFarlane2015-12-19
| | | | | | | | | | | | | | | * 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.)
* LaTeX template changes:John MacFarlane2015-12-03
| | | | | | | | - 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)
* latex template changes.John MacFarlane2015-11-20
| | | | | | | | | | | | | | | | | | | | | * 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.
* Updated tests for template changes.John MacFarlane2015-11-12
|
* Updated tests for latex/context template changes.John MacFarlane2015-10-20
|
* Fixed one test case.John MacFarlane2015-10-19
|
* Added writers-lang-and-dir test, fixed ConTeXt writer testmb212015-10-18
The writers-lang-and-dir testGroup tests LaTeX and ConTeXt writers' language and directionality output