2012/10/9 Florian Ahrweiler <[email protected]>: > Hello and good morning, > > why does auctex convert the quotes-input " always to "German-quotes", i.e. > "` and "' ? I have (setq TeX-parse-self t) in my .emacs and I don't > understand why it doesn't work.
Use \enquote from csquotes instead of literal quotes to have LaTeX insert the right quote characters for the active language and current quote nesting automatically. _______________________________________________ auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex
