|
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.
|
|
On Wed, 28 Nov 2007 06:15:56 +0000, Christian Perrier <bubulle@debian.org> wrote:
$# Lines beginning with a number sign are comments, they are removed when
# sending mails. If a line is composed of a # followed by a 'Name: Value'
# pair, it...
Answer Snippets (Read the full thread at omgili):
To override the standard Emacs TeX-mode may unload "
#~ "AUCTeX completely by evaluating the form "
#~ "AUCTeX en insérant « (unload-feature 'tex-site) » dans leur fichier "
#~ "personnel ~/.emacs ou gets autoloaded by default....
|
|
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 .
|
Ask your Facebook Friends
|
I am new to BSD.
My main productivity need is having AucTex installed, so that I can write *.tex files in emacs and compile them from within emacs into *.pdf files. Some of the other features of Auctex, like preview, are nice but not essential for me ...
Started by aporia on
, 7 posts
by 3 people.
Answer Snippets (Read the full thread at pcbsd):
I'm just asking: how can I get teTeX, emacs, AucTeX directory, and I was done....
I added these things to my .emacs file there shouldn't be any particular hang-ups.
When I open emacs, it doesn't have the auctex features.
|
|
On Thu, 26 Jul 2007 11:05:36 +0200, Jean-Michel Le Bot <jean-michel.le-bot@wanadoo.fr> wrote:
Bonjour
Une mise à jour de Lenny la semaine dernière m'a installé emacs 22 mais
auctex ne fonctionne pas avec cette version.
Si j'ai bien compris ...
Answer Snippets (Read the full thread at omgili):
> Si j'ai bien compris ce qui est dit ici/auctex/bug.script.in
> auctex....
Bot a écrit :
> Bonjour
> Une mise à jour de Lenny la semaine dernière m'a installé emacs 22 mais
> auctex ne fonctionne pas avec cette version.
|
|
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 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
, 4 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.
|
|
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...
|
|
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.
|