auctex Questions
1
Solved
I use the following function from Latex, Emacs: automatically open *TeX Help* buffer on error and close it after correction of the error? to compile .tex documents via latexmk:
(defun run-latexmk ...
2
Solved
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 beh...
1
Solved
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...
3
Solved
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]
[c...
2
Solved
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 p...
1
Solved
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 w...
2
Solved
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 availab...
1
Solved
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.
How do I hide a Latex compilation buffer?
2
Solved
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...
1
Solved
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
% \ite...
1
Solved
1
Solved
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 t...
2
Solved
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 displayed in the current buffer.
But what if I want it to run pdflat...
© 2022 - 2024 — McMap. All rights reserved.