Tagged Questions
2
votes
1answer
72 views
Overriding `\bfseries` and `\itshape` to do special things for certain families
My problem arises from trying to work around the issue described in question 26276: I want to use SizeFeatures to explicitly select another family for small sizes, but this causes bold / italic / etc. ...
9
votes
1answer
222 views
Fake bold in LuaLaTeX
I am sometimes using a font that has no boldface, so I am wondering whether or not there is a way to use some fakebold-feature in LuaLaTeX.
The fontspec documentation explains a feature for XeLaTeX, ...
8
votes
2answers
1k views
Specify different fonts for bold and italic with fontspec
The main font I use for my LuaLaTeX document lacks bold and italic variants. I'd like to specify a different font for those variants using the fontspec package.
Initially what I had in my preamble ...
0
votes
1answer
1k views
Set the “font-weight: lighter/ bolder”
I need to know how to set the "font-weight: lighter/ bolder"
font-weight: lighter/ bolder
\documentclass{article}
\usepackage{fontspec}
\begin{document}
\font\ta="Times New Roman":color=ff0000 ...
3
votes
1answer
422 views
OpenType Kerkis and bold Small Caps with greek
Kerkis font is an OpenType font that has Greek glyphs Small Caps both for regular and bold shapes. The names of the OTF files are KerkisSmallCaps.otf and KerkisSmallCaps-Bold.otf.
When I compile the ...
4
votes
1answer
648 views
Can XeLaTeX generate bold and italic font styles for typefaces that lack them?
I use XeLaTeX in order to have easy access to fonts installed on my operating system, and Chinese in particular. Some of the Latin typefaces most pleasing to my eye do not have bold or italic font ...