latex template: use non-starred names for xcolor color names.
This should make svgnames and x11names work properly. Closes #6109.
This commit is contained in:
parent
83c83d4589
commit
ba4ec8c5c0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
\PassOptionsToPackage{unicode$for(hyperrefoptions)$,$hyperrefoptions$$endfor$}{hyperref}
|
\PassOptionsToPackage{unicode$for(hyperrefoptions)$,$hyperrefoptions$$endfor$}{hyperref}
|
||||||
\PassOptionsToPackage{hyphens}{url}
|
\PassOptionsToPackage{hyphens}{url}
|
||||||
$if(colorlinks)$
|
$if(colorlinks)$
|
||||||
\PassOptionsToPackage{dvipsnames,svgnames*,x11names*}{xcolor}
|
\PassOptionsToPackage{dvipsnames,svgnames,x11names}{xcolor}
|
||||||
$endif$
|
$endif$
|
||||||
$if(dir)$
|
$if(dir)$
|
||||||
$if(latex-dir-rtl)$
|
$if(latex-dir-rtl)$
|
||||||
|
|
Loading…
Reference in a new issue