Commit graph

58 commits

Author SHA1 Message Date
John MacFarlane
6c48030dcd LaTeX template: if 'lang' is set, load babel.
Thanks to Magnus Therning for the suggestion.
2011-11-27 20:36:37 -08:00
John MacFarlane
b1a3d5fa8a LaTeX template: Minor spacing changes. 2011-07-30 17:03:03 -07:00
John MacFarlane
ce85f7cd30 Removed ucs package and utf8 from default latex template.
This is no longer supported, and it clashes with packages
like biblatex and csquotes.

http://groups.google.com/group/comp.text.tex/browse_thread/thread/e0b0bec4e0dbf8b5/5487c7b0a170b95f?q=utf8x+group%3acomp.text.tex#5487c7b0a170b95f
2011-07-30 16:22:47 -07:00
John MacFarlane
201b99a239 LaTeX: Use ifxetex and ifluatex instead of iftex package.
These are included in "core" latex distributions, like BasicTeX.
2011-07-29 23:48:36 -07:00
John MacFarlane
4900bcb128 LaTeX template: biblatex is incompatible with ucs.
Thanks to Joseph Reagle.
2011-07-23 10:04:47 -07:00
John MacFarlane
bcd7edc492 Use different hyperref options for xetex.
Thanks to CircleCode.
2011-07-23 09:54:18 -07:00
John MacFarlane
951b0ca035 LaTeX template: moved command to avoid error.
CircleCode pointed out that

    \pdfstringdefDisableCommands{\renewcommand{\sout}{}}

needs to come after hyperref is included in the template.
2011-07-23 09:43:38 -07:00
John MacFarlane
663adaa861 Renamed templates from <writer>.template to default.<writer>. 2011-07-22 22:18:04 -07:00
Renamed from latex.template (Browse further)