I'd like to do the text
"conservative"
with the quotation marks into a \texttt. However, when I do so, the first quotation mark is removed. I'm using the LNCS documentclass, I'm not sure if this has something to do with it. I also can't escape the first ", then it puts two dots above the c, which is wrong.
\documentclass{llncs} \begin{document} \texttt{"conservative"} \end{document}does it here. 2.\"is not escaping. – Qrrbrbirlbel Dec 9 '12 at 22:59