I'm having problems building a book file (using the memoir class) in the latest version of TeXnicCenter on Windows 7:
I have a main file which uses
\includefrom{}to include each chapter; TeXnicCenter only lets me build from that main file, otherwise it gives a long string of errors. I tried writing%!TEX root = ../realbook.texat the top of each chapter file, but that doesn't help...I'm building a PDF directly. When I select "Build and view current file," after it builds, TeXnicCenter opens Adobe Acrobat Reader (without opening the newly-built file) and then freezes for ~15 seconds. Is there any way to fix this?
I cannot build while the PDF is open. It gives me this error:
\newcommand{\blank}[1]{\rule{#1}{0.4pt}}Is there something else I can use, maybe a PDF synchronization package for Windows?
Build>Define Output Profiles..., select the profile you are using on the left. Then click theViewertab on the right. It should show the PDF Viewer options. Under theClose document before running (La)TeXsection, you need to activate theDDE commandradio button and specify the "Command"[DocClose("%bm.pdf")]. Since I'm using Adobe Reader, my "Server" isacroviewand "Topic" iscontrol. – Werner Dec 02 '11 at 21:01%TEX root =is a TeXworks-specific feature, and not something that TeXnicCenter supports. – Mike Renfro Dec 03 '11 at 02:11project? – cmhughes Dec 03 '11 at 05:54projectwith the file I want asmain, but whenever I build with another file as the active tab, it crashes. Is there any way to tell it to always build themainfile? – jamaicanworm Dec 03 '11 at 17:57