Search found 1 match

by vo1stv
Sat Nov 28, 2009 5:50 pm
Forum: General
Topic: Display backtick character
Replies: 9
Views: 17088

Display backtick character

I feel your pain but thanks to the LaTeX documentation project ( http://www.latex-project.org/guides ), I have an answer for you:


Forget textcomp and fontenc... they are not required. Instead, use the following:


\lstset{language=Verilog,literate={`}{{$^{\backprime}$}}1}
\lstinputlisting{verilog ...