Tagged Questions
6
votes
2answers
411 views
How do I get fontspec to work with text color white in XeLaTeX
In a previous question ( How do I globally set the text color in XeLaTeX ), I've asked how to globally set a text colour in XeLaTeX and got some excellent answers.
However, while the proposed ...
4
votes
2answers
535 views
fontspec \setmainfont over-rides href color
I'm happy with the way fontspec is working for me, but have one problem. I have the command:
\setmainfont[Color=393939]{URW Palladio L}
which colors all the text in my document. I have darker greys ...
7
votes
3answers
1k views
Add colour to margin notes
I'm using LyX with XeTeX and the KOMA-script article class. I'm trying secsty and fontspec for the first time.
I'm trying to do a unique layout with large outer margins. On some pages I will put key ...
3
votes
1answer
368 views
fontspec and \color
Compiling the following example (with xelatex or lualatex), I would expect to get violet letters abc:
\documentclass{article}
\usepackage{xcolor}
\usepackage{fontspec}
\setmainfont{Verdana}
...