Tagged Questions
The AUCTeX website is at http://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 ...
13
votes
2answers
1k views
How to call latexmk in emacs, and jump to next-error
I would like to use latexmk to compile my LaTeX documents in Emacs. Especially I need the Emacs functionality next-error, which is typically called with C-x `, and jumps to the next LaTeX error in the ...
11
votes
3answers
350 views
How do I bind latexmk to one key in Emacs and have it show errors if there are any
I'm using AUCTeX and I would like to bind a key, e.g. C-0, that does the following:
Saves the active file without prompting me.
Runs latexmk on the active file without prompting me.
Shows me errors ...
7
votes
2answers
1k views
Emacs/AUCTex: run command on file that is not currently open
I edit my LaTeX files in Emacs using AUCTeX. To compile, I press C-c C-c, which will run pdflatex root, if root.tex is the file in the current buffer.
But what if I want it to run pdflatex on a file ...
6
votes
1answer
252 views
In AucTeX, new item in itemized list after comment results in commented next item
In AucTeX, when editing an itemized list:
\begin{itemize}
\item My item % note to self
\end{itemize}
when I do C-c C-j after 'self' I get:
\begin{itemize}
\item My item % note to self
% \item
...
4
votes
1answer
65 views
How do I bind shifted keys to LaTeX-math-mode?
With AUCTeX I can add
(setq LaTeX-math-list '(
(?c "cong " nil)))
to my .emacs to make the minor mode LaTeX-math-mode spit out \cong when it's triggered and I enter c.
I want it to be invoked ...
4
votes
3answers
1k views
suggestion for \cite in emacs with auctex
i would like to now how can i get the suggestion when i do a \cite in emacs-auctex. The minibuffer tells me when i do C-c [ that "No valid bibliography in this document, and no default available". So ...
3
votes
1answer
74 views
yasnippets with % ending the line after $0 acts strange when used with AUCTeX
Yasnippet snippets that has a percent sign, %, ending a line with the last point of the snippet, $0, before the percent sign acts strange in that the cursor gets placed after the percent sign and not ...
3
votes
2answers
58 views
Force flyspell to go to the end of the word when autocorrecting word in Emacs
I have found it annoying that flyspell seems to stay in the middle of the word when you do flyspell-auto-correct-word command. Can this be changed to force it to go to the end of the word after ...
3
votes
2answers
123 views
How to disable auctex fontification, without losing color highlighting?
I like maximum syntax highlighting of AucTeX, but I don't like AucTeX messing with fonts. For example, if I use italics, it shows italicized letters in my emacs buffer, and shows subscripts and ...
3
votes
2answers
495 views
Emacs/Auctex: Automatically enabling/disabling LaTeX-Math-mode
I'm using Emacs in conjunction with AucTeX (running Ubuntu 10.04, if that matters).
Does anyone know if there is a way to automatically enable LaTeX-math-mode (a minor mode of AucTeX) if the point is ...
3
votes
2answers
228 views
emacs, auctex and query-replace strings with newline
I use emacs+auctex and auto-fill-mode.
Now sometimes I want to search (and replace) a string containing spaces like "test1 test2". The problem is, that auto-fill-mode replaces space-characters ...
3
votes
2answers
116 views
emacs M-e doesn't work properly in tex-mode
I'm using emacs and auctex to write LaTeX documents. For some reason, M-e doesn't move to the end of the sentence in tex-mode as it did when I went through the tutorial. It moves to the end of the ...
2
votes
1answer
108 views
Emacs + AUCTeX: How to get colored pdflatex output?
I use latexmk to compile .tex documents via GNU Emacs + AUCTeX (my setup is described in the solution section here: Emacs + Synctex + Skim: How to correctly set up syncronization? [none of the ...
2
votes
2answers
206 views
Emacs latexmk function throws me into an empty buffer
This is a follow up to How do I bind latexmk to one key in Emacs and have it show errors if there are any.
I'm using a function in Emacs to compile LaTeX documents with latexmk but it does not behave ...
2
votes
3answers
162 views
How can I modify emacs' Search and Replace to perform a more complicated task?
total Emacs noob here. So right now I'm working on a fairly big LaTeX project in Emacs in which there are couple of places where I need to index some words, using the makeidx package. Because I also ...
2
votes
2answers
519 views
Using minted (source code LaTeX package) with emacs/auctex
As is explained in here, I find minted package is pretty cool for source code listing.
My question is how to use minted package with AucTeX/emacs?
For command line I can use 'pdflatex -shell-escape ...
2
votes
3answers
154 views
Emacs: Define macro in comment and automatically execute it
I'm using Emacs/AucTeX for editing LaTeX files. In some of my LaTeX files, I have defined some "file-specific" command (e.g. \todo{...} in one file, \compute{...} in another, and so on), so I can keep ...
1
vote
1answer
72 views
Using texcount in Emacs to determine word count of Latex or tex file (wanting optional parameters)
I have a function I use to determine the counts in latex and normally like it to use the command brief. How would I modify this to input options instead of running with "-inc" "-brief". I could type ...
1
vote
2answers
52 views
Activate Command on Region with Cua Bindings set to Ctrl+C for copy in Emacs
I was wondering how to implement a command on a region when highlighted if it starts with Ctrl+C when Cua bindings are on.
For example, I want to highlight like four lines of text in LaTeX mode and ...
1
vote
3answers
117 views
Setting relative Tex-Master file in Latex
I use Aquamacs and TeX Live 2009 to edit my LaTeX files. As my publications tend to get quite big, I want to structure the source folder containing all my LaTeX files. Like e.g.
[bib]
[images]
...
1
vote
2answers
93 views
Emacs: How to generate a wordlist for a document?
I would like to generate an index for a LaTex document with RefTex, following this advice from the RefTex manual:
"...you might want to start from a word list of the document and remove all words ...
1
vote
1answer
131 views
fold LaTeX document by \section in AucTeX?
I can't seem to find examples of how to fold LaTeX documents by section headings using AucTeX (though I find claims that this is possible and I have not doubt that this is a true statement). Currently ...
1
vote
1answer
125 views
Getting Emacs to recognise custom math delimiters so it can colour the face accordingly
I have found a code to make typing equations in LaTeX in a simpler and faster way. Instead of typing
\begin{equation}
\end{equation}
I can now type
\be
\ee
It works great and I am happy with ...
1
vote
1answer
233 views
hide latex (auctex) output buffer
When I compile a (Xe)LaTeX file, emacs writes the output to the LaTeX output buffer and shows it. For pure LaTeX, this buffer is hidden. To the emacs gurus, how do I hide a Latex compilation buffer? ...
1
vote
1answer
203 views
emacs: what is C-c % doing in auctex and how can I make it behave better?
C-c % is supposed to be the emacs auctex mode shortcut for commenting out stuff. (There's also C-c ; which comments out the marked region, but that one works). Now sometimes it comments out a single ...
1
vote
2answers
376 views
Emacs-AucTex-LaTex compilation problem
I use LaTex with Emacs and AucTex since 2 year and I haven't had any problem but, yesterday when I tried to compile the master-file LaTex give to me a strange kind of error:
ERROR: Package ...
1
vote
3answers
250 views
Escaping spaces when calling (buffer-file-name) in emacs
So, I had a question about getting word count to work properly in emacs LaTeX mode (auctex, actually, but never mind.) That was answered fine. Then I found I had trouble when the (buffer-file-name) ...
1
vote
1answer
405 views
Error trying to compile latex document. Where can I find the file “report output*”?
Help!!!
I am trying to compile a LaTeX document that has been compiled before, but now for some reason it just won't go through. The error message I am getting is not very informative, and I can't ...
1
vote
2answers
329 views
Autocompleting \cite{} with emacs + auctex gives “cite: no such database entry”
I am running Emacs 23.1.1 and AucTeX 11.85 in an Ubuntu 8.10 machine. After opening a tex file, the first time I try to use the autocompletion of the \cite{} command, I get
"cite: info not available, ...
1
vote
1answer
252 views
emacs auctex: can one auto-fill section labels?
I am currently using emacs and auctex to author my latex documents. This is, of course, fantastic. However, I would like to have emacs and/or auctex auto-fill the section label when using C-c C-e to ...
1
vote
1answer
304 views
emacs, auctex, noweb-mode - how to keep screen from recentering around point?
When in auctex and noweb-mode (using Sweave in emacs), I find it distracting when the screen recenters itself as I use next-line, previous-line, etc. (C-n, C-p, and mouse-1). Does anyone know how to ...
0
votes
0answers
43 views
Emacs preview-latex minted package and -shell-escape
I'm trying to use emacs with preview-latex (C-c C-p C-b) to view my document. First a minimal example of my document:
\documentclass {article}
\usepackage{minted}
\begin{document}
\begin{listing}[H]
...
0
votes
1answer
64 views
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 ...
0
votes
1answer
63 views
Using reftex-citation with yasnippet
I'm trying to make a yasnippet with this function
\cite{${1:label$(unless yas/modified-p (reftex-citation nil 'dont-insert))}}$0
work but when I run it I get
[yas] elisp error!
The strange ...
0
votes
2answers
43 views
Make C-M-RET insert \item[]
In AUCTeX M-RET is bound to (LaTeX-insert-item) which makes a new properly indented line and inserts \item and a space after which the cursor is placed. I would like to extend this feature so that ...
0
votes
1answer
35 views
Emacs error on 'recentf page in removing duplicates for interactive access to files (ido)
The code is below but seems to have an error because it says when started can't find the remove duplicates function. Anyone have an idea how to fix this?? There is a second code on the same page with ...
0
votes
2answers
85 views
Can't seem to get rid of Ctrl-x Ctrl-z Key Binding in Emacs for minimizing window ('suspend-frame)
I keep trying to get rid of this keybinding but setting it to nil or 'undo which would be fine with no luck. I am not sure why it even gets set to C-x C-z in the first place. I wouldn't even mind ...
0
votes
1answer
236 views
Emacs/AUCTeX: Rewriting the Okular-make-url function to work with new synctex (full path + “./”) syntax
The basic problem:
Need to write an Emacs lisp function that handles forward search from a TeX file in Emacs to a line in the PDF output corresponding to the current position within the TeX file. ...
0
votes
1answer
561 views
Preview in AUCTex problem
I'm trying to use emacs+auctex to write my internship report. But I found that the preview feature doesn't work.
In fact I have made it work when using ubuntu 10.04, but now I have a new computer with ...
0
votes
1answer
59 views
guess-TeX-master bug?
I'm trying to use the guess-TeX-master function (from emacswiki auctex) but I get this error:
Wrong type argument: stringp, nil
My elisp knowledge is quite poor. Does somebody know the problem?
...
0
votes
0answers
130 views
Annoying icon in AUCTeX mode
I compiled the recent AUCTeX (11.86) with GNU Emacs 23 on Mac OS X. Everything works perfect, except annoying icon in toolbar (circled in red on the figure below).
I suppose this is a "separator" ...
0
votes
0answers
94 views
How to get AUCTeX's TeX-auto-generate{,-global} to stop regenerating the same elisp files
I'm using AUCTeX with MiKTeX 2.9 (portable) on Windows, and I've noticed its auto-generate stuff doesn't work very well with MiKTeX's "install on demand" feature. I can live with having to run ...
0
votes
1answer
217 views
Match Aquamacs' settings in emacs
How can I match Aquamacs' settings in Mac OS X emacs' AucTeX?
Because of some reason I tried to install AucTeX to emacs for Mac OS X.
For Aquamacs that has pre-installed AucTeX, everything is ...
0
votes
2answers
127 views
How can I tell if AUCTeX is available?
I have a package which has various features that depend on AUCTeX. As it stands, it requires hand-configuration:
(defvar AucTeX-used nil)
(if AucTeX-used
(progn
(require 'tex-site)
...
0
votes
1answer
412 views
How can you have a xEmacs-like-Auctex in MacVim?
I would like to have a figures right in my MacVim, similarly as in xEmacs' AucTex.