I am interested in producing two different PDF versions of my resume, which I keep in Latex. One version is for web publication and thus should have some info (contact details, GPAs, etc) redacted, while the other version should be pretty much complete. Right now I use a variable (call it "forweb") and conditionals to keep sensitive portions omitted when building for the web. I have to build once with the "forweb" variable set, rename the PDF file produced, and then build again with "forweb" unset. Is there a way to automate this process? In other words, is there a way to produce both versions of the document automatically and simultaneously?
I'm very new to Latex, so go easy on me
