I am using the package listings and I am trying to get the following output :
ExportDirective= ´export´,ID,[´(´,(IdDomain|IdFunction|IdRule),{´,´,(IdDomain|IdFunction|IdRule)},´)´|´*´];
from :
\documentclass{article}
\usepackage{listings}
\begin{document}
\begin{lstlisting}[breaklines=true]
ExportDirective=´export´,ID,[´(´,(IdDomain|IdFunction|IdRule),{´,´,(IdDomain|IdFunction|IdRule)},´)´|´*´];
\end{lstlisting}
\end{document}
but the apostrophes doesn't show up on the pdf. How can I fix it?


literateon this site or in the manual (this is the option which can help you). – TeXnician Apr 21 '17 at 14:33