Tagged Questions
0
votes
1answer
196 views
\texttt converts apostrophe to Unicode quotation mark [duplicate]
Possible Duplicate:
How to make a real apostrophe or single-quote in LaTeX
I'm building a Python Regex cheat sheet using Latex, which has the following line:
...
10
votes
2answers
595 views
unicode \begin{verbatim} with cmtt?
A lot of leading-edge programming languages (like Coq and Agda) allow nearly unrestricted use of unicode symbols in program text, so you can have math characters like $\otimes$ (Unicode U+2A02) as ...