Tagged Questions
3
votes
1answer
100 views
Why do I get different accents?
1) \begin{ttfamily}\verb 'OR'1'='1 \end{ttfamily}
2) \begin{ttfamily}\verb SELECT userid FROM CMSUsers WHERE user = 'foo' AND password = 'bar'; \end{ttfamily}
I'd like to have the accents like the ...
6
votes
2answers
371 views
How to display accents inside verbatim command
I have the following piece of code:
\newenvironment{mylisting}
{\begin{list}{}{\setlength{\leftmargin}{1em}}\item\scriptsize\bfseries}
{\end{list}}
\newenvironment{mytinylisting}
...