Questions tagged [auctex]

Questions about the AUCTeX package for editing (La)TeX code/documents in Emacs.

The AUCTeX website is at https://www.gnu.org/software/auctex/.

Tex.SE also an auctex tag; the one here on SO is probably more appropriate if you expect the answer to your question to involve programming in lisp, whereas the one on tex.SE might be more appropriate if you expect it to involve tricky option settings, or if you would like to be told you should be using TeX package foo rather than trying to get your editor to deal with the verbosity of bar. (No biggie either way, though.)

171 questions
0
votes
0 answers

Emacs hangs when I turn on the Tex-source-correlate-mode for AUCTex

After I enabled the Tex-source-correlate-mode, the Emacs would ask me "Start Emacs server for inverse search in viewer?" when I try to open the viewer. But no matter I say "yes" or "no", Emacs simply doesn't respond any more. Any clue about what's…
David Ren
  • 117
  • 2
  • 7
0
votes
0 answers

Emacs AUCTeX highlighting setup

I'm using Emacs 24.2 under windows (7) together with AUCTeX and I'm experience problems with the syntax highlighting setup. From Linux I'm used to things like: \documentclass[color]{../sty/tudbook}
highlighting nicely. But in my windows…
LMC
  • 1
0
votes
1 answer

Emacs predictive mode and LaTeX

I am trying to use Emacs predictive mode with Auctex to edit LaTeX documents. I want to disable the hotkey feature for selecting alternative suggestions and use either a pop-up menu or in-place cycling of the choices using TAB. The documentation…
passerby51
  • 835
  • 2
  • 9
  • 23
0
votes
1 answer

LaTeX with embedded in-line code blocks and AucTeX

I am writing LaTeX in my org file with embedded code evaluation using src_lang in-line code blocks (in my case, lang=lisp). This works fine when using bare LaTeX for export, but I would like AUCTeX editing and highlighting which are not available…
Liam
  • 1,471
  • 1
  • 15
  • 25
0
votes
1 answer

yasnippet and backslashes

I have installed yasnippet 0.8 from elpa on emacs 24 and I want to write a snippet that inserts this text into a LaTeX document (using AUCTeX): \\ \vspace{10pt} So I have this snippet: # -*- mode: snippet -*- # name: para # key: para # binding:…
jaybee
  • 1,897
  • 2
  • 16
  • 29
-1
votes
1 answer

How to customize emacs auc-tex function Tex-command-list?

I'm trying to use the latex package `nomencl' which allows one to easily create a Nomenclature section in an article. So far so good. I'm using emacs with AucTeX and I added the nomenclature compile option to the emacs Tex-Command-list by editing my…
Yossi Farjoun
  • 2,180
  • 3
  • 17
  • 25
1 2 3
11
12