从地瓜到咖啡 澄迈倾力打造农业品牌矩阵
百度 ” 为了增强乡村讲堂宣讲的感召力和吸引力,让老百姓真正听得懂、记得住、用得着,铁岭县围绕“讲农民的道理、发农民的心声”设计了宣讲专题,用通俗易懂的“土”语言,将高大上的理论通过聊天、问答、讲故事等方式,变成百姓感兴趣的话题,通过针对式、订单式的解读,让大家伙不用隔着电视屏幕“猜”政策,大大增强了农民们学政策、用政策的积极性和主动性。
{small-caps} is about the use and provision of small capitals: uppercase (capital) characters set at the same height as lowercase characters (usually 1ex).
440 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}
\...
0
votes
2
answers
115
views
How to mix between bold and small caps without using `\usepackage[T1]{fontenc}`
How can I make a single statement or word both bold and in the style of small caps.
Here is one bad solution
\documentclass[12pt,a4paper,openany]{book}
\usepackage[
left=1in,
right=1in,
top=1in,
...
1
vote
1
answer
63
views
Fixing random small-caps glyphs in figure caption label
I am loading the inter package to configure my font in my class file:
\RequirePackage[sfdefault,light,semibold]{inter}
I also load the caption package and a few others.
This works fine for the ...
0
votes
2
answers
78
views
Small Cap Not Produced for Acutely Accented e Using [T1]fontenc
Consider the code:
\documentclass[12pt]{book}
\usepackage[sfdefault]{cabin}
\usepackage[tracking=true]{microtype}
\usepackage[T1]{fontenc}
\begin{document}
{\scshape{Cure}}\\[5pt]
{\scshape{Cur{\'...
1
vote
1
answer
99
views
How to mix bold and text small caps using lualatex?
I expected John Smith to be formatted like Jane Doe but it is not. Please help diagnose this mishap. The problem only manifests itself with luatex which I need for emojis (1).
\documentclass{article}
\...
5
votes
1
answer
88
views
Letter-spaced small-caps and German ß
When using letter-spaced small-caps for a German word like “Fu?note”, the “?” is correctly turned into “ss”, but no space is added between these two symbols, whence they are too close to each other ...
2
votes
1
answer
69
views
Raleway Font Lacks Small Caps Support for Icelandic Letters
I'm writing sections with small caps (see example). The only issue is that small capitalization doesn't work for Icelandic letters like ? and á. Is there a solution for this, or at least a similar-...
0
votes
1
answer
52
views
Make section upper case in text but small capitals in toc
I am using the book class with four heading levels (part, chapter, section and paragraph) and I am trying to achieve the following
no headings are numbered,
the table of contents should only contain ...
3
votes
2
answers
473
views
LuaHBTeX with bold small caps
Am using LuaHBTeX and want to write Vinkel in the caption using bold small caps, but the command \sc{\textbf{Vinkel}} won't do it.
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\...
1
vote
2
answers
199
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 ...
1
vote
1
answer
162
views
Small cap 'i' in Times New Roman, LuaLaTeX
I'm writing my master thesis on LaTeX, and I encountered a little problem with small caps. I have to use the Times New Roman font, as well as small capitals for the centuries (French conventions). But ...
4
votes
2
answers
138
views
How can I do the equivalent of \DeclareFontShapeChangeRule which tests 4 targets rather than 3?
If you don't care why I'm asking, skip the first section ....
Problem:
No small-caps italic shape was defined in LaTeX 2e.
\textsc{\textit{small-caps italic}} did not produce small-caps italic even ...
2
votes
1
answer
80
views
Number subappendices using lowercase small caps in memoir
I want sections in subappendices to be numbered using lowercase small caps in memoir. That is, I want all references to these sections to use lowercase small caps. From the top of my head, this ...
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 (...
1
vote
2
answers
91
views
Cleveref names in small caps
I want to have every name cleveref prints to be a link writing in small caps. Currently I do this manually for every name I can think of using \crefname and \Crefname, but this is not an elegant ...