Fontspec is a package for X∃LaTeX and LuaLaTeX. It provides an automatic and unified interface to feature-rich AAT and OpenType fonts through the NFSS in LaTeX running on X∃TeX or LuaTeX engines.
Questions tagged [fontspec]
17 questions
0
votes
1 answer
Knit rmarkdown files containing tikz chunks while using fontspec package
This is a follow-up question on this then this one. I am trying to include someTikZ code into an rmarkdown file. The first question solved the problem about using bullets in node label whereas the second question added the use of varwidth instead of…

Liman
- 1,270
- 6
- 12
0
votes
1 answer
How to use DIN FF font in LaTeX?
I am trying to use DIN FF font in LaTeX with the fontspec package.
The font is installed in OSX:
In LaTeX I tried:
\usepackage{fontspec}
\setmainfont{DIN}
\setmainfont{DIN FF}
\setmainfont{DIN Regular}
...
Nothing seems to work. With DIN alone…

fusio
- 3,595
- 6
- 33
- 47