重庆实施“鸿雁计划”引进科技人才 最高奖励200万元
Tagged with small-caps sectioning
7 questions
21
votes
1
answer
18k
views
Using \textsc{} within \section{}
When I try to do something like \section{Heading with \textsc{small caps}}, the compiler complains with "LaTeX Font Warning: Some font shapes were not available, defaults substituted." and replaces ...
10
votes
3
answers
20k
views
Section's heading in small caps
I am using TeXmaker and I am trying to format the section's title. I tried something I had found on the internet but it was clashing with another package. How can I set all section's heading to be ...
13
votes
5
answers
8k
views
Lowercase small caps in section/subsection/…
I'm interested in setting the titles of section and more in lowercase small caps. And I don't know how to automatically achieve this.
\documentclass{scrartcl}
\setkomafont{sectioning}{\scshape}
\...
7
votes
3
answers
13k
views
Headings in uppercase
I want to write the headings in \scshape family with the first character of each word in uppercase.
How can I do this?
10
votes
3
answers
3k
views
Change Section titles to Small Caps only in ToC
I'm new to LaTeX and already facing my first problem. I want to change all section titles to small caps in the table of contents but not in the text.
I'm using WriteLaTeX and article as document ...
7
votes
2
answers
762
views
Set tracking for small caps selected by \scshape
If a font family doesn't have a bold font, it makes sense to me to use small caps instead. But when I redefine \bfseries to mean \scshape, there's no tracking in those small caps. How can I set that?
...
3
votes
0
answers
2k
views
Small caps in section/chapter title
I am using report document class, and want to use small caps in titles of chapters, sections... if I write \section{\textsc{Lorem Ipsum}} it will be lowercase, not small caps.
\documentclass[12pt, ...