Commit graph

84 commits

Author SHA1 Message Date
John MacFarlane
242daf3377 Added links-as-notes variable to print links as footnotes 2012-06-05 10:04:36 -07:00
John MacFarlane
02120505d6 LaTeX: added linkcolor variable 2012-06-05 10:04:15 -07:00
John MacFarlane
3bc667281e LaTeX template: Use black for internal links.
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-06-03 10:57:58 -07:00
Paul Vorbach
bdf9629138 Add option urlcolor=blue to package hyperref 2012-04-26 10:04:28 +03:00
John MacFarlane
c819cf2149 LaTeX and Beamer: Use fixltx2e package for \textsubscript. 2012-04-21 09:59:21 -07:00
John MacFarlane
8e7c61c307 LaTeX template: only include eurosym if the document uses a euro symbol. 2012-04-03 18:48:42 -07:00
John MacFarlane
401f84bb04 Include PDF metadata (author, title) in latex template. 2012-03-25 12:03:24 -07:00
John MacFarlane
0aa45c20bc LaTeX template: Added mathfont variable. 2012-03-15 14:38:21 -07:00
John MacFarlane
329c356da6 LaTeX: use mainfont instead of romanfont, allow multiple geometry. 2012-03-15 10:48:08 -07:00
John MacFarlane
efd4ae929d FIxed spacing in latex template. 2012-03-14 19:06:17 -07:00
John MacFarlane
48c5b8eca7 LaTeX template: don't use SetupFonts macro. 2012-03-14 18:49:48 -07:00
John MacFarlane
6269b216b4 Added romanfont, sansfont, monofont variables to latex template.
Note: These only work with xelatex/lualatex.
2012-03-14 14:40:47 -07:00
John MacFarlane
188e01f80e Added geometry variable. 2012-03-14 14:17:05 -07:00
John MacFarlane
49d45a23dc LaTeX template: use mainlang variable in \setmainlanguage. 2012-03-05 08:37:04 -08:00
John MacFarlane
d8fc051068 LaTeX commands to deal with \euro command with every engine. 2012-03-04 18:52:20 -08:00
John MacFarlane
49e113d0d1 Better language defaults in LaTeX template.
Thansk to Francois Gannaz.  The lang variable is now included, if set,
in documentclass options.  polyglossia is used instead of babel if
xetex.
2012-03-04 18:42:42 -08:00
John MacFarlane
f26a6351b2 Split off default.beamer from default.latex. 2012-01-30 11:25:39 -08:00
John MacFarlane
b8385d84d7 LaTeX: Don't include \maxwidth in beamer.
It causes an error when you include an image.
2012-01-30 09:17:09 -08:00
John MacFarlane
c6ffb2602f latex: use ignorenonframetext on beamer, and make proper title slide. 2012-01-25 17:49:11 -08:00
John MacFarlane
83f2fdd9e2 LaTeX template: code for section title slides in beamer. 2012-01-25 10:39:54 -08:00
John MacFarlane
04e35de2de LaTeX template: color links blue. 2011-12-30 14:29:37 -08:00
John MacFarlane
9f199556ef LaTeX template: Changes to allow beamer output. 2011-12-29 13:25:36 -08:00
John MacFarlane
0d116481c0 LateX: Instead of having multiple imports of listings, combine to one. 2011-12-23 18:24:04 -08:00
John MacFarlane
ac3ddfed96 Add highlighting macros to default latex template. 2011-12-23 17:51:07 -08:00
John MacFarlane
cdfe1966da Revert "LaTeX: Use \date{} if no date in metadata."
This reverts commit 9ebdb944b6.
2011-12-01 19:03:39 -08:00
John MacFarlane
9ebdb944b6 LaTeX: Use \date{} if no date in metadata.
Thanks to Daron Wilson for the suggestion.
2011-12-01 19:01:53 -08:00
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)