|
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 that is not in the current buffer?
For example, I am...
Answer Snippets (Read the full thread at stackoverflow):
Auctex keeps track.
If you define a master CTRL-c CTRL-c will compile the master instead of the currently open file .
When you create a new file auctex will ask you about the "master" document for it.
|
|
Hi. Are there any emacs guru out there who can tell me how to bind C-B to Auctex's LaTeX compilation? This is, instead of C-c C-c RET. I'm on Ubuntu.
Started by Dervin Thunk on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Hitting C-h k (for help on key) followed by C-c C-c reveals that the function bound to the key is TeX-command... .
You could alternatively bind you favorite function to one of the function keys .
C-c is a general prefix key which means it is hard to 'shorten' it .
|
|
Quote: : AUC TeX is a comprehensive customizable integrated environment for
writing input files for LaTeX using GNU Emacs. Freshports: print/auctex/
Started by purgatori on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at pcbsd):
|
Ask your Facebook Friends
|
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 document.
I would like to call latexmk either using...
Answer Snippets (Read the full thread at stackoverflow):
This is a bit iffy....
If you dig around in the AucTeX sources, you can probably find the regex the variable LaTeX-command .
The following will add a Latexmk next-error to work.
It's relatively easy to get AucTeX to run latexmk with C-c C-c .
|
|
On Mon, 23 Mar 2009 12:26:43 +0100, Lucas Levrel <lucas.levrel@univ-paris12.fr
Le 20 mars 2009, sixela a écrit :
Et quand tu fais ça, emacs n'affiche-t-il pas dans le minibuffer un truc
du genre :
Command: (default View)
en attendant que tu ...
Started by Lucas Levrel on
, 6 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
Il doit falloir redéfinir la fonction dans ton .emacs ; est-ce blanche, mais tex.elc
doit certainement rester indemne
(j'avoue, après avoir redémarré emacs, avoir dans mon .emacs, et je
dirai ....
Va charger la version
compilée...
|
|
On Thu, 19 Mar 2009 10:41:44 +0100, sixela <a.jaury@gmail.com
Bonjour mesdames et messieurs,
la "view command" de mon emacs contient "-editor "/usr/bin/emacsclient
--no-wait +%l %f", mais je voudrais modifier ceci durablement en
"-editor "/usr...
Started by sixela on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
A écrit :
Mon Dieu, il y a donc quelque chose qui n'est pas paramétrable dans
emacs ? Merci de votre.
|
|
If you had a 10 minute hands-on session to teach someone Emacs, what would you show them?
Start emacs: emacs ... Quit emacs: C-x C-c
What else would you have them do between starting and quitting Emacs, while you stood behind them?
Started by melling on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
[This is probably the....
Then they can judge to teach are those that will enable the users to discover/learn by themselves:
That one can quit Emacs ESC .
What Emacs can do (AucTeX if they use LaTeX, etc.) for their specific purposes.
|
|
On Mon, 29 Oct 2007 07:35:21 +0100, Christian Perrier <bubulle@debian.org
Dear Debian maintainer,
The Debian internationalisation team and the Debian English
localisation team will soon begin the review of the debconf
templates used in auctex.
...
Started by Christian Perrier on
, 43 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
AUCTeX lets you browse through from these special features, AUCTeX provides a large range of handy
- Emacs macros, which in several different
enough....
For generating indices and bibliographies,
- and viewers) from inside Emacs.
|
|
What features am I missing when I use vim instead of emacs?
Started by Christian on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at superuser):
M-c M-butterfly
As a Vim (and probably a future Emacs) user I miss
AUCTeX mode (LaTeX live previewHow about phases of the moon?
http://www.gnu.org/software/emacs//manual/html_node/emacs/Lunar
Emacs has a vi mode, ....
|
|
I find the following things extremely useful in my daily work:
ido emacs muse Cscope desktop tabbar
Started by okidogi on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
It adds a lot of the features of the full - its an easy to extend quicksilver... .
It's a great Java developer addition to Emacs.
Cedet gnus w3m emacs-jabber VC & DVC AUCTeX nxml anythingJDEE .
IDEs (code completion being my favorite).
|