Skip to main content

Questions tagged [fontspec]

{fontspec} is a package for loading {opentype} fonts in XeLaTeX and LuaLaTeX.

5 votes
1 answer
91 views

I want to use the characters ἄ̱ a̱ typed with "combining macron bellow" ◌̱ (U 0331), but I do not get the correct rendering. I am using EB Garamond here, and this font support both glyphs, ...
Guilherme's user avatar
4 votes
2 answers
113 views

I want to use the libertine package in my fonts, as I prefer them over the standard font. Here is a MWE % list every file used to standard output \listfiles \documentclass[ 12pt, a4paper, ...
Alf's user avatar
  • 603
2 votes
1 answer
108 views

There's some mechanism that moves a period slightly closer to characters that have some kind of "horizontal overhang" like r or f. For example, compare: Foobar.\\ Foobar\hbox{}.\\ % supress ...
tsj's user avatar
  • 736
5 votes
2 answers
241 views

I am using fontspec in order to write in Times New Roman. The authors of cited literature are always set in small caps. This initially made problems because the font has no small caps, but I solved ...
rensemil's user avatar
  • 479
3 votes
2 answers
108 views

I am trying to use \setkomafont to set the font of titles and headings, but when I try to use a custom font with \fontspec or \fontfamily, it overrides \bfseries instead of applying them both. So, ...
nebulisx's user avatar