I will be grateful if you could please help me with the following problem.
Currently I compile from command line two version of the file test.tex using the following command
pdflatex \RequirePackage{comment}\includecomment{Private}\input{test.tex} -jobname="InternalVersion"
pdflatex \RequirePackage{comment}\excludecomment{Private}\input{test.tex} -jobname="OfficialVersion"
I cannot figure out how to pass these commands to TeXnicCenter Build Output Profiles. I tried to add them in the 'Command line arguments' but it does not work.
I will greately appreciate your help
General ⇒ LaTeX => PDF how to add additional commands?
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: LaTeX => PDF how to add additional commands?
Did you try to add it to "path to the (La)Tex compiler"?
Re: LaTeX => PDF how to add additional commands?
yes, but still no luck.