GeneralLaTeX => PDF how to add additional commands?

General information and discussion about TeXnicCenter
Post Reply
bocchi
Posts: 4
Joined: Tue Apr 13, 2010 4:47 pm

LaTeX => PDF how to add additional commands?

Post by bocchi »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

MartinC
Posts: 153
Joined: Wed Jan 17, 2007 10:09 pm

Re: LaTeX => PDF how to add additional commands?

Post by MartinC »

Did you try to add it to "path to the (La)Tex compiler"?
bocchi
Posts: 4
Joined: Tue Apr 13, 2010 4:47 pm

Re: LaTeX => PDF how to add additional commands?

Post by bocchi »

yes, but still no luck.
Post Reply