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:
John MacFarlane 2021-05-10 09:21:27 -06:00
parent 83c83d4589
commit ba4ec8c5c0

View file

@ -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)$