Viewers for PDF, PS, and DVIProblem with Adobe Reader 8.0

Information and discussion about output viewers related to LaTeX (e.g. Adobe Reader, Ghostview, YAP, ...)
Locked
tramir
Posts: 12
Joined: Fri Jan 26, 2007 12:58 am

Problem with Adobe Reader 8.0

Post by tramir »

jjt3 wrote: Simply, put a second [DocOpen("%bm.pdf")] in front of the first in the two instances in build profile, and this seems to keep it quiet.


Life-saving :D It works! Thanks...

Mircea
Last edited by tramir on Tue Jan 30, 2007 12:20 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
jjt3
Posts: 9
Joined: Fri Jan 26, 2007 3:04 pm

Re: Problem with Adobe Reader 8.0

Post by jjt3 »

I am glad that the workaround for Reader 8.0 works.

I think that I picked it up from the TeXnicCenter user's group.

John
dustbinbear
Posts: 19
Joined: Wed Jan 17, 2007 11:42 am

Re: Problem with Adobe Reader 8.0

Post by dustbinbear »

it worked like magic! thanks!
tramir
Posts: 12
Joined: Fri Jan 26, 2007 12:58 am

Re: Problem with Adobe Reader 8.0

Post by tramir »

There seems to be just one problem: if Adobe Reader is running and the PDF file is not open, the DDE command for closing the document crashes Adobe. So, for instance, if you compile the file to PDF, view it in Reader, close it in Reader, go back to TexnicCenter and recompile, Reader will crash. Weird, though...
MarkN
Posts: 1
Joined: Sat Feb 03, 2007 8:13 pm

Problem with Adobe Reader 8.0

Post by MarkN »

tramir wrote: There seems to be just one problem: if Adobe Reader is running and the PDF file is not open, the DDE command for closing the document crashes Adobe. So, for instance, if you compile the file to PDF, view it in Reader, close it in Reader, go back to TexnicCenter and recompile, Reader will crash. Weird, though...

edit: still have problems, 'fix' removed
Last edited by MarkN on Sat Feb 03, 2007 8:17 pm, edited 1 time in total.
runeedge
Posts: 1
Joined: Tue Feb 13, 2007 9:10 pm

Re: Problem with Adobe Reader 8.0

Post by runeedge »

It seems that the fix for this is to place:
[DocOpen("%bm.pdf")]
before each of the 3 fields.

I tried that, and it fixed this latest problem that you have described.
roman
Posts: 15
Joined: Mon Jan 15, 2007 7:41 pm

Problem with Adobe Reader 8.0

Post by roman »

Yes, it works. But you should enable the 'Show each document in its own window' option in the Adobe Reader preferences. Otherwise you will run into the problem described by dustbinbear.
playmob wrote: Enter the following DDE Commands in the "Viewer"-Tab:
View: [DocOpen("%bm.pdf")]
Search: [DocOpen("%bm.pdf")]
befor compiling: [DocOpen("%bm.pdf")][DocClose("%bm.pdf")]
dustbinbear wrote: Hi playbob, it didn't seem to work so well for me especially when I had more than 1 pdf documents already running. adobe reader just crashes.
Attachments
Adobe Reader 8 Preferences
Adobe Reader 8 Preferences
preferences.gif (15.42 KiB) Viewed 29715 times
Last edited by roman on Wed Feb 14, 2007 11:01 am, edited 1 time in total.
kispiox
Posts: 1
Joined: Sun Feb 25, 2007 12:50 am

Re: Problem with Adobe Reader 8.0

Post by kispiox »

Thanks!

To summarize, this is what worked for me:

view: [DocOpen("%bm.pdf")][DocOpen("%bm.pdf")][FileOpen("%bm.pdf")]
(server: acroview, Topic: control, for all of these)

forward search: exactly the same as view

close: [DocOpen("%bm.pdf")][DocClose("%bm.pdf")]
fcastillo
Posts: 1
Joined: Mon Feb 26, 2007 1:32 am

Re: Problem with Adobe Reader 8.0

Post by fcastillo »

Actually, after putting an extra view: [DocOpen("%bm.pdf")] in the close, Adobe 8 still crashed 8O , so I just decided to try putting another one before that, and that worked for me. I don't know why, but it didn't work with just one. So what worked for me is:

view: [DocOpen("%bm.pdf")][DocOpen("%bm.pdf")][FileOpen("%bm.pdf")]
(server: acroview, Topic: control)

forward search: [DocOpen("%bm.pdf")][DocOpen("%bm.pdf")][FileOpen("%bm.pdf")]
(server: acroview, Topic: control)

close: [DocOpen("%bm.pdf")][DocOpen("%bm.pdf")][DocClose("%bm.pdf")]
(server: acroview, Topic: control)

I hopw this helped for some of you that still got some errors.
pavel168
Posts: 1
Joined: Wed Mar 07, 2007 1:25 am

Problem with Adobe Reader 8.0

Post by pavel168 »

fcastillo wrote: Actually, after putting an extra view: [DocOpen("%bm.pdf")] in the close, Adobe 8 still crashed 8O , so I just decided to try putting another one before that, and that worked for me. I don't know why, but it didn't work with just one. So what worked for me is:

view: [DocOpen("%bm.pdf")][DocOpen("%bm.pdf")][FileOpen("%bm.pdf")]
(server: acroview, Topic: control)

forward search: [DocOpen("%bm.pdf")][DocOpen("%bm.pdf")][FileOpen("%bm.pdf")]
(server: acroview, Topic: control)

close: [DocOpen("%bm.pdf")][DocOpen("%bm.pdf")][DocClose("%bm.pdf")]
(server: acroview, Topic: control)

I hopw this helped for some of you that still got some errors.


Hmm... That seems to work, but looks TOO weird... :)
Last edited by pavel168 on Wed Mar 07, 2007 2:29 am, edited 1 time in total.
Locked