Tagged Questions
8
votes
1answer
520 views
How can I make AUCTeX spell check in the language specified by babel and csquotes macros?
It is possible to make AUCTeX load the spelling dictionary of the language which babel is loaded with. One further convenience would be for it to appropriately react to changes of language within a ...
5
votes
1answer
217 views
AUCTeX's csquotes integration does not work together with babel
I use the AUCTeX feature to expand " into csquotes macros. To enable it I have put the following in my .emacs:
;; " expands into csquotes macros
(setq LaTeX-csquotes-close-quote "}"
...
12
votes
3answers
986 views
Setting up RefTeX with biblatex citation commands
How do I setup RefTeX with biblatex's citation commands? In Workflow for managing references? Seamus describes a workflow with RefTeX and mentions that
it wouldn't be too tricky to add \autocite ...
5
votes
1answer
512 views
Nice citation search in emacs for csquotes quotation (like reftex's C-c [)
When using emacs+reftex-mode I may hit "C-c [" and get a nice citation search menu for \cite command. Is there a way to get the same menu for csquotes' integrated quotations (e.g. \displaycquote)?