Paul wrote:
> Suppose I have some text that has a lot of quoted speech in it, but it's
> supplied using standard (") straight single and double quotes.
>
> Is there some pre-processing tool that will try to convert them to
> proper curly quotes suitable for LaTeX (``) and ('')?
Here's some post-processing:
\usepackage[english]{csquotes}
\MakeOuterQuote{"}
The single quotes have to be changed, though.
Jürgen
