Generalway to rename compiled pdf file name inside texniccenter

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
quinoa
Posts: 1
Joined: Fri Nov 10, 2017 3:33 am

way to rename compiled pdf file name inside texniccenter

Post by quinoa »

Is there a way to rename the pdf file compiled by texniccenter programatically by providing a name inside the file ?

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

way to rename compiled pdf file name inside texniccenter

Post by Stefan Kottwitz »

Hi Quinoa,

welcome to the forum!

Check the output profiles in TeXnicCenter. Edit the one you are using, and insert the job name such as

pdflatex -jobname=newname.tex ...

Stefan
LaTeX.org admin
Post Reply