Recently I'm working on a document which require `, ', " to be printed out literally however.
even though I used \verb+`+ and \verb+'+ and \verb+"+
I end up getting the replacement ‘ ’ (left and right quote symbols)
Anyone know a way to get around this?
thanks.
General ⇒ Printing ` and ' literally problem
Printing ` and ' literally problem
Hi,
take a look at The Comprehensive LaTeX Symbol List. Skimming through it I found that the textcomp package offers \textasciigrave to obatin `
take a look at The Comprehensive LaTeX Symbol List. Skimming through it I found that the textcomp package offers \textasciigrave to obatin `
Code: Select all
\documentclass{article}
\usepackage{textcomp}
\begin{document}
\textasciigrave
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Printing ` and ' literally problem
Almost the same question was discussed in this thread.
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.