Tagged Questions
5
votes
2answers
83 views
Forward Search in Emacs for Okular not working
On Emacs, I am trying to get forward search with Okular. Right now, I have the following command:
okular --unique %o#src:%n`pwd`/./%b
But, this does not take me to the right line, as I'd expect. ...
4
votes
1answer
79 views
AucTeX PDF syncing in Emacs, multiple windows problem
I have enabled Tex-source-correlate-mode with synctex as the syncing method. When I have a single Emacs window open, it works fine. But if I have multiple Emacs windows open, whenever I press ...
3
votes
1answer
318 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 ...
1
vote
0answers
76 views
Set up SyncTeX with Emacs DocView
I have the source in one emacs buffer and the compiled pdf in another DocView buffer with auto-revert-mode enabled. Using latexmk -pvc to compile gives me live previews. Now I want to setup forward ...
0
votes
1answer
163 views
How to set up texi2dvi with synctex and error handling?
I would like to set up texi2dvi (with error-handling, synctex for forward and backward syncronization, and Okular as
viewer) to compile .tex documents (under Ubuntu 12.04 with Emacs 24).
(In case ...
0
votes
0answers
687 views
AUCTex with TeX-evince-sync-view [closed]
I'm using AUCTeX version 2012-07-04 installed with el-get. The default View command for PDF's is TeX-evince-sync-view. When I run it, I get the error:
TeX-evince-sync-view: D-Bus error: "Did not ...
0
votes
0answers
100 views
Setup Synctex with Emacs in Windows with Sumatra PDF [duplicate]
Possible Duplicate:
A simpleton's guide to (…)TeX workflow with emacs
I want to setup SyncTeX in GNU Emacs 23.3.1 with Auctex 11.86 to work with Sumatra PDF 2.0.1. I use Windows ...
4
votes
1answer
157 views
Is forward search meant to work from an include file?
I am able to forward search from an emacs buffer containing my top level tex file to sumatrapdf by using the f8 key which is bound to Sumatra-jump-to-line. If i visit a buffer with a file included in ...
6
votes
2answers
1k views
Setting up forward search between Emacs+AUCTeX and Evince
Did anyone succeed setting up forward search between Emacs+AUCTeX and evince?
In order to establish inverse/forward search between Emacs+AUCTeX and evince, it is necessary to:
install new TeX Live ...
23
votes
8answers
5k views
Setup SyncTeX with Emacs
I want to setup SyncTeX with Emacs, or, more specifically, with AUCTeX, and Evince in Ubuntu. How can I do that? I would like both forward search (from source to output) and inverse search (from ...
1
vote
0answers
482 views
TeXlive 2011 Pretest - Trouble with Synctex? [closed]
Is anyone else having trouble with synctex in the TeXlive 2011 pretest? My set-up is Emacs+Auctex+Okular (on Linux). I can't get forward-search/sync to work with TeXlive 2011. (I confirmed that my ...
9
votes
3answers
988 views
How to set up forward search: from .tex under Emacs to position .pdf under Okular
I edit .tex file under Emacs and view them with Okular.
I have already set up the backward search: from .pdf to .tex by pressing Shift+Left click on the .pdf file. The related part of .emacs file is ...