10
votes
5answers
316 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} ...
0
votes
3answers
349 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 ...
2
votes
3answers
622 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?
5
votes
1answer
2k views

Make section font all caps

I am using the following code with sectsty to make all sections use small caps: \sectionfont{\sc} However, I want them all typesetted in lowercase, but the following does not work: ...
7
votes
1answer
2k 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 ...