File: debian-SDE-docs-in-tex-etex-manpage

package info (click to toggle)
texlive-bin 2020.20200327.54578-7%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 177,016 kB
  • sloc: ansic: 948,566; cpp: 321,309; perl: 84,526; sh: 24,674; javascript: 9,754; makefile: 8,339; python: 5,489; lex: 5,014; pascal: 3,813; java: 3,569; yacc: 2,901; tcl: 2,349; exp: 2,031; xml: 826; lisp: 687; ruby: 678; sed: 331; asm: 140; csh: 46; awk: 30
file content (45 lines) | stat: -rw-r--r-- 1,617 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
 texk/web2c/man/etex.man |   14 ++++++++++++++
 texk/web2c/man/tex.man  |    8 ++++++++
 2 files changed, 22 insertions(+)

--- texlive-bin.orig/texk/web2c/man/etex.man
+++ texlive-bin/texk/web2c/man/etex.man
@@ -327,6 +327,20 @@ is set when e-\*(TX is compiled.
 Search path for font metric
 .RI ( .tfm )
 files.
+.TP
+.B SOURCE_DATE_EPOCH
+If set, its value, taken to be in epoch-seconds, will be used for the
+timestamps in the PDF output, such as the CreationDate and ModDate keys.
+This is useful for making reproducible builds.
+.TP
+.B FORCE_SOURCE_DATE
+If set to the value "1", the time-related \*(TX primitives
+.RI ( \eyear ,
+.IR \emonth ,
+.IR \eday ,
+.IR \etime )
+are also initialized from the value of SOURCE_DATE_EPOCH.  This is not
+recommended if there is any viable alternative.
 .\"=====================================================================
 .SH FILES
 The location of the files mentioned below varies from system to
--- texlive-bin.orig/texk/web2c/man/tex.man
+++ texlive-bin/texk/web2c/man/tex.man
@@ -434,6 +434,14 @@ is set when \*(TX is compiled.
 Search path for font metric
 .RI ( .tfm )
 files.
+.P
+Notes for Debian developers: please keep in mind, that this version of
+the \*(TX interpreter ignores the
+.B SOURCE_DATE_EPOCH
+variable. Instead the current timestamp is written into the
+.I DVI
+file. If you need a reproducible time stamp, please use any engine based
+on pdf\*(TX, e.g., etex, pdftex, latex, pdflatex.
 .\"=====================================================================
 .SH FILES
 The location of the files mentioned below varies from system to