Tagged Questions
1
vote
0answers
44 views
forward and inverse search in auctex in windows 7 [closed]
I am a new user of auctex of emacs. I installed emacs using Vincent Goulet's Windows installation. But I cannot use forward and inverse search. I tried both source specials and synctex, which are two ...
0
votes
1answer
46 views
emacs AUCTeX macros fontification
I recently started using the excellent package xargs
that provides \newcommandx. It shares a syntax similar to the default \newcommand.
I would like font-lock to reflect this.
I did
...
1
vote
1answer
88 views
Create a key binding for LaTeX Jump to PDF — synctex
Any ideas how to convert this into a global set key for "Jump to PDF"?
(defun aquamacs-latex-viewer-support ()
"Support for Skim as LaTeX viewer if present."
(add-to-list 'TeX-command-list
...
2
votes
1answer
52 views
Add XeLaTeX to the command list
I edit tex file in Emacs, and compile it by C-c C-c, then LaTeX command. Another way to compile it is to use latex file.tex in a terminal.
Now, I would like to compile a file with xelatex, xelatex ...
0
votes
0answers
44 views
syntax highlighting in emacs with .Rnw files
When working with .Rnw files, emacs with ess highlights the R-code blocks in purple. This is great, but the issue I'm having is after the R-code, everything is still purple!
Some people have said ...
1
vote
1answer
70 views
How to create an inline latex block in emacs (like \emph{…})
This SO question here asks for an emacs shortcut for creating a latex block, and one solution (proposed by me, but just coming from the emacs documentation) is to use C-c C-t.
Is there something ...
0
votes
0answers
51 views
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:
...
1
vote
1answer
91 views
Make org-mode table caption appear below table when exported to LaTeX
I'm producing a document using org-mode which has quite a few tables in it, constructed using the built in table functionality. I've added captions to the tables, but when I export them to LaTeX, ...
0
votes
1answer
81 views
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 ...
0
votes
0answers
27 views
AUCTeX preview-latex previews are ugly (too narrow) [closed]
Is there a way to fix Emacs AUCTeX's preview-latex to make the previews look less ugly? Specifically, they are squashed vertically to a height of exactly one line of text. I have screenshots to show ...
2
votes
1answer
76 views
Knitting Beamer slides with Emacs-ESS (stop-on-error)
I am knitting the following file (note the eRRoR() function):
\documentclass{beamer}
<<setup, include=FALSE>>=
opts_knit$set(stop_on_error=2L, message=FALSE)
options(width=40)
@
...
0
votes
0answers
35 views
Package sierotki.el doesn't work under Emacs-snapshot
For a couple of years I used to use the sierotki.el package (NonbreakableSpace) in Emacs for my LaTeX writing. It worked very well in my configuration (Ubuntu 12.04, emacs 23 or emacs 24 (24.2.1)). ...
0
votes
0answers
54 views
Emacs: How to add regexp to popwin:special-display-config
I tried popwin.el and want to add an entry to popwin:special-display-config such that all buffers that start and end with * (for example *TeX Help or *d:/path/to/latex-file output*, which is the name ...
1
vote
5answers
160 views
Emacs/AUCTeX prefix arguments
In LaTeX mode C-c C-c is bound to:
(TeX-command-master &optional OVERRIDE-CONFIRM)
Normally this interactive function runs a command, perhaps a LaTeX compilation, asking for confirmation.
In ...
1
vote
0answers
153 views
Orgmode Beamer Presentation — setting org table properties (esp. cell borders)
I'm writing up a presentation in orgmode, for export to pdf via LaTeX. By default, orgmode tables don't have visible cell borders. I can find information for how to turn these on for export to HTML, ...
1
vote
0answers
77 views
emacs minor mode to expand latex
when i take notes, i like to write in "ascii math".
e.g. definition of continuous
all eps > 0, exist del > 0 . |f(x)-f(y)| < eps . |x-y| < del
i would like this to automatically inline ...
0
votes
0answers
120 views
makecaption undefined error with caption package in emacs + auctex [closed]
everyone!
I met with a problem when I used caption package when using beamer documentclass in emacs+auctex.
When the source code is:
\documentclass{beamer}
\usepackage{caption}
\begin{document}
...
1
vote
1answer
85 views
How do I run LateX on a emacs file in Linux?
I'm an absolute beginner and I've never worked on a Linux machine before. I was working on a emacs file from home on a virtual machine. Now that I'm on a Linux machine at school, how do I run LateX on ...
1
vote
0answers
99 views
British LaTeX files with Emacs and Hunspell
I am using Hunspell with Emacs.
In my init.el I set the dictionary list as follow:
(setq ispell-local-dictionary-alist
'(
(nil "[A-Za-z]" "[^A-Za-z]" "" nil ("-d" "en_US") nil ...
2
votes
3answers
248 views
Sync Emacs AUCTeX with Sumatra PDF
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
...
2
votes
0answers
113 views
Unformatting LaTeX code with Emacs & AUCTeX [closed]
Emacs + AUCTeX provides all sort of commands for formatting text, but I can't find a way to "unformat" a snippet of code (unless undoing the change right after having run a formatting command).
For ...
0
votes
0answers
61 views
I can't excute any command when the okular opened [closed]
I have installed emacs 24.2(with auctex), okular 0.14(with KDE 4.8) and Texlive 2011 in Windows7.
When I excute any command in emacs after I use c-c c-c & SView to open the pdf file(named XXX.pdf) ...
0
votes
0answers
25 views
emacs in latex mode does not ignore comments in M-q paragraph fill [duplicate]
Possible Duplicate:
possible to get emacs to ignore comments during paragraph fill in latex-mode?
My question is the same as
possible to get emacs to ignore comments during paragraph fill ...
1
vote
1answer
79 views
Emacs preview-latex to format python comments and docstrings
One of my favorite features of Emacs is the preview-latex package: it renders LaTeX equations in LaTeX documents as an inline graphic. Like this:
I'd like similar functionality in Emacs for Python ...
1
vote
1answer
261 views
Auto Completion with auto-complete OR predictive based on mode
I'm using emacs-snapshot (24.2.50) on Xubuntu 12.10. For completion I am currently using auto-complete (v1.4).
I have a pretty nice setup of auto-complete with various sources, including the ...
3
votes
1answer
91 views
latex-electric-env-pair-mode in AUCTeX
the guys of the plain tex-mode have added a very nice feature with emacs 24.1, a minor mode called latex-electric-env-pair-mode which keeps existing \begin{...} [...] \end{...} pairs matched. I.e. ...
1
vote
1answer
87 views
Latex snippet associate with Rnw mode in Emacs
I would like to have my yasnippets for Latex mode to be available for .Rnw files. How to go about this? Also, it would be nice to have R snippets available as well.
EDIT:
I found out the real problem ...
0
votes
1answer
295 views
Trigger Key Not Working in Yasnippet emacs
Yasnippet seems to be working but the trigger key is not. I can load snippets, look at snippet tables and M-x yas/expand. However, after typing a trigger key (i.e time) I'd like to expand the ...
5
votes
2answers
430 views
emacs latex hooks not running
So for some reason some of my hooks for latex mode with auctex in emacs refuse to run but give no errors (at least none I can see in messages buffer). This is most of the stuff in my .emacs about ...
8
votes
4answers
170 views
Emacs & LaTeX: amount of columns for tables/matrices/arrays
Would anyone have a suggestion how to go about having for:
\begin{array}{cc}
Lorem & Ipsum \\
More & Stuff \\
\end{array}
Where adding or removing a c, l or r in the part after array would ...
0
votes
2answers
80 views
Emacs function: [pre] marked region [post]
Selecting region, how to get a (pre)defined part before and after region?
Let's say for instance, working with LaTeX, we want \begin{frame}{} before the region and \end{frame} after region, how to ...
2
votes
2answers
71 views
The smallest matching expression on the left?
Here's what I have:
{a} {b} over {c} {d}
{a} {{b} over {c}} {d}
(I have some text, and it has such expressions) And I want to convert both to:
{a} \frac{b}{c} {d}
Here's my best bet:
(goto-char ...
1
vote
1answer
89 views
Using next-error and previous-error keybindings for grep under Auctex's LaTeX-mode
How can I navigate through text found by M-x grep using C-x ` and M-g p? These are normally bound to next-error and previous-error but in Auctex's LaTeX-mode they are re-bound to TeX-next-error and ...
1
vote
0answers
162 views
Conversion of .ppt or .odf files to org-mode format?
I have a number of .ppt files I would like to dump into org-mode format (to export as LaTeX beamer). Is there any (pre-existing) way of automating this process, to any degree? Preferably one that is ...
8
votes
1answer
464 views
Emacs: automatically replace LaTeX to Unicode symbols
In Emacs I frequently use math symbols when I write my theory summaries of math textbooks. I use org-mode to structure information and I know about at least two methods of entering special symbols:
...
4
votes
2answers
136 views
Lisp: creating a macro to cycle through a created list per document
Let's say I want to create a new document, and cycle quickly through a list.
If it's only for one "word", I think there should be a general way to do this.
For instance:
"blue orange red yellow ...
2
votes
1answer
157 views
elisp: generate LaTeX PDF document
I trying to completely automatize sending job applications. First step, to put the name of the company in a letter. It almost works, but it is stuck because it asks what command to use. Reading the ...
4
votes
1answer
106 views
Jump to next missing reference using auctex
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 files) ...
4
votes
1answer
164 views
Elisp macros for cleaning LaTeX-code
does anyone know of some good elisp macros for cleaning up LaTeX code?
I do a lot of LaTeX editing of other peoples sources and I'd like to extend my set of clean up tools since not everyone organize ...
2
votes
2answers
149 views
How to define two ispell dictionaries in Emacs for LaTeX mode?
I have a document with many quotations in a second language. How can I define this second language to Ispell? I have this in file top:
%% Local IspellDict: brasileiro
I tried this, but it didn't ...
2
votes
1answer
225 views
How to define latex format conveniently in org-mode?
In the latex-mode, we can make a tex file to fill it with all settings we want, e.g.call it as usual.tex, and put its location at the head of all tex files we would like to debug, as follow:
...
3
votes
1answer
226 views
How to make formule bigger in org-mode of Emacs?
I found org-mode+latex is very a wonderful tool. if I can alter the scale of formula, it's too small to me, I know how to get font bigger in Emacs :C-x-+, but this only is work for fonts, other than ...
1
vote
2answers
101 views
How can I reference an external LaTeX chapter using reftex in Emacs?
I'm editing a chapter that is part of a larger LaTeX project that includes multiple chapters, and I'm trying to use C-c ) to put in a cross reference, but reftex finds only the labels in the current ...
2
votes
1answer
272 views
How to change the default compilation command/shortcut in GNU Emacs-AUCTeX?
In GNU Emacs with AUCTeX enabled, C-C C-C is the default shortcut for running latex over the active buffer. How can I change this to also run dvips after the dvi output is generated by latex? Can I ...
3
votes
2answers
916 views
Configuring emacs for latex - void-variable LaTeX-mode-hook
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 default:
...
1
vote
1answer
108 views
Hiding the emacs tex-shell [closed]
is there a simple way to make emacs put the tex-shell output in a background buffer? i.e. as opposed to the default behavior where it automatically makes split window to show the tex-shell.
More ...
5
votes
1answer
271 views
Auto labeling environments in AUCTeX
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 ...
5
votes
1answer
233 views
emacs: highlighting balanced expressions (eg. LaTeX tags)
What would be a good way to get Emacs to highlight an expression that may include things like balanced brackets -- e.g. something like
\highlightthis{some \textit{text} here
some more text
done now}
...
2
votes
1answer
308 views
Multiple author in org-mode latex export
I write a lot of files in org-mode of Emacs which is awesome.
I started to do writing of scientific papers in org-mode.
But: the article has several authors.
I used
#+AUTHOR: Author 1, Author 2
It ...
3
votes
1answer
177 views
Run latex within Emacs
I used to launch latex within Emacs on a .tex file by C-c C-c.
I just changed my machine, and need to reconfigure all. I have already installed texlive-full, and copied .emacs from the previous ...

