summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-09 21:48:37 +0000
committerKarl Berry <karl@freefriends.org>2016-05-09 21:48:37 +0000
commit259021314092f3136317d272151d644dac4a6ea6 (patch)
tree37b33ad8b92ee5f9ee339b6e2abece0b95cc70e9 /Master/texmf-dist/doc
parent78e9da6f00a5c3065051979aab27b369bf610733 (diff)
separate SOURCE_DATE_EPOCH description since it is
in all engines except luatex. git-svn-id: svn://tug.org/texlive/trunk@40980 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex17
1 files changed, 12 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex b/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex
index 22d2d1e25d3..5b581f953b5 100644
--- a/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex
+++ b/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex
@@ -1093,9 +1093,9 @@ specify a particular \CTAN\ mirror from the list at
those in the \TeX\ trees. They do these via related but not identical
methods.
-On Windows, fonts shipped with \TL\ are made available to \XeTeX\
-automatically. But if you have installed the \filename{xetex} package
-on a Unix-compatible system, you need to configure your system to be
+On Windows and \MacOSX, fonts shipped with \TL\ are made available to
+\XeTeX\ automatically. But if you have installed the \filename{xetex}
+package on another Unix system, you need to configure your system to be
able to find the fonts shipped with \TL\ via system name lookup, and not
just filename lookup.
@@ -3553,8 +3553,15 @@ integrating Lua with \MF, for trial testing purposes.
MetaPost: Bug fixes and internal preparations for MetaPost 2.0.
-pdf\TeX: Use environment variable \code{SOURCE\_DATE\_EPOCH} (if set)
-for timestamps; new primitives \cs{pdfinfoomitdate}, \cs{pdftrailerid},
+\code{SOURCE\_DATE\_EPOCH} support in all engines except Lua\TeX\ (which
+will come in the next release): if the environment variable
+\code{SOURCE\_DATE\_EPOCH} is set, its value is used for timestamps in
+the PDF output. If \code{SOURCE\_DATE\_EPOCH\_TEX\_PRIMITIVES} is also
+set, the \code{SOURCE\_DATE\_EPOCH} value is used to initialize the
+\TeX\ primitives \cs{year}, \cs{month}, \cs{day}, \cs{time}. The
+pdf\TeX\ manual has examples and details.
+
+pdf\TeX: new primitives \cs{pdfinfoomitdate}, \cs{pdftrailerid},
\cs{pdfsuppressptexinfo}, to control values appearing in the output
which normally change with each run. These features are for PDF output
only, not DVI.