Alu,
Post by AluI am using Adobe X Pro and WinEdt 6, and I read that the suggested
solution worked for some, but it didn't for me. Can you please
help? Thanks so much for your time
Perhaps if you can tell us what exactly you have done so far and
what happens, somebody can help you with this. Usually something
like
Assign(!"Acro-DDE_Service",!"AcroviewA10");
will fix the problem with Acrobat X...
Best regards,
alex
ps. Below is the explanation and an advice when it comes to
previewing working versions of pdf documents created by TeX:
The problem is that good people at Adobe changed DDE service from
Acroview to AcroviewR10 or AcroviewA10. It affects ALL applications
that rely on Adobe as PDF Viewer (google AcroviewR10 and you'll see
plenty of stuff on that). Adobe quotes "security reasons" for the
change(???). Furthermore, in Adobe 10 it is no longer possible to
reopen a recompiled pdf file at the previous position. I call this
"Adobe Blues" and I am afraid there is no cure for it. A previewer
that locks a pdf file is not (and never was) designed or suitable
for Edit-> Compile-> Preview cycle. I gave up on Adobe altogether
as did many other TeX users.
Luckily there are now better alternatives available. There is a
free pdf viewer called SumatraPDF. It is designed for TeX and it
supports very precise forward and inverse search based on synctex
technology (a part of recent MiKTeX or TeX Live). In WinEdt 7 it is
easy to define alternative pdf viewers without changing the default
program on your system. I suggest you give it a try: recent
versions are pretty decent and easy to use and install.
This from Help in WinEdt 7:
For most TeX users SumatraPDF is the most suitable working
previewer for pdf files. It is fast, light-weighted, it does not
lock pdf files that it is previewing, and it supports forward and
inverse search. In other words: it is problem-free! These are the
properties that will be appreciated when you are compiling and
previewing your TeX documents. You don't have to make SumatraPDF
the default PDF viewer on your system: WinEdt's Execution Modes
dialog allows you to define alternative PDF viewers.
PDF-XChange and Adobe Reader or Acrobat do lock pdf files. This
means that your documents cannot be recompiled until they are
released by the viewer. WinEdt provides a macro (PDF Close) that
does its best to take care of that. However, Adobe has a habit of
changing the DDE interface properties and the action can easily
fail (depending on your version of Adobe). If for some reason you
must use a previewer like this you may need to modify the macro
scripts for your version of Adobe (should the defaults fail).
Remember that the pdf file cannot be recompiled until it is
released by the viewer that locks its input files! As the last
resort (if you cannot modify PDF Close macro to do what you
want): close the pdf document manually before compilation and
reconsider suitability of your viewer for edit-compile-preview
cycle...
To make things worse, Adobe 9 (or later) can no longer open pdf
documents at the previous position after they have been modified
(recompiled). Forward search can somewhat remedy this shortcoming
but even so the situation is far from perfect and for most TeX
users Adobe is just not the best choice for working PDF viewer (and
there is nothing WinEdt can do about this). If for some reason you
must use Adobe as your working edit-compile-preview PDF viewer you
will simply have to put with up with its limited suitability for
this purpose!
Beside the above mentioned PDF viewers WinEdt macros also work with
most "generic" previewers (including Foxit or GSView). The choice
is yours. If you need to make any changes feel free. First you'll
have to find out what your preferred viewer (if different from
above) is capable of and then you can start modifying WinEdt
macros. Keep in mind that WinEdt cannot make another application
perform any action unless that application provides a mechanism to
trigger that action from outside...