mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-07 06:33:24 +00:00
docs: Add latex magic to make PDFs reproducible again
This commit is contained in:
parent
6884c98e08
commit
d8af6b0616
1 changed files with 3 additions and 0 deletions
|
@ -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}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue