3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00

docs: Add latex magic to make PDFs reproducible again

This commit is contained in:
Scott Ashcroft 2025-03-14 21:47:26 +01:00 committed by Daniel Gröber
parent 6884c98e08
commit d8af6b0616

View file

@ -93,6 +93,9 @@ bibtex_bibfiles = ['literature.bib']
latex_elements = { latex_elements = {
'releasename': 'Version', 'releasename': 'Version',
'preamble': r''' 'preamble': r'''
\pdfinfoomitdate 1
\pdfsuppressptexinfo 1
\pdftrailerid{}
\usepackage{lmodern} \usepackage{lmodern}
\usepackage{comment} \usepackage{comment}