Search found 5 matches

by subhash
Sun Oct 14, 2012 11:32 am
Forum: Texmaker and TeXstudio
Topic: YAP Reverse Search opens new Instance on portable MiKTeX
Replies: 8
Views: 11490

Re: YAP Reverse Search opens new Instance on portable MiKTeX

Thanks a lot for your reply. Now I fixed it. What I did I changed the tmp directories of texmaker to miktex tmp directory. I start texmaker via a .cmd file and changed the temp paths set in environment to the miktex temp directory. Now it is working fine as required. Thanks again.
by subhash
Sun Sep 23, 2012 5:19 pm
Forum: Texmaker and TeXstudio
Topic: YAP Reverse Search opens new Instance on portable MiKTeX
Replies: 8
Views: 11490

YAP Reverse Search opens new Instance on portable MiKTeX

Can please anybody help me with my original question?? Lets take it, I need to use DVI view in Yap and then how to resolve the 2nd instance problem of Texmaker.

I want to do forwards and reverse search using TeXmaker and YAP as DVI viewer.

I am executing LaTeX with these parameters.
latex --src ...
by subhash
Sat Sep 22, 2012 1:09 pm
Forum: Texmaker and TeXstudio
Topic: YAP Reverse Search opens new Instance on portable MiKTeX
Replies: 8
Views: 11490

YAP Reverse Search opens new Instance on portable MiKTeX

Thanks for the reply again.

I'm aware of the epstopdf package and it can be used to convert EPS to PDF on the fly during compilation. There are few problems with this approach.

Although EPS file works, PS graphics files are not by default converted to PDF on the fly (at least I couldn't figure ...
by subhash
Sat Sep 22, 2012 12:09 pm
Forum: Texmaker and TeXstudio
Topic: YAP Reverse Search opens new Instance on portable MiKTeX
Replies: 8
Views: 11490

Re: YAP Reverse Search opens new Instance on portable MiKTeX

Firstly I have to include .eps and .ps file images in latex, Pdflatex fail to do so. Secondly DVI view using YAP is very fast, it almost renders instantly. While writing articles using multiple images (.eps and .ps) it becomes considerable fast to use dvi view. I only use DVI view while writing Tex ...
by subhash
Sat Sep 22, 2012 11:47 am
Forum: Texmaker and TeXstudio
Topic: YAP Reverse Search opens new Instance on portable MiKTeX
Replies: 8
Views: 11490

YAP Reverse Search opens new Instance on portable MiKTeX

I want to do forwards and reverse search using TeXmaker and YAP as DVI viewer.

I am executing LaTeX with these parameters.
latex --src -interaction=nonstopmode %.tex %0 "%N%T"
Then opening DVI in Yap with these.
yap.exe -1 -s @%.tex %.dvi

Now when I am double clicking on DVI view in Yap to ...