港媒:3D打印电动车将在华量产 售价6万最大时速70公里
Tagged with small-caps fontspec
9 questions with no upvoted or accepted answers
3
votes
0
answers
269
views
fontspec: Small Caps feature wrong ligatures when using Renderer=Basic
If I use SmallCapsFeatures={Renderer=Basic} as an option when setting the main font of the document, I get an obviously wrong ligature in the small caps shape. In the MWE the letters T and h are not ...
2
votes
0
answers
71
views
Font XCharter generates small caps in english, but not in dutch
The following MWE generates small caps correctly:
\documentclass{article}
\usepackage{fontspec,polyglossia}
\setmainlanguage{english}
\setmainfont{XCharter}
\begin{document}
xxx\textsc{abcd}xxx
\end{...
2
votes
0
answers
698
views
Small caps font is not enabled with fontspec and MinionPro
I can't make lualatex generate small caps font when I use MinionPro as my main font:
\documentclass[a4paper,justified,nobib,notoc]{tufte-book}
\usepackage{fontspec}
\title{ABC}
\author{Arthur Author}...
1
vote
0
answers
1k
views
Using mathpazo with sc but still have small caps for bold titles using tgpagella?
I have found this link to code to get this working but doesn't work for me. I still don't get bold small caps even with switching the font like done in the example. Is there anyway to keep the sc ...
0
votes
0
answers
46
views
Nesting of font switches is not working in Fontspec
I am using fontspec in LuaLaTeX (TeX Live 2022 in Overleaf). After defining a font family \nounfont containing small caps (both medium and bold), I intend to create the font switch \textnoun (for ...
0
votes
0
answers
50
views
SmallCaps with Babel's font loading mechanism in texlive versions prior to TL2022
Please consider the following minimal example:
\documentclass{article}
%% Does not work with tl version < 2022
\usepackage{babel}
\babelfont{rm}[%
BoldFont = MinionPro-Bold.otf,%
ItalicFont = ...
0
votes
0
answers
330
views
Small caps bold
I downloaded and installed this font on my pc. In particular, I should have the normal, bold and semibold-italic versions.
On latex, I tried to insert some text as small caps bold in this font, but it ...
0
votes
0
answers
85
views
Deactivate ligatures in small caps in xelatex
In the following minimal example using the Palatino Linotype font:
\documentclass[twoside]{book}
\usepackage{mathspec}
\setmainfont{PalatinoLinotype}[
Extension = .ttf,
Ligatures = TeX,...
0
votes
0
answers
273
views
How to fake petite caps?
How are petite caps faked when the font only has small caps? By petite caps is meant small capitals that are slightly higher than the x-height of the font. In the MWE below, the petite caps are good ...