Viewers for PDF, PS, and DVI ⇒ Problem with Adobe Reader 8.0
Problem with Adobe Reader 8.0
Is there a workaround? And would there be a way to use pdfopen and pdfclose, which come with MikTex?
Martin.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Problem with Adobe Reader 8.0
TexyWolf.
-
- Posts: 19
- Joined: Wed Jan 17, 2007 11:42 am
Re: Problem with Adobe Reader 8.0
However I wouldn't be downgrading, as I heard recently about some major security flaw being found in previous version of adobe reader.
Probably use some other readers like foxit reader?
Re: Problem with Adobe Reader 8.0
If you have the MiKTeX distro, I'd just say do away with Reader altogether!
Re: Problem with Adobe Reader 8.0
What about using GhostView?
But I don't know about links between the original and the .pdf!
Regards,
Alain Delmotte
Re: Problem with Adobe Reader 8.0
The first is that it does not AFAIK have a "windowed" interface, so a new instance is opened for each PDF document which is opened.
The second frustration I have experienced is that it renders some documents with fonts which look terrible and are quite different from much-better-looking fonts when the file is displayed with Acrobat.
It is a useful application though, because it is one stand-alone EXE file which does not require installation and is about 10% of the size of Acrobat!
TexyWolf.
Problem with Adobe Reader 8.0
MartinC wrote: DDE commands don't work very well with Adobe Reader 8.0. In particular, DocClose makes Reader crash. I had no problem with 7.0 but still I would like to use 8.0.
Is there a workaround? And would there be a way to use pdfopen and pdfclose, which come with MikTex?
Martin.
Hi Martin, I don't know anything about "pdfopen" and "pdfclose", but if these are simple command line tools, you can make TXC to call them instead of executing a DDE command. Simply do the following:
- Choose menu "Build > Define Output Profiles..."
- Select "LaTeX => PDF" in the list on the left
- Select the "Viewer" tab on the right
- Choose "Command line argument" in the relevant section on the right (i.e. "Close document...")
- Enter the command line to be executed
- Attachments
-
- closecmd.png (9.11 KiB) Viewed 48507 times
Originator of TeXnicCenter
Re: Problem with Adobe Reader 8.0
Regarding the previous post -- where can we find details of the command line parameters for Adobe Acrobat Reader 8.0? A Google search appears to reveal very little which is useful ... ?
TexyWolf.
Problem with Adobe Reader 8.0
If you really need to use Adobe Reader, you can get TeXnicCenter to open the file without error quite easily by using a command line argument in the profiles window.

All you can do for the close document field is tell it not to. You'll still have to remember to close the window after you're finished previewing, but opening documents should work.
There is another workaround however. Create a bare document in TeXnicCenter:
Code: Select all
\documentclass{article}
\begin{document}
Blank page.
\end{document}
I hope one of these methods is satisfactory for now, until Adobe sort this issue out.
P.S. I heard that this works fine on Adobe Reader Pro. Can anyone confirm that?
Re: Problem with Adobe Reader 8.0
Sigh.
TexyWolf.