auctex Questions

4

Solved

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 erro...
Steib asked 28/9, 2011 at 17:40

4

Solved

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-escap...
Continuation asked 21/7, 2010 at 14:45

2

Solved

I am configuring AUCTeX in emacs. Most of the configurations are put in a LaTeX-mode-hook. When I open a main.tex file, I notice that the major mode is latex-mode and my hooked configurations are ...
Airman asked 21/7, 2013 at 21:37

2

I'm using emacs + auctex for all my TeXing needs and I'm very satisfied with the workflow. However, there's one thing bothering me. Whenver I compile a document (possible consisting of multiple fil...
Enneastyle asked 26/7, 2012 at 17:11

4

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 sup...
Grandchild asked 17/8, 2011 at 0:16

3

I use EMACS/AucTeX. In order to compile I do C-c C-c, then it asks "Command: (default LaTeX)" I press RET and it is compiled. To view the compiled document I do C-c C-v. I would like to have a ...
Kenny asked 2/10, 2015 at 10:4

1

Solved

I got problems with emacs/auctex fill paragraph which insert linebreaks after each $blabla$ block, resulting in a poorly readable code. For exemple, hitting M-q on the following long line: a $1$ b...
Turbosupercharger asked 28/10, 2015 at 14:52

5

Solved

With these lines in my init.el I am able to sync the Emacs LaTeX buffer with Sumatra: (setq TeX-source-correlate-mode t) (setq TeX-source-correlate-method 'synctex) (setq TeX-view-program-list '...
Boon asked 21/1, 2013 at 22:47

1

For some reason, org-mode is left-aligning my display equations when I run org-latex-preview (C-c C-x C-l). But the margin between each equation and its equation number is calculated, as if the equ...
Sheehan asked 29/9, 2014 at 19:19

1

Solved

How do I rebind the double quote key to simply insert a double quote in a LaTeX buffer with AUCTex enabled? I tried redefining TeX open and close quote, but that didn't seem to work. (add-hook 'L...
Mold asked 19/7, 2014 at 0:25

1

Solved

I'm using AUCTeX 11.87 along with emacs 24.3 for writing my LaTeX documents. This is working nicely with one exception: The parsing. My document structure is as follows: ./ Master.tex Chapter_1....
Bosnia asked 2/4, 2014 at 11:12

2

Solved

I'd like to highlight a new command I created in LaTeX: \newcommand{\conceito}[3]{ \subsection{#1} (Original: \textit{#2} #3). } I use this code in this way: \conceito{Foo}{Bar}{Bla} I follo...
Scallion asked 7/8, 2012 at 11:26

2

Solved

I use auctex to write linguistic texts with many examples using the exe-environment which looks like this: \begin{exe} \ex (some text, glossed examples, etc.) \end{exe} Now, i'd like to have L...
Kunin asked 3/12, 2013 at 21:16

1

Solved

Org-mode's C-cep does export as LaTeX and process to PDF. How can C-cep be executed on each C-xs? Also, in all likelihood this probably isn't the optimal solution, so feel free to propose somethin...
Veator asked 17/8, 2013 at 16:44

5

Solved

I would like to know 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 availabl...
Hell asked 23/4, 2010 at 13:44

2

Solved

I use Emacs in combination with AUCTeX to edit manuscripts with a lot of inline maths using $. When automatic filling (e.g., with M-q), Emacs often breaks these inline math environments at position...
Penicillium asked 11/6, 2013 at 9:58

1

I am trying to make Tab completion work with RefTeX. When typing C-c [ and selecting the type of reference I have then a prompt in the minibuffer. When I know the beginning of the bib key I want to...
Amphicoelous asked 13/3, 2012 at 10:51

2

Solved

Original Response: I was trying to figure out how in auctex mode latex doesn't seem to highlight any latex functions with flyspell turned on. Is this a custom dictionary file or how is this impleme...
Leister asked 25/7, 2012 at 9:38

3

Solved

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 ...
Polio asked 4/2, 2010 at 12:38

1

Solved

Specifically this problem arises when working in LaTeX (auctex) for me, but I think it must have a general emacs solution. To every doc.tex file, I have an associated and oft-edited doc.sty file i...
Mystery asked 9/6, 2012 at 5:35

2

Solved

Following this pdf document I added the following to my ~/.emacs file: (load "auctex.el" nil t t) (setq TeX-auto-save t) (setq TeX-parse-self t) (setq TeX-PDF-mode t) ;; .pdf statt .dvi per defaul...
Montserrat asked 6/6, 2012 at 17:47

1

Solved

If I insert some environment in AUCTeX by C-c C-e (for example equation or figure) then AUCTeX ask for a label with auto-inserted text eq: or fig:. I would like to add theorem environment to LaTeX...
Crudity asked 7/5, 2012 at 0:14

2

Solved

The key combination C-c C-c in Emacs/AucTeX runs the function TeX-command-masterwhich decides what command should be run (latex, bibtex, view, or others) and then asks the user for confirmation bef...
Reaganreagen asked 12/4, 2012 at 22:44

1

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}[...
Modern asked 11/1, 2012 at 20:54

2

Solved

My emacs (Aquamacs with AucTex) changes font size (in e.g. LaTeX mode) to show the syntax - like this: Unfortunately this ruins the point of a monospaced font - e.g. my comments do not align. How ...
Cellulosic asked 2/3, 2012 at 13:38

© 2022 - 2024 — McMap. All rights reserved.