6
votes
1answer
50 views

Force all small caps

Is it possible to force text into lower case small caps without making capital letters lower case? None of the following makes all the letters lower case small caps: \textsc{Can I make this line ...
6
votes
1answer
87 views

Acronym at sentence start: capital or not?

The recommended way of typesetting acronyms is using small caps, e.g.: This technique is called Remote Procedure Calling or {\scshape rpc}. However, if the acronym occurs at the beginning of the ...
4
votes
1answer
155 views

In fancyhdr, ensure every letters in chapter/title names are in lowercase

In designing novels, (Document-class Book KOMA SCRIPT) I prefer to use all-small-caps in the running heads. Please find the first example, where both howards end and chapter 29 were all set in ...
11
votes
3answers
367 views

Turkish characters to small caps

Small caps (\sc) is not producing dotted I (İ) Here is mwe \documentclass[12pt,a4paper]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[turkish]{babel} \usepackage{amsmath} ...
5
votes
1answer
391 views

Lower case of the small caps in description

I would to use the normal small caps with the item in description in order to distinguish lower from upper case (e.g. LaTeX). In particular: \begin{description} \item[I cAn't DiStiNguISH upPeR fROm ...
3
votes
2answers
773 views

Description list using package enumitem: how to force lowercase small caps and align body text?

I'm trying to format a description list with small caps for the labels and have the body text a standard distance from the left margin. When I use capitals in the labels (in the real list they are ...
5
votes
2answers
1k views

Disable/toggle smallcaps in the title

I am using the amsart document class. I want to to change the text in the titles (such as in \author) to be written normally and not in small caps. How can I change this globally? That is, so that ...