《三明日报》:沙县一男子利用ATM转账“后悔药”使诈
Tagged with small-caps fontspec
70 questions
1
vote
1
answer
88
views
Small caps with fontspec and xelatex not working with certain fonts
For some reason, the small caps feature can't be accessed by XeLaTeX with fontspec with certain fonts:
% !TEX TS-program = xelatexmk
\documentclass[12pt]{article} %
\usepackage{fontspec}
\...
1
vote
2
answers
200
views
Setting small caps fallback fonts in fontspec
Note: This question is only for the macOS operating system
The Times New Roman font in my mac doesn't have small caps shapes. So I want to set TeX Gyre Termes as the small caps fallback font.
Using ...
2
votes
2
answers
188
views
Italic small caps with fontspec?
I've seen various questions about how to get italic small-caps, which suggest e.g. using lmodern and slantsc together.
However, I'm currently using beamer, and want to keep the sans-serif typeface (...
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 ...
7
votes
5
answers
781
views
Small Caps with Gill Sans MT
I don't get it. Gill Sans MT supports Small Caps without any issue in Word and Powerpoint. Font recognition apps event identify it. And yet, there is no way I can get them.
\documentclass{article}
\...
4
votes
1
answer
429
views
Set Numbers in Small Caps by Default
I am using the fontspec package with LuaLaTeX. I'm curious if there is a way to automatically set numbers in small caps by default similar to how you can set numbers in OldStyle/Lowercase by default ...
1
vote
1
answer
292
views
On Overcoming the Conflict Between Lmodern and Bold Smallcaps When Compiling with Pdflatex
I am working on a document which invokes both fontenc and lmodern, and ran into a problem with producing bold smallcaps.
I came across this post: How te get bold + small caps with latin modern or ...
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 ...
4
votes
1
answer
1k
views
Small caps (missing) and font choice with fontspec
The octavo package is supposed to print headings in small caps but I'm probably using a font that does not allow small caps? Or what am I doing wrong because even in the text I cannot set small caps. ...
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{...
4
votes
1
answer
516
views
Fontspec - Italic small caps with semi-bold
I have problems when I use small italic capitals with a "non-standard" font weight (here semi-bold).
I tried several things like FontFace={sb}{it}{Font=LinLibertine_RZI_G. ttf, ...
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,...
2
votes
2
answers
2k
views
Font TeX Gyre Termes Unable to Use
I am using the newest editions of MacOS, MacTeX, TeXMaker, and all the packages that I am using.
This is the code I have:
\documentclass[12pt, letterpaper]{article}
\usepackage{fullpage}
\usepackage{...
2
votes
1
answer
841
views
Bold small caps with Lualatex
Referring to this tread: How to use fontspec and also have small bold caps with LuaLaTeX?, I've a font with real small caps, but the same problem too. Please, compile this simple code:
\documentclass{...