Fix color
This commit is contained in:
parent
763239eb05
commit
d445b303ac
55
latekiss.tex
55
latekiss.tex
@ -136,32 +136,6 @@ $endif$
|
|||||||
\usepackage{xcolor}
|
\usepackage{xcolor}
|
||||||
\IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available
|
\IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available
|
||||||
\IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}}
|
\IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}}
|
||||||
\hypersetup{
|
|
||||||
$if(title-meta)$
|
|
||||||
pdftitle={$title-meta$},
|
|
||||||
$endif$
|
|
||||||
$if(author-meta)$
|
|
||||||
pdfauthor={$author-meta$},
|
|
||||||
$endif$
|
|
||||||
$if(lang)$
|
|
||||||
pdflang={$lang$},
|
|
||||||
$endif$
|
|
||||||
$if(subject)$
|
|
||||||
pdfsubject={$subject$},
|
|
||||||
$endif$
|
|
||||||
$if(keywords)$
|
|
||||||
pdfkeywords={$for(keywords)$$keywords$$sep$, $endfor$},
|
|
||||||
$endif$
|
|
||||||
$if(colorlinks)$
|
|
||||||
colorlinks=true,
|
|
||||||
linkcolor=$if(linkcolor)$$linkcolor$$else$CTlink$endif$,
|
|
||||||
filecolor=$if(filecolor)$$filecolor$$else$Black$endif$,
|
|
||||||
citecolor=$if(citecolor)$$citecolor$$else$CTcitation$endif$,
|
|
||||||
urlcolor=$if(urlcolor)$$urlcolor$$else$CTurl$endif$,
|
|
||||||
$else$
|
|
||||||
hidelinks,
|
|
||||||
$endif$
|
|
||||||
pdfcreator={LaTeX via pandoc, ClassicThesis and LaTeKiSS}}
|
|
||||||
\urlstyle{same} % disable monospaced font for URLs
|
\urlstyle{same} % disable monospaced font for URLs
|
||||||
$if(verbatim-in-note)$
|
$if(verbatim-in-note)$
|
||||||
\VerbatimFootnotes % allow verbatim text in footnotes
|
\VerbatimFootnotes % allow verbatim text in footnotes
|
||||||
@ -343,6 +317,35 @@ $endif$
|
|||||||
\usepackage{acronym}
|
\usepackage{acronym}
|
||||||
$endif$
|
$endif$
|
||||||
|
|
||||||
|
\hypersetup{
|
||||||
|
$if(title-meta)$
|
||||||
|
pdftitle={$title-meta$},
|
||||||
|
$endif$
|
||||||
|
$if(author-meta)$
|
||||||
|
pdfauthor={$author-meta$},
|
||||||
|
$endif$
|
||||||
|
$if(lang)$
|
||||||
|
pdflang={$lang$},
|
||||||
|
$endif$
|
||||||
|
$if(subject)$
|
||||||
|
pdfsubject={$subject$},
|
||||||
|
$endif$
|
||||||
|
$if(keywords)$
|
||||||
|
pdfkeywords={$for(keywords)$$keywords$$sep$, $endfor$},
|
||||||
|
$endif$
|
||||||
|
$if(colorlinks)$
|
||||||
|
colorlinks=true,
|
||||||
|
linkcolor=$if(linkcolor)$$linkcolor$$else$CTlink$endif$,
|
||||||
|
filecolor=$if(filecolor)$$filecolor$$else$Black$endif$,
|
||||||
|
citecolor=$if(citecolor)$$citecolor$$else$CTcitation$endif$,
|
||||||
|
urlcolor=$if(urlcolor)$$urlcolor$$else$CTurl$endif$,
|
||||||
|
$else$
|
||||||
|
hidelinks,
|
||||||
|
colorlinks=false,
|
||||||
|
$endif$
|
||||||
|
pdfcreator={LaTeX via pandoc, ClassicThesis and LaTeKiSS}
|
||||||
|
}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\pagenumbering{roman}
|
\pagenumbering{roman}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user