Friday, February 4, 2011

Using Adobe Acrobat Reader with TeXnicCenter


From Build menu, choose Define Output Profiles.
Select the LaTeX => PDF and make the following changes in the Viewer tab.
Path of executable (depends on your system):
C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe
In View project’s output, select DDE command and enter the following:
Command: [DocOpen("%bm.pdf")][DocOpen("%bm.pdf")][FileOpen("%bm.pdf")]
Server: acroview
Topic: control
In Forward search, select DDE command and enter the following:
Command: [DocOpen("%bm.pdf")][DocOpen("%bm.pdf")][DocOpen("%bm.pdf")]
Server: acroview
Topic: control
In Close document before running LaTeX, select DDE command and enter the following:
Command: [DocOpen("%bm.pdf")][DocClose("%bm.pdf")]
Server: acroview
Topic: control