aboutsummaryrefslogtreecommitdiff
path: root/tests/writers-lang-and-dir.latex
AgeCommit message (Collapse)AuthorFilesLines
2017-01-10LaTeX template: Add hyphen option to url package.John MacFarlane1-0/+1
2017-01-03LaTeX template: allow passing `microtypeoptions` to microtype.John MacFarlane1-1/+1
Thanks to Vaclav Haisman.
2016-09-28Updated test suite.John MacFarlane1-0/+6
2016-06-07latex template: fix for obscure hyperref/xelatex issue.John MacFarlane1-2/+2
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.
2016-04-26Merge pull request #2735 from mb21/patch-1John MacFarlane1-3/+3
LaTeX Writer: fix polyglossia to babel env mapping
2016-04-01LaTeX writer: Add missing languages.Andrew Dunning1-1/+1
Updates the list from the hyphenation files at <http://mirror.ctan.org/language/hyph-utf8/tex/generic/hyph-utf8/loadhyph/>.
2016-03-20LaTeX Writer: fix polyglossia to babel env mappingMauro Bieg1-3/+3
allow for optional argument in square brackets, closes #2728
2016-01-09LaTeX writer: restore old treatment of Span.John MacFarlane1-1/+1
A Span is rendered with surrounding {braces}. This was a regression in 1.16. Closes #2624.
2015-12-19LaTeX/Beamer template changes (Thomas Hodgson):John MacFarlane1-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-03LaTeX template changes:John MacFarlane1-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-20latex template changes.John MacFarlane1-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-12Updated tests for template changes.John MacFarlane1-6/+3
2015-10-20Updated tests for latex/context template changes.John MacFarlane1-25/+7
2015-10-19Fixed one test case.John MacFarlane1-1/+1
2015-10-18Added writers-lang-and-dir test, fixed ConTeXt writer testmb211-0/+166
The writers-lang-and-dir testGroup tests LaTeX and ConTeXt writers' language and directionality output