Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-03 | LaTeX template: Use black for internal links. | John MacFarlane | 1 | -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-26 | Add option `urlcolor=blue` to package hyperref | Paul Vorbach | 1 | -0/+2 | |
2012-04-21 | LaTeX and Beamer: Use fixltx2e package for \textsubscript. | John MacFarlane | 1 | -3/+1 | |
2012-04-03 | LaTeX template: only include eurosym if the document uses a euro symbol. | John MacFarlane | 1 | -0/+2 | |
2012-03-25 | Include PDF metadata (author, title) in latex template. | John MacFarlane | 1 | -0/+6 | |
2012-03-15 | LaTeX template: Added mathfont variable. | John MacFarlane | 1 | -0/+6 | |
2012-03-15 | LaTeX: use mainfont instead of romanfont, allow multiple geometry. | John MacFarlane | 1 | -5/+5 | |
2012-03-14 | FIxed spacing in latex template. | John MacFarlane | 1 | -12/+12 | |
2012-03-14 | LaTeX template: don't use SetupFonts macro. | John MacFarlane | 1 | -6/+13 | |
2012-03-14 | Added romanfont, sansfont, monofont variables to latex template. | John MacFarlane | 1 | -4/+15 | |
Note: These only work with xelatex/lualatex. | |||||
2012-03-14 | Added `geometry` variable. | John MacFarlane | 1 | -0/+3 | |
2012-03-05 | LaTeX template: use mainlang variable in \setmainlanguage. | John MacFarlane | 1 | -1/+1 | |
2012-03-04 | LaTeX commands to deal with \euro command with every engine. | John MacFarlane | 1 | -0/+3 | |
2012-03-04 | Better language defaults in LaTeX template. | John MacFarlane | 1 | -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-30 | Split off default.beamer from default.latex. | John MacFarlane | 1 | -29/+1 | |
2012-01-30 | LaTeX: Don't include \maxwidth in beamer. | John MacFarlane | 1 | -0/+3 | |
It causes an error when you include an image. | |||||
2012-01-25 | latex: use ignorenonframetext on beamer, and make proper title slide. | John MacFarlane | 1 | -1/+5 | |
2012-01-25 | LaTeX template: code for section title slides in beamer. | John MacFarlane | 1 | -0/+6 | |
2011-12-30 | LaTeX template: color links blue. | John MacFarlane | 1 | -2/+6 | |
2011-12-29 | LaTeX template: Changes to allow beamer output. | John MacFarlane | 1 | -1/+16 | |
2011-12-23 | LateX: Instead of having multiple imports of listings, combine to one. | John MacFarlane | 1 | -4/+3 | |
2011-12-23 | Add highlighting macros to default latex template. | John MacFarlane | 1 | -0/+3 | |
2011-12-01 | Revert "LaTeX: Use \date{} if no date in metadata." | John MacFarlane | 1 | -2/+0 | |
This reverts commit 9ebdb944b6dd4acbca16129ec244f1795ac88316. | |||||
2011-12-01 | LaTeX: Use \date{} if no date in metadata. | John MacFarlane | 1 | -0/+2 | |
Thanks to Daron Wilson for the suggestion. | |||||
2011-11-27 | LaTeX template: if 'lang' is set, load babel. | John MacFarlane | 1 | -0/+3 | |
Thanks to Magnus Therning for the suggestion. | |||||
2011-07-30 | LaTeX template: Minor spacing changes. | John MacFarlane | 1 | -5/+6 | |
2011-07-30 | Removed ucs package and utf8 from default latex template. | John MacFarlane | 1 | -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-29 | LaTeX: Use ifxetex and ifluatex instead of iftex package. | John MacFarlane | 1 | -4/+5 | |
These are included in "core" latex distributions, like BasicTeX. | |||||
2011-07-23 | LaTeX template: biblatex is incompatible with ucs. | John MacFarlane | 1 | -0/+4 | |
Thanks to Joseph Reagle. | |||||
2011-07-23 | Use different hyperref options for xetex. | John MacFarlane | 1 | -1/+8 | |
Thanks to CircleCode. | |||||
2011-07-23 | LaTeX template: moved command to avoid error. | John MacFarlane | 1 | -8/+8 | |
CircleCode pointed out that \pdfstringdefDisableCommands{\renewcommand{\sout}{}} needs to come after hyperref is included in the template. | |||||
2011-07-22 | Renamed templates from <writer>.template to default.<writer>. | John MacFarlane | 1 | -0/+131 | |