Tagged Questions
5
votes
3answers
238 views
Replace cmtt10 \char32 (visible cup space) with something more gentle?
I'm typesetting source code, and I want to replace cmtt10's \char32 with something easier on the eyes. I came up with something that I like, but I'm not pleased with the implementation. Here's how ...
3
votes
3answers
731 views
Prevent hyphenation in \texttt words
Background
The text contains programming variable names such as report_city and SUBREPORT_FILE. All such variables are marked up with \texttt.
Problem
Some variable names are hyphenated:
...
16
votes
3answers
2k views
How can I create a full-size circumflex in typewriter font?
I have some C source code and would like to show the circumflex or caret (^) in the way it is typically shown in source code -- as a full-size character. The source code will be appearing in ...