-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

If I set 
  @set txicodequoteundirected
  @set txicodequotebacktick
in my texinfo file, I don't expect any quotes to be replaced by smart curly 
quotes. This works with texinfo and texinfo --html, but texi2pdf still 
replaces the quotes in some circumstances. In particular:

@[EMAIL PROTECTED] code inside w: c'}} produces a curly quote
@[EMAIL PROTECTED] w inside code: c'}} produces a straigth quote

Similarly, if we define a macro @warning and then call
@[EMAIL PROTECTED] inside warning macro: c''}}
the '' are turned into curly quotes.

Attached is a simple file to show the problem with texi2pdf.

Cheers,
Reinhold
- -- 
- ------------------------------------------------------------------
Reinhold Kainhofer, Vienna University of Technology, Austria
email: [EMAIL PROTECTED], http://reinhold.kainhofer.com/
 * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at/
 * K Desktop Environment, http://www.kde.org, KOrganizer maintainer
 * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFI+KYFTqjEwhXvPN0RAnENAKCbUAWhx2kUONLc09JEegsMS4oQvgCfShAy
ZZAjP4xyi6b1ukx8qYjryuQ=
=jc3D
-----END PGP SIGNATURE-----
\input texinfo @c -*-texinfo-*-

@set txicodequoteundirected
@set txicodequotebacktick

@macro warning{TEXT}
@quotation
@cartouche
@b{Note:} \TEXT\
@end cartouche
@end quotation
@end macro


@node Top
@top None of the quotes should be curly!

@noindent
@[EMAIL PROTECTED] code inside w: c'}}

@noindent
@[EMAIL PROTECTED] w inside code: c'}}

@noindent
@code{Only code: c'}

@[EMAIL PROTECTED] inside warning macro: c''}}

@contents
@bye

Reply via email to