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 cases? Is there a difference in usage between languages?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
| show 6 more comments |
closed as off topic by lockstep, Thorsten, Kurt, Stefan Kottwitz♦ Jan 4 at 12:42
Questions on TeX - LaTeX Stack Exchange are expected to relate to TeX, LaTeX or related typesetting systems within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
\newcommand{\noun}[1]{\textsc{#1}}, so your question could be rephrased to "What things should I print in small caps?" (which in turn is probably off topic). – Jake Jan 3 at 19:52\nounexample) but this is a question that can't be answered with any generality and is not really related to TeX but to conventions in your field. – Alan Munn Jan 3 at 21:05\nounmacro you referred to earlier. So if you decide that all elements of the kind "foo" should be set in small caps, you should make a command\foowhich then uses\textsc. – Alan Munn Jan 3 at 21:09