Tagged Questions
1
vote
0answers
47 views
includegraphics in emacs with latexmk
I document I used to be able to compile on Vim wont compile on emacs. When I check the log, it is having trouble with
\includegraphics[widht = 3in]{file.pdf}
It says
I could not locate the file ...
3
votes
1answer
227 views
Change view-command in Emacs and AUCTeX (pdf mode)
My version of Emacs and AUCTeX[1] uses
TeX-evince-sync-view
for viewing pdf.
This command is not working for some reason. Evince is launched but Emacs freezes and I have an error
Couldn't find ...
0
votes
1answer
92 views
TeX editor for Ubuntu that generates PDFs? [duplicate]
Possible Duplicate:
LaTeX Editors/IDEs
I am taking a computer science course which requires completing assignments in PDF format. Many of the questions will require mathematical notation, ...
2
votes
2answers
110 views
Sweave, how to suppress opening new instance of a pdf when running pdflatex
Since I have setup SumatraPDF to automatically refresh PDFs when they change, how can I suppress "view" (resulting in opening a new instance of the pdf) when using the shortcut
M-n P (running ...
0
votes
1answer
86 views
Emacs interacting with MS Windows: how to minimize windows [closed]
Title says it: Is there a way to hide MS windows windows from within Emacs?
What I would like to do is create a function to:
Hide all windows including Emacs
Restore Emacs
Restore SumatraPDF (which ...
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; ...