Tagged Questions
3
votes
1answer
201 views
Using \scshape and \bfseries together
A very obvious one I suspect, but when I try to do the following the small caps are over-ruled by the boldface, so I get lowercase rhubarb rhubarb. Is there an easy way to get \scshape\bfseries?
...
15
votes
3answers
390 views
Conflict between microtype, LuaLaTeX, and otf fonts when typesetting material in small-caps
I'm using the microtype package (microtype beta 2.5 build 08) to modify my document and I'd like to retain its functionality across all font shapes with the exception of small-caps (\scshape). How do ...
3
votes
0answers
891 views
Where should I use \textsc? [closed]
When should I use macro \textsc ? What is common practice in document like diploma thesis? Should I use it for names of persons, names of described entities of particular interest or in some other ...
0
votes
3answers
472 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 ...
11
votes
5answers
746 views
Change title to small caps but not in ToC
I want the title for the Acknowledgements page in my thesis to be in small caps. However, if I change it, it also changes in the table of contents.
How can I avoid this? Especially, the roman page ...
4
votes
3answers
994 views
How to cite authors in small cap with \citet?
I followed Natbib reference sheet and \citet works as expected. I would like the author's name to appear in small caps, how can I do that?
I guess I should do:
Define \citenumfont to be a font ...
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 ...