mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-01-31 00:23:56 +00:00
Removed double inclusion of package xcolor
and cleaned up some comments.
This commit is contained in:
parent
dfaf889910
commit
445d0604ff
30
eisvogel.tex
30
eisvogel.tex
@ -34,7 +34,9 @@
|
||||
%%
|
||||
|
||||
%%
|
||||
% For usage information and examples visit the GitHub page of this template:
|
||||
% This is the Eisvogel pandoc LaTeX template.
|
||||
%
|
||||
% For usage information and examples visit the official GitHub page:
|
||||
% https://github.com/Wandmalfarbe/pandoc-latex-template
|
||||
%%
|
||||
|
||||
@ -454,7 +456,9 @@ $endif$
|
||||
%%
|
||||
|
||||
%
|
||||
% No language specified? take American English.
|
||||
% language specification
|
||||
%
|
||||
% If no language is specified, use English as the default main document language.
|
||||
%
|
||||
$if(lang)$$else$
|
||||
\ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex
|
||||
@ -465,7 +469,10 @@ $endif$
|
||||
\else
|
||||
$if(mainfont)$
|
||||
$else$
|
||||
% See issue https://github.com/reutenauer/polyglossia/issues/127
|
||||
% Workaround for bug in Polyglossia that breaks `\familydefault` when `\setmainlanguage` is used.
|
||||
% See https://github.com/Wandmalfarbe/pandoc-latex-template/issues/8
|
||||
% See https://github.com/reutenauer/polyglossia/issues/186
|
||||
% See https://github.com/reutenauer/polyglossia/issues/127
|
||||
\renewcommand*\familydefault{\sfdefault}
|
||||
$endif$
|
||||
% load polyglossia as late as possible as it *could* call bidi if RTL lang (e.g. Hebrew or Arabic)
|
||||
@ -477,11 +484,6 @@ $endfor$
|
||||
\fi
|
||||
$endif$
|
||||
|
||||
%
|
||||
% colors
|
||||
%
|
||||
\usepackage[]{xcolor}
|
||||
|
||||
%
|
||||
% listing colors
|
||||
%
|
||||
@ -495,16 +497,6 @@ $endif$
|
||||
\definecolor{listing-comment}{HTML}{8E8E8E}
|
||||
\definecolor{listing-javadoc-comment}{HTML}{006CA9}
|
||||
|
||||
%\definecolor{listing-background}{rgb}{0.97,0.97,0.97}
|
||||
%\definecolor{listing-rule}{HTML}{B3B2B3}
|
||||
%\definecolor{listing-numbers}{HTML}{B3B2B3}
|
||||
%\definecolor{listing-text-color}{HTML}{000000}
|
||||
%\definecolor{listing-keyword}{HTML}{D8006B}
|
||||
%\definecolor{listing-identifier}{HTML}{000000}
|
||||
%\definecolor{listing-string}{HTML}{006CA9}
|
||||
%\definecolor{listing-comment}{rgb}{0.25,0.5,0.35}
|
||||
%\definecolor{listing-javadoc-comment}{HTML}{006CA9}
|
||||
|
||||
%
|
||||
% for the background color of the title page
|
||||
%
|
||||
@ -566,7 +558,7 @@ $else$
|
||||
% XeLaTeX specific adjustments for straight quotes: https://tex.stackexchange.com/a/354887
|
||||
% This issue is already fixed (see https://github.com/silkeh/latex-sourcecodepro/pull/5) but the
|
||||
% fix is still unreleased.
|
||||
% TODO: Remove this workaround when the new version of sourcecodepro is reelased on CTAN.
|
||||
% TODO: Remove this workaround when the new version of sourcecodepro is released on CTAN.
|
||||
\ifxetex
|
||||
\makeatletter
|
||||
\defaultfontfeatures[\ttfamily]
|
||||
|
Loading…
x
Reference in New Issue
Block a user