aboutsummaryrefslogtreecommitdiff
path: root/default.latex
AgeCommit message (Collapse)AuthorFilesLines
2013-04-25LaTeX template: Changes to make mathfont work with xelatex.John MacFarlane1-2/+4
We need the mathspec library, not just fontspec, for this. We also need to set options for setmathfont.
2013-02-26Load microtype after fonts.Douglas F. Calvert1-2/+2
Microtype needs to know what fonts are in use and it is suggested that it is aded after loading fonts.
2013-02-18LaTeX template: set secnumdepth to 5 if `--number-sections` specified.John MacFarlane1-0/+1
This yields behavior equivalent to the other writers, numbering level 4 and 5 headers too.
2013-01-21LaTeX template: Don't use monospace font for URLs.John MacFarlane1-0/+1
2013-01-19Added conditional import of upquote package.John MacFarlane1-0/+2
This fixes straight quotes in verbatim.
2013-01-05toc-level -> toc-depth.John MacFarlane1-1/+1
2013-01-05Added tocdepth to latex template.John MacFarlane1-0/+1
2012-09-16LaTeX, beamer templates: Don't require 'float' package.John MacFarlane1-1/+0
AS far as I can see, it isn't needed by anything pandoc does.
2012-09-16Beamer, LaTeX templates: removed enumerate package.John MacFarlane1-9/+0
2012-09-15LaTeX, beamer: Use longtable instead of ctable.John MacFarlane1-1/+1
2012-09-04papersize variable in the LaTeX templateRaphael1-1/+1
Adds a variable `papersize` in the LaTeX template which controls, surprise, paper size. Possible values are those the chosen `documentclass` allows.
2012-06-08LaTeX template: Separate `urlcolor` and `linkcolor` variables.John MacFarlane1-2/+2
2012-06-05LaTeX template: use ifxetex, ifluatex instead of iftex.John MacFarlane1-9/+8
iftex is not in debian.
2012-06-05Removed extra blank line.John MacFarlane1-1/+0
2012-06-05LaTeX: Use blank \date{} if no date specified.John MacFarlane1-4/+0
This way we don't get a date unless a date is explicitly specified.
2012-06-05Use iftex instead of ifluatex, ifxetex. Simplified template.John MacFarlane1-28/+17
2012-06-05LaTeX: Use fontenc [T1] and lmodern fonts.John MacFarlane1-0/+2
This gives better behavior for accented characters.
2012-06-05LaTeX: Make TOC links black.John MacFarlane1-1/+3
2012-06-05Added links-as-notes variable to print links as footnotesJohn MacFarlane1-2/+4
2012-06-05LaTeX: added linkcolor variableJohn MacFarlane1-2/+2
2012-06-03LaTeX template: Use black for internal links.John MacFarlane1-18/+12
This ensures that the table of contents will not be colored. Also added commented-out code to use footnotes for internal links (for print purposes).
2012-04-26Add option `urlcolor=blue` to package hyperrefPaul Vorbach1-0/+2
2012-04-21LaTeX and Beamer: Use fixltx2e package for \textsubscript.John MacFarlane1-3/+1
2012-04-03LaTeX template: only include eurosym if the document uses a euro symbol.John MacFarlane1-0/+2
2012-03-25Include PDF metadata (author, title) in latex template.John MacFarlane1-0/+6
2012-03-15LaTeX template: Added mathfont variable.John MacFarlane1-0/+6
2012-03-15LaTeX: use mainfont instead of romanfont, allow multiple geometry.John MacFarlane1-5/+5
2012-03-14FIxed spacing in latex template.John MacFarlane1-12/+12
2012-03-14LaTeX template: don't use SetupFonts macro.John MacFarlane1-6/+13
2012-03-14Added romanfont, sansfont, monofont variables to latex template.John MacFarlane1-4/+15
Note: These only work with xelatex/lualatex.
2012-03-14Added `geometry` variable.John MacFarlane1-0/+3
2012-03-05LaTeX template: use mainlang variable in \setmainlanguage.John MacFarlane1-1/+1
2012-03-04LaTeX commands to deal with \euro command with every engine.John MacFarlane1-0/+3
2012-03-04Better language defaults in LaTeX template.John MacFarlane1-2/+7
Thansk to Francois Gannaz. The lang variable is now included, if set, in documentclass options. polyglossia is used instead of babel if xetex.
2012-01-30Split off default.beamer from default.latex.John MacFarlane1-29/+1
2012-01-30LaTeX: Don't include \maxwidth in beamer.John MacFarlane1-0/+3
It causes an error when you include an image.
2012-01-25latex: use ignorenonframetext on beamer, and make proper title slide.John MacFarlane1-1/+5
2012-01-25LaTeX template: code for section title slides in beamer.John MacFarlane1-0/+6
2011-12-30LaTeX template: color links blue.John MacFarlane1-2/+6
2011-12-29LaTeX template: Changes to allow beamer output.John MacFarlane1-1/+16
2011-12-23LateX: Instead of having multiple imports of listings, combine to one.John MacFarlane1-4/+3
2011-12-23Add highlighting macros to default latex template.John MacFarlane1-0/+3
2011-12-01Revert "LaTeX: Use \date{} if no date in metadata."John MacFarlane1-2/+0
This reverts commit 9ebdb944b6dd4acbca16129ec244f1795ac88316.
2011-12-01LaTeX: Use \date{} if no date in metadata.John MacFarlane1-0/+2
Thanks to Daron Wilson for the suggestion.
2011-11-27LaTeX template: if 'lang' is set, load babel.John MacFarlane1-0/+3
Thanks to Magnus Therning for the suggestion.
2011-07-30LaTeX template: Minor spacing changes.John MacFarlane1-5/+6
2011-07-30Removed ucs package and utf8 from default latex template.John MacFarlane1-5/+0
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-29LaTeX: Use ifxetex and ifluatex instead of iftex package.John MacFarlane1-4/+5
These are included in "core" latex distributions, like BasicTeX.
2011-07-23LaTeX template: biblatex is incompatible with ucs.John MacFarlane1-0/+4
Thanks to Joseph Reagle.
2011-07-23Use different hyperref options for xetex.John MacFarlane1-1/+8
Thanks to CircleCode.