Questions tagged [fontspec]
{fontspec} is a package for loading {opentype} fonts in XeLaTeX and LuaLaTeX.
5 questions from the last 30 days
5
votes
1
answer
91
views
Problem with rendering combining diacritics in LuaLaTeX
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, ...
4
votes
2
answers
113
views
Libertine font features missing when compiling with xelatex or lualatex
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,
...
2
votes
1
answer
108
views
Fine tuning of ellipsis spacing based on neighboring characters
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 ...
5
votes
2
answers
241
views
Bold small caps in Times New Roman
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 ...
3
votes
2
answers
108
views
Custom Font and Bolding Not Compatible In Font Setup Commands [KOMA-Script] [closed]
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, ...