Tagged Questions
1
vote
2answers
37 views
Emacs Auctex View command
I need help using the View command in Auctex running in emacs. This is essential for viewing pdfs and without it I can not make TeX documents. In my emacs file I have the following (which was created ...
0
votes
0answers
49 views
Adding commands to TeX-command-list not working on OS X [closed]
in my .emacs I add a few commands to the TeX-command-list, which works fine on my Ubuntu and Debian laptops. On my wife's Macbook however, when invoking the TeX-command-list (C-c C-c) it appears to be ...
2
votes
1answer
92 views
void-variable latex-mode-abbrev-table
I'm using auctex + Emacs(OSX)
Problem: If I open an LaTeX file, it works right.
But if I open an plain tex file, it complains.
Debugger entered--Lisp error: (void-variable latex-mode-abbrev-table)
...
3
votes
0answers
42 views
how to launch skim from auctex on mac os? [duplicate]
Possible Duplicate:
Launching an external PDF viewer from Emacs/AUCTeX on a Mac OSX fails.
I am using emacs 24.2.1 with mac os (Mountain Lion).
I am using auctex to edit my latex document.
...
1
vote
0answers
82 views
Emacs (AUCTeX) not writing to vc.tex file when using VC bundle in LaTeX document [closed]
I'm using GNU Emacs 24.1 for Mac OS X on Lion with the latest version of AUCTeX and the VC bundle to print version information in a footer on my LaTeX documents. The problem is that when I typeset my ...
7
votes
3answers
2k views
pdflatex fails within Emacs.app, but works in terminal
LaTeX rookie here.
I'm running OS X 10.7 with Emacs 24, Auctex 11.86 and TexLive 2011 via MacTex.
When i run LaTeX through Emacs in the terminal it outputs my test.tex as test.pdf just fine.
...
11
votes
4answers
5k views
Launching an external PDF viewer from Emacs/AUCTeX on a Mac OSX fails.
I am trying to set Emacs/AUCTeX to invoke an external PDF viewer so I can view the document output, preferably with source correlation via SyncTeX. AUCTeX, by default, suggested evince file.pdf; ...
6
votes
1answer
2k views
Installing new packages from ctan through command line or AUCTeX on Mac OS?
I've needed a few new packages for some macros to draw diagrams that I'm working with.
I've heard that some LaTeX editors can automatically download the correct packages from CTAN when they're not ...