mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 21:55:44 +00:00
+ Split out common parts of latex template into partials: common.latex, fonts.latex, font-settings.latex, passoptions.latex, hypersetup.latex, after-header-includes.latex. + Split out old latex template into default.latex and default.beamer. + Make default.beamer the default template for beamer.
10 lines
312 B
Plaintext
10 lines
312 B
Plaintext
% Options for packages loaded elsewhere
|
|
\PassOptionsToPackage{unicode$for(hyperrefoptions)$,$hyperrefoptions$$endfor$}{hyperref}
|
|
\PassOptionsToPackage{hyphens}{url}
|
|
$if(colorlinks)$
|
|
\PassOptionsToPackage{dvipsnames,svgnames,x11names}{xcolor}
|
|
$endif$
|
|
$if(CJKmainfont)$
|
|
\PassOptionsToPackage{space}{xeCJK}
|
|
$endif$
|