We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to the ability to setting the document's author and title, I'd like to set the date.
The document might be compiled/reproduced from the source later (e.g. as part of a DVC pipeline), but the contents didn't change.
This can be achieved fairly easily by changing https://github.com/jupyter/nbconvert/blob/main/share/templates/latex/base.tex.j2#L182
It would be great to have the possibility to suppress the date as well. This can avoid any ambiguity or false dates.
The text was updated successfully, but these errors were encountered:
Sorry, must have used the wrong template, this and the PR #1963 should have an appropriate label enhancement or so.
enhancement
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Similar to the ability to setting the document's author and title, I'd like to set the date.
The document might be compiled/reproduced from the source later (e.g. as part of a DVC pipeline), but the contents didn't change.
This can be achieved fairly easily by changing https://github.com/jupyter/nbconvert/blob/main/share/templates/latex/base.tex.j2#L182
It would be great to have the possibility to suppress the date as well. This can avoid any ambiguity or false dates.
The text was updated successfully, but these errors were encountered: