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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10361
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