How can I automatically add the date to the output PDF file name?Add date in output nameCan one TeX file output to multiple PDF files?Automatically create two PDF output files from one tex fileTexmaker / TeXstudio does not compile XeLaTeX with MiKTeX portableCannot compile PDFpdfTeX error font ppl8r not foundCreating exe file with pdf outputHow can I write the date in french?XeLaTeX version of pdfinfoomitdate (or method to accomplish the same)?Moderncv does not create PDFHow to to add “th” or “rd” to the date

Does Mathematica reuse previous computations?

Brexit - No Deal Rejection

Have researchers managed to "reverse time"? If so, what does that mean for physics?

Existence of subset with given Hausdorff dimension

A Cautionary Suggestion

Why Choose Less Effective Armour Types?

Is there a data structure that only stores hash codes and not the actual objects?

Why doesn't the EU now just force the UK to choose between referendum and no-deal?

SOQL: Populate a Literal List in WHERE IN Clause

Gantt Chart like rectangles with log scale

What are substitutions for coconut in curry?

Did Ender ever learn that he killed Stilson and/or Bonzo?

A sequence that has integer values for prime indexes only:

(Calculus) Derivative Thinking Question

Who is flying the vertibirds?

Unexpected result from ArcLength

Official degrees of earth’s rotation per day

Life insurance that covers only simultaneous/dual deaths

Sailing the cryptic seas

What did Alexander Pope mean by "Expletives their feeble Aid do join"?

How to create the Curved texte?

Do I need life insurance if I can cover my own funeral costs?

How to use of "the" before known matrices

Why doesn't using two cd commands in bash script execute the second command?



How can I automatically add the date to the output PDF file name?


Add date in output nameCan one TeX file output to multiple PDF files?Automatically create two PDF output files from one tex fileTexmaker / TeXstudio does not compile XeLaTeX with MiKTeX portableCannot compile PDFpdfTeX error font ppl8r not foundCreating exe file with pdf outputHow can I write the date in french?XeLaTeX version of pdfinfoomitdate (or method to accomplish the same)?Moderncv does not create PDFHow to to add “th” or “rd” to the date













1















Currently when I generate a PDF file of my document, it produces the name



document1.pdf


I'd like to set it so that it adds the current date (or the date produced by datetoday), such as



document1_March_15_2019.pdf


or however it may produce the date. Is there a method to do that? The closest I found was this link but I'm not using an emac or pdftex, I think. I am using TexMaker on a Mac OS Mojave.










share|improve this question









New contributor




HS-nebula is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • The command datetoday is a LaTeX command that will get its value during compilation from the TeX distro (for example TeX Live or MacTeX) that your TeXmaker is using. So, TeXmaker will never see this output of this command but will just let it printed in your pdf document via your TeX distro. So, try to find out if texmaker have available in a variable the current date and add this variable before the .pdf extension in your TeXmaker options at the output filename.

    – koleygr
    8 hours ago











  • the pdf is made by latex (not texmaker) and is just the filename of your source file with .tex changed to .pdf so if you save the file as hs-nebula.tex then the generated file will be hs-nebula.pdf document1 is presumably just a default file name if you start a blank file without saving it to a specific name (although I don't use texmaker to be sure)

    – David Carlisle
    8 hours ago
















1















Currently when I generate a PDF file of my document, it produces the name



document1.pdf


I'd like to set it so that it adds the current date (or the date produced by datetoday), such as



document1_March_15_2019.pdf


or however it may produce the date. Is there a method to do that? The closest I found was this link but I'm not using an emac or pdftex, I think. I am using TexMaker on a Mac OS Mojave.










share|improve this question









New contributor




HS-nebula is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • The command datetoday is a LaTeX command that will get its value during compilation from the TeX distro (for example TeX Live or MacTeX) that your TeXmaker is using. So, TeXmaker will never see this output of this command but will just let it printed in your pdf document via your TeX distro. So, try to find out if texmaker have available in a variable the current date and add this variable before the .pdf extension in your TeXmaker options at the output filename.

    – koleygr
    8 hours ago











  • the pdf is made by latex (not texmaker) and is just the filename of your source file with .tex changed to .pdf so if you save the file as hs-nebula.tex then the generated file will be hs-nebula.pdf document1 is presumably just a default file name if you start a blank file without saving it to a specific name (although I don't use texmaker to be sure)

    – David Carlisle
    8 hours ago














1












1








1








Currently when I generate a PDF file of my document, it produces the name



document1.pdf


I'd like to set it so that it adds the current date (or the date produced by datetoday), such as



document1_March_15_2019.pdf


or however it may produce the date. Is there a method to do that? The closest I found was this link but I'm not using an emac or pdftex, I think. I am using TexMaker on a Mac OS Mojave.










share|improve this question









New contributor




HS-nebula is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












Currently when I generate a PDF file of my document, it produces the name



document1.pdf


I'd like to set it so that it adds the current date (or the date produced by datetoday), such as



document1_March_15_2019.pdf


or however it may produce the date. Is there a method to do that? The closest I found was this link but I'm not using an emac or pdftex, I think. I am using TexMaker on a Mac OS Mojave.







compiling date






share|improve this question









New contributor




HS-nebula is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




HS-nebula is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 8 hours ago









samcarter

91.7k7105297




91.7k7105297






New contributor




HS-nebula is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 9 hours ago









HS-nebulaHS-nebula

1064




1064




New contributor




HS-nebula is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





HS-nebula is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






HS-nebula is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • The command datetoday is a LaTeX command that will get its value during compilation from the TeX distro (for example TeX Live or MacTeX) that your TeXmaker is using. So, TeXmaker will never see this output of this command but will just let it printed in your pdf document via your TeX distro. So, try to find out if texmaker have available in a variable the current date and add this variable before the .pdf extension in your TeXmaker options at the output filename.

    – koleygr
    8 hours ago











  • the pdf is made by latex (not texmaker) and is just the filename of your source file with .tex changed to .pdf so if you save the file as hs-nebula.tex then the generated file will be hs-nebula.pdf document1 is presumably just a default file name if you start a blank file without saving it to a specific name (although I don't use texmaker to be sure)

    – David Carlisle
    8 hours ago


















  • The command datetoday is a LaTeX command that will get its value during compilation from the TeX distro (for example TeX Live or MacTeX) that your TeXmaker is using. So, TeXmaker will never see this output of this command but will just let it printed in your pdf document via your TeX distro. So, try to find out if texmaker have available in a variable the current date and add this variable before the .pdf extension in your TeXmaker options at the output filename.

    – koleygr
    8 hours ago











  • the pdf is made by latex (not texmaker) and is just the filename of your source file with .tex changed to .pdf so if you save the file as hs-nebula.tex then the generated file will be hs-nebula.pdf document1 is presumably just a default file name if you start a blank file without saving it to a specific name (although I don't use texmaker to be sure)

    – David Carlisle
    8 hours ago

















The command datetoday is a LaTeX command that will get its value during compilation from the TeX distro (for example TeX Live or MacTeX) that your TeXmaker is using. So, TeXmaker will never see this output of this command but will just let it printed in your pdf document via your TeX distro. So, try to find out if texmaker have available in a variable the current date and add this variable before the .pdf extension in your TeXmaker options at the output filename.

– koleygr
8 hours ago





The command datetoday is a LaTeX command that will get its value during compilation from the TeX distro (for example TeX Live or MacTeX) that your TeXmaker is using. So, TeXmaker will never see this output of this command but will just let it printed in your pdf document via your TeX distro. So, try to find out if texmaker have available in a variable the current date and add this variable before the .pdf extension in your TeXmaker options at the output filename.

– koleygr
8 hours ago













the pdf is made by latex (not texmaker) and is just the filename of your source file with .tex changed to .pdf so if you save the file as hs-nebula.tex then the generated file will be hs-nebula.pdf document1 is presumably just a default file name if you start a blank file without saving it to a specific name (although I don't use texmaker to be sure)

– David Carlisle
8 hours ago






the pdf is made by latex (not texmaker) and is just the filename of your source file with .tex changed to .pdf so if you save the file as hs-nebula.tex then the generated file will be hs-nebula.pdf document1 is presumably just a default file name if you start a blank file without saving it to a specific name (although I don't use texmaker to be sure)

– David Carlisle
8 hours ago











1 Answer
1






active

oldest

votes


















3














For editors that execute commands in a bash-based shell, you can modify the preferences of your editor to compile with



mydate=$(date +'%B_%d_%Y') ; pdflatex --jobname="document1_$mydate" %.tex


This will generate a pdf called document1_March_15_2019.pdf






share|improve this answer




















  • 1





    Nice (+1)... I suggest an edit to remove the TeXmaker tag and the TeXmaker from the title to make the question/answer just specific to the OS (Linux/Mac) and not to the editor

    – koleygr
    8 hours ago












  • @koleygr Feel free to edit

    – samcarter
    8 hours ago











  • Just to clarify, do I add this to the PdfLaTeX box in texmaker >> Preferences or is this a user command?

    – HS-nebula
    8 hours ago











  • Was commenting to ask the OP... but he did it before my question...

    – koleygr
    8 hours ago











  • @HS-nebula You can do it either way. If you want to compile all your documents like this, you could directly modify the pdflatex preferences, if you only want to use it occasionally, a separate command might be better.

    – samcarter
    8 hours ago










Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






HS-nebula is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f479662%2fhow-can-i-automatically-add-the-date-to-the-output-pdf-file-name%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









3














For editors that execute commands in a bash-based shell, you can modify the preferences of your editor to compile with



mydate=$(date +'%B_%d_%Y') ; pdflatex --jobname="document1_$mydate" %.tex


This will generate a pdf called document1_March_15_2019.pdf






share|improve this answer




















  • 1





    Nice (+1)... I suggest an edit to remove the TeXmaker tag and the TeXmaker from the title to make the question/answer just specific to the OS (Linux/Mac) and not to the editor

    – koleygr
    8 hours ago












  • @koleygr Feel free to edit

    – samcarter
    8 hours ago











  • Just to clarify, do I add this to the PdfLaTeX box in texmaker >> Preferences or is this a user command?

    – HS-nebula
    8 hours ago











  • Was commenting to ask the OP... but he did it before my question...

    – koleygr
    8 hours ago











  • @HS-nebula You can do it either way. If you want to compile all your documents like this, you could directly modify the pdflatex preferences, if you only want to use it occasionally, a separate command might be better.

    – samcarter
    8 hours ago















3














For editors that execute commands in a bash-based shell, you can modify the preferences of your editor to compile with



mydate=$(date +'%B_%d_%Y') ; pdflatex --jobname="document1_$mydate" %.tex


This will generate a pdf called document1_March_15_2019.pdf






share|improve this answer




















  • 1





    Nice (+1)... I suggest an edit to remove the TeXmaker tag and the TeXmaker from the title to make the question/answer just specific to the OS (Linux/Mac) and not to the editor

    – koleygr
    8 hours ago












  • @koleygr Feel free to edit

    – samcarter
    8 hours ago











  • Just to clarify, do I add this to the PdfLaTeX box in texmaker >> Preferences or is this a user command?

    – HS-nebula
    8 hours ago











  • Was commenting to ask the OP... but he did it before my question...

    – koleygr
    8 hours ago











  • @HS-nebula You can do it either way. If you want to compile all your documents like this, you could directly modify the pdflatex preferences, if you only want to use it occasionally, a separate command might be better.

    – samcarter
    8 hours ago













3












3








3







For editors that execute commands in a bash-based shell, you can modify the preferences of your editor to compile with



mydate=$(date +'%B_%d_%Y') ; pdflatex --jobname="document1_$mydate" %.tex


This will generate a pdf called document1_March_15_2019.pdf






share|improve this answer















For editors that execute commands in a bash-based shell, you can modify the preferences of your editor to compile with



mydate=$(date +'%B_%d_%Y') ; pdflatex --jobname="document1_$mydate" %.tex


This will generate a pdf called document1_March_15_2019.pdf







share|improve this answer














share|improve this answer



share|improve this answer








edited 8 hours ago

























answered 8 hours ago









samcartersamcarter

91.7k7105297




91.7k7105297







  • 1





    Nice (+1)... I suggest an edit to remove the TeXmaker tag and the TeXmaker from the title to make the question/answer just specific to the OS (Linux/Mac) and not to the editor

    – koleygr
    8 hours ago












  • @koleygr Feel free to edit

    – samcarter
    8 hours ago











  • Just to clarify, do I add this to the PdfLaTeX box in texmaker >> Preferences or is this a user command?

    – HS-nebula
    8 hours ago











  • Was commenting to ask the OP... but he did it before my question...

    – koleygr
    8 hours ago











  • @HS-nebula You can do it either way. If you want to compile all your documents like this, you could directly modify the pdflatex preferences, if you only want to use it occasionally, a separate command might be better.

    – samcarter
    8 hours ago












  • 1





    Nice (+1)... I suggest an edit to remove the TeXmaker tag and the TeXmaker from the title to make the question/answer just specific to the OS (Linux/Mac) and not to the editor

    – koleygr
    8 hours ago












  • @koleygr Feel free to edit

    – samcarter
    8 hours ago











  • Just to clarify, do I add this to the PdfLaTeX box in texmaker >> Preferences or is this a user command?

    – HS-nebula
    8 hours ago











  • Was commenting to ask the OP... but he did it before my question...

    – koleygr
    8 hours ago











  • @HS-nebula You can do it either way. If you want to compile all your documents like this, you could directly modify the pdflatex preferences, if you only want to use it occasionally, a separate command might be better.

    – samcarter
    8 hours ago







1




1





Nice (+1)... I suggest an edit to remove the TeXmaker tag and the TeXmaker from the title to make the question/answer just specific to the OS (Linux/Mac) and not to the editor

– koleygr
8 hours ago






Nice (+1)... I suggest an edit to remove the TeXmaker tag and the TeXmaker from the title to make the question/answer just specific to the OS (Linux/Mac) and not to the editor

– koleygr
8 hours ago














@koleygr Feel free to edit

– samcarter
8 hours ago





@koleygr Feel free to edit

– samcarter
8 hours ago













Just to clarify, do I add this to the PdfLaTeX box in texmaker >> Preferences or is this a user command?

– HS-nebula
8 hours ago





Just to clarify, do I add this to the PdfLaTeX box in texmaker >> Preferences or is this a user command?

– HS-nebula
8 hours ago













Was commenting to ask the OP... but he did it before my question...

– koleygr
8 hours ago





Was commenting to ask the OP... but he did it before my question...

– koleygr
8 hours ago













@HS-nebula You can do it either way. If you want to compile all your documents like this, you could directly modify the pdflatex preferences, if you only want to use it occasionally, a separate command might be better.

– samcarter
8 hours ago





@HS-nebula You can do it either way. If you want to compile all your documents like this, you could directly modify the pdflatex preferences, if you only want to use it occasionally, a separate command might be better.

– samcarter
8 hours ago










HS-nebula is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















HS-nebula is a new contributor. Be nice, and check out our Code of Conduct.












HS-nebula is a new contributor. Be nice, and check out our Code of Conduct.











HS-nebula is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f479662%2fhow-can-i-automatically-add-the-date-to-the-output-pdf-file-name%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How should I use the fbox command correctly to avoid producing a Bad Box message?How to put a long piece of text in a box?How to specify height and width of fboxIs there an arrayrulecolor-like command to change the rule color of fbox?What is the command to highlight bad boxes in pdf?Why does fbox sometimes place the box *over* the graphic image?how to put the text in the boxHow to create command for a box where text inside the box can automatically adjust?how can I make an fbox like command with certain color, shape and width of border?how to use fbox in align modeFbox increase the spacing between the box and it content (inner margin)how to change the box height of an equationWhat is the use of the hbox in a newcommand command?

152 Atala Notae | Nexus externi | Tabula navigationis"Discovery Circumstances: Numbered Minor Planets"2000152Small-Body Database

Doxepinum Nexus interni Notae | Tabula navigationis3158DB01142WHOa682390"Structural Analysis of the Histamine H1 Receptor""Transdermal and Topical Drug Administration in the Treatment of Pain""Antidepressants as antipruritic agents: A review"