monero-GUI-guide icon indicating copy to clipboard operation
monero-GUI-guide copied to clipboard

Deterministically reproducible pdf for Monero GUI guide

Open garlicgambit opened this issue 4 years ago • 0 comments

There is an ongoing effort to make the Monero GUI deterministically reproducible. The Monero GUI guide pdf is part of the Monero GUI archives. The GUI guide pdf needs to be deterministically reproducible in order to create reproducible GUI archives.

This pandoc issue describes how to generate reproducible pdf files from markdown. You need a recent version of pandoc and texlive (xelatex engine). Probably a version from 2019 or later.

You can set the SOURCE_DATE_EPOCH to:
SOURCE_DATE_EPOCH=0

And set the pdf:trailerid to all 0's.

garlicgambit avatar Oct 30 '20 19:10 garlicgambit