auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] single dumb quote


From: Ralf Angeli
Subject: Re: [AUCTeX] single dumb quote
Date: Fri, 13 Mar 2009 21:43:42 +0100

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]