Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-08 | Write euro symbol directly in LaTeX | Andrew Dunning | 1 | -0/+1 | |
The textcomp package allows pdfLaTeX to parse `€` directly, making the \euro command unneeded. Closes #3801. | |||||
2017-09-07 | LaTeX template: load polyglossia after header-includes. | John MacFarlane | 1 | -6/+6 | |
It needs to be loaded as late as possible. Closes #3898. | |||||
2017-08-14 | Update tests for changes to LaTeX template. | John MacFarlane | 1 | -2/+4 | |
2017-05-18 | Test updates for latex template changes. | John MacFarlane | 1 | -13/+14 | |
2017-05-09 | LaTeX: Load `parskip` before `hyperref`. (#3654) | Václav Haisman | 1 | -6/+6 | |
* LaTeX: Load `parskip` before `hyperref`. According to `hyperref` package's `README.pdf`, page 22, `hyperref` package should be loaded after `parskip` package. * Adjust tests for previous change. | |||||
2017-03-01 | LaTeX writer: always add hypertarget when there's a non-empty identifier. | John MacFarlane | 1 | -4/+8 | |
Previously the hypertargets were only added when there was actually a link to that identifier. Closes #2719. | |||||
2017-02-06 | Use unicode-math by default in default.latex template. | John MacFarlane | 1 | -5/+1 | |
mathspec will be used in xelatex if the `mathspec` variable is set; otherwise unicode-math will be used. Thanks to Václav Haisman. | |||||
2017-02-04 | Moved tests/ -> test/. | John MacFarlane | 1 | -0/+153 | |