* Ralf Angeli (2009-03-13) writes:

> * Ed C. (2009-03-13) writes:
>
>> How can I get a straight quote mark (apostrophe ascii 27) in a pdf 
>> produced by a teX file? Whatever I try, I get curly apostrophes or smart 
>> quotes.
>
> For example like this:
>
> \documentclass{article}
> \usepackage[T1]{fontenc}
> \begin{document}
> "
> \end{document}

Oh, wait, _single_ quote ...

\documentclass{article}
\usepackage{textcomp}
\begin{document}
\textquotesingle
\end{document}

See symbols-a4.pdf.

-- 
Ralf


_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to