I am writing \textsc{<someother\_thing> } and want same output in small caps keeping symbols intact. \_ is used to output only _. The output I get is ¡SOMEOTHER_THING¿ and there is no error.
I want output as <SOMEOTHER_THING>.
I am writing \textsc{<someother\_thing> } and want same output in small caps keeping symbols intact. \_ is used to output only _. The output I get is ¡SOMEOTHER_THING¿ and there is no error.
I want output as <SOMEOTHER_THING>.
\documentclass{article}
\usepackage[T1]{fontenc}
\begin{document}
\textsc{<someother\_thing> }
\end{document}
\usepackage[T1]{fontenc}. – cfr Aug 30 '16 at 10:50