Tagged Questions

8
votes
2answers
4k views

Preventing \texttt LaTeX tag from letting its content passing over the margin [closed]

In my report, I'm writing some class names or variable names inside of a paragraph, and I want these names to be rendered in a monospace font. Example: This is my class name: ...
6
votes
3answers
941 views

How to represent class names in LaTeX?

what do you see as best way of presenting class names in LaTeX documents (writing about a piece of software). I'm currently using \texttt (monospaced typewrite font) which otherwise works fine but my ...