General:
* Donald Knuth’s changes for his 2021 tuneup of TeX and Metafont are
incorporated (https://tug.org/TUGboat/tb42-1/tb130knuth-tuneup21.pdf). They
are also available on CTAN as the knuth-dist and knuth-local packages. As
expected, the fixes are for obscure cases and do not affect any behavior in
practice.
* Except in original TeX: if \tracinglostchars is set to 3 or more, missing
characters will result in an error, not just a message in the log file, and
the missing character code will be shown in hex.
* Except in original TeX: a new integer parameter \tracingstacklevels, if
positive, and \tracingmacros is also positive, causes a prefix indicating the
macro expansion depth to be output on each relevant log line (e.g., ~.. at
depth 2). Also, macro logging is truncated at a depth ≥ the parameter value.
Aleph: The Aleph-based LaTeX format, named lamed, has been removed. The aleph
binary itself is still included and supported.
LuaTeX:
* Lua 5.3.6.
* Callback for nesting level used in \tracingmacros, as generalized variant
of the new \tracingstacklevels.
* Mark math glyphs as protected to prevent processing as text.
* Removed width/ic compensation for traditional math code path.
MetaPost:
* SOURCE_DATE_EPOCH environment variable support for reproducible output.
* Avoid wrong final % in mpto.
* Document -T option, other fixes to manual.
* Value of epsilon changed in binary and decimal modes, so mp_solve_rising_cubic
works as expected.
pdfTeX:
* New primitives \pdfrunninglinkoff and \pdfrunninglinkon; e.g., for
disabling generation of links in headers and footers.
* Warn instead of aborting when “\pdfendlink ended up in different nesting
level than \pdfstartlink”.
* Dump \pdfglyphtounicode assignments in fmt file.
* Source: poppler support removed, as it was too hard to keep in sync with
upstream. In native TL, pdfTeX has always used libs/xpdf, which is cut-down
and adapted code from xpdf.
XeTeX: Fixes for math kerning.
Dvipdfmx:
* Ghostscript is now invoked safely by default; to override (assuming all
input files are trusted), use -i dvipdfmx-unsafe.cfg. To use PSTricks with
XeTeX, this is required, as in:
xetex -output-driver="xdvipdfmx -i dvipdfmx-unsafe.cfg -q -E" ...
* If an image file is not found, exit with bad status.
* Extended special syntax for color support.
* Specials for manipulating ExtGState.
* Compatibility specials pdfcolorstack and pdffontattr.
* Experimental support for dviluatex’s extended fnt_def.
* Support new feature of virtual font to fallback Japanese font definition.
Dvips:
* Default PostScript document title is now the basename of the input file,
and can be overridden with the new option -title.
* If an .eps or other image file is not found, exit with bad status.
* Support new feature of virtual font to fallback Japanese font definition.
General:
* The \input primitive in all TeX engines, including tex, now also accepts a
group-delimited filename argument, as a system-dependent extension. The usage
with a standard space/token-delimited filename is completely unchanged. The
group-delimited argument was previously implemented in LuaTeX; now it is available
in all engines. ASCII double quote characters (") are removed from the filename,
but it is otherwise left unchanged after tokenization. This does not currently
affect LaTeX’s \input command, as that is a macro redefinition of the standard
\input primitive.
* New option –cnf-line for kpsewhich, tex, mf, and all other engines, to support
arbitrary configuration settings on the command line.
* The addition of various primitives to various engines in this and previous years
is intended to result in a common set of functionality available across
all engines.
epTeX, eupTeX: New primitives \Uchar, \Ucharcat, \current(x)spacingmode, \ifincsname;
revise \fontchar?? and \iffontchar. For eupTeX only: \currentcjktoken.
LuaTeX: Integration with HarfBuzz library, available as new engines luahbtex
(used for lualatex) and luajithbtex. New primitives: \eTeXgluestretchorder,
\eTeXglueshrinkorder.
pdfTeX: New primitive \pdfmajorversion; this merely changes the version number
in the PDF output; it has no effect on any PDF content. \pdfximage and similar
now search for image files in the same way as \openin.
pTeX: New primitives \ifjfont, \iftfont. Also in epTeX, upTeX, eupTeX.
XeTeX: Fixes for \Umathchardef, \XeTeXinterchartoks, \pdfsavepos.
Dvips: Output encodings for bitmap fonts, for better copy/paste capabilities.
20190410:
Kpathsea: More consistent brace expansion and path splitting; new variable TEXMFDOTDIR instead of hard-coded . in paths allows for easily searching additional or sub-directories (see comments in texmf.cnf).
epTEX, eupTEX: New primitives \readpapersizespecial and \expanded.
LuaTEX: Lua 5.3 now used, with concomitant arithmetic and interface changes. The homegrown library pplib is used to read pdf files, thus eliminating the dependency on poppler (and the need for C++); Lua interface changed accordingly.
MetaPost: r-mpost command name recognized as an alias for invocation with the –restricted option, and added to the list of restricted commands available by default. Minimum precision now 2 for decimal and binary mode. Binary mode no longer available in MPlib but still available in standalone MetaPost.
pdfTEX: New primitive \expanded; if new primitive parameter \pdfomitcharset is set to 1, the /CharSet string omitted from the PDF output, since it cannot feasibly be guaranteed correct, as required by PDF/A-2 and PDF/A-3.
XeTEX: New primitives \expanded, \creationdate, \elapsedtime, \filedump, \filemoddate, \filesize, \resettimer, \normaldeviate, \uniformdeviate, \randomseed; extend \Ucharcat to produce active characters.
tlmgr: Support curl as a download program; use lz4 and gzip before xz for local backups, if available; prefer system-provided binaries over binaries provided with TEX Live for compressor and download programs, unless the environment variable TEXLIVE_PREFER_OWN is set.
install-tl: New option -gui (with no argument) is the default on Windows and Macs, and invokes a new Tcl/TK GUI (see sections 1.3 and 3.1.6).
Utilities:
cwebbin (https://ctan.org/pkg/cwebbin) is now the CWEB implementation in TEX Live, with support for more language dialects, and including the ctwill program to make mini-indexes.
chkdvifont: report font information from DVI files, also from tfm/ofm, vf, gf, pk.
dvispc: make a DVI file page-independent with respect to specials.
MacTEX: x86_64-darwin now supports 10.12 and higher (Sierra, High Sierra, Mojave); x86_64-darwinlegacy still supports 10.6 and newer. The spell checker Excalibur is no longer included, since it requires 32-bit support.
Platforms: removed sparc-solaris.
Updated converters/dvi2tty to 6.0.0nb1
Updated fonts/afm2pl to 0.7.1nb3
Updated fonts/gsftopkk to 1.19.2nb8
Updated fonts/lcdftypetools to 2.106
Updated fonts/ps2pkm to 1.8nb1
Updated fonts/ttf2pk to 2.0nb3
Updated fonts/ttfdump to 0.5.5nb4
Updated print/cjkutils to 4.8.4nb2
Updated print/dvidvi to 1.1nb1
Updated print/dviljk to 2.6.5nb8
Updated print/dvipdfmx to 20170318
Updated print/dvipsk to 5.997
Updated print/kpathsea to 6.2.3
Updated print/lacheck to 1.28nb2
Updated print/luatex to 1.0.4
Updated print/ptexenc to 1.3.5
Updated print/seetexk to 1.1nb3
Updated print/tex4ht to 0.0.20170523
Updated print/vlna to 1.5nb3
Updated print/web2c to 2017
Updated print/xdvik to 22.87.03nb1
Updated print/xetex to 0.99997
Updated print/xpdfopen to 0.86nb2
Updated textproc/makeindexk to 2.15nb9
Updated textproc/mendexk to 2.6fnb7
Updated print/cjkutils to 4.8.4nb1
Updated print/dviljk to 2.6.5nb7
Updated print/dvipdfmx to 20160307
Updated print/dvipsk to 5.996
Updated print/kpathsea to 6.2.2
Updated print/lacheck to 1.28nb1
Updated print/luatex to 0.95
Updated print/ptexenc to 1.3.4
Updated print/seetexk to 1.1nb2
Updated print/tex4ht to 0.0.20160522
Updated print/vlna to 1.5nb2
Updated print/web2c to 2016
Updated print/xdvik to 22.87.03
Updated print/xetex to 0.99996
Updated print/xpdfopen to 0.86nb1
Updated print/tex-IEEEtran{,-doc} to 1.8b
Updated print/tex-abc{,-doc} to 2.0b
Updated print/tex-aleph to 0.2.40768
Updated print/tex-algorithm2e{,-doc} to 5.1
Updated print/tex-algorithms{,-doc} to 0.1
Updated print/tex-amsmath{,-doc} to 2.15b
Updated print/tex-babel{,-doc} to 3.9r
Updated print/tex-babel-bosnian to 1.1
Updated print/tex-babel-estonian to 1.1a
Updated print/tex-babel-french to 3.2c
Updated print/tex-babel-friulan to 1.3
Updated print/tex-babel-greek to 1.9f
Updated print/tex-babel-hungarian to 1.5c
Updated print/tex-babel-icelandic to 1.2b
Updated print/tex-babel-latin to 3.5
Updated print/tex-babel-russian to 1.3h
Updated print/tex-babel-spanish to 5.0p
Updated print/tex-babel-vietnamese to 1.4
Updated print/tex-babel-welsh to 1.1a
Updated print/tex-biblatex{,-doc} to 3.4
Updated print/tex-booktabs{,-doc} to 1.618033
Updated print/tex-breqn to 0.98d
Updated print/tex-caption{,-doc} to 20160202
Updated print/tex-chess-problem-diagrams{,-doc} to 1.12
Updated print/tex-cjk-gs-integrate{,-doc} to 20160115.0
Updated print/tex-cjk-ko{,-doc} to 1.8
Updated print/tex-cjkpunct{,-doc} to 4.8.4
Updated print/tex-context{,-doc} to 2016
Updated print/tex-csplain to 2016
Updated print/tex-csquotes{,-doc} to 5.1g
Updated print/tex-ctable to 1.31
Updated print/tex-cweb{,-doc} to 3.64af
Updated print/tex-datatool{,-doc} to 2.25
Updated print/tex-dvipdfmx{,-doc} to 2016
Updated print/tex-dvipdfmx-def to 4.08
Updated print/tex-dvips{,-doc} to 2016
Updated print/tex-eplain{,-doc} to 3.8
Updated print/tex-etex-pkg{,-doc} to 2.6
Updated print/tex-europasscv{,-doc} to 2016
Updated print/tex-fix2col{,-doc} to 0.04
Updated print/tex-font-change{,-doc} to 2015.2
Updated print/tex-glossaries{,-doc} to 4.23
Updated print/tex-graphics{,-doc} to 1.0r
Updated print/tex-hausarbeit-jura{,-doc} to 1.4
Updated print/tex-hyperref{,-doc} to 6.83n
Updated print/tex-hyph-utf8{,-doc} to 2016
Updated print/tex-hyphen-afrikaans to 2016
Updated print/tex-hyphen-ancientgreek to 2016
Updated print/tex-hyphen-arabic to 2016
Updated print/tex-hyphen-armenian to 2016
Updated print/tex-hyphen-base to 2016
Updated print/tex-hyphen-basque to 2016
Updated print/tex-hyphen-bulgarian to 2016
Updated print/tex-hyphen-catalan to 2016
Updated print/tex-hyphen-chinese to 2016
Updated print/tex-hyphen-coptic to 2016
Updated print/tex-hyphen-croatian to 2016
Updated print/tex-hyphen-czech to 2016
Updated print/tex-hyphen-danish to 2016
Updated print/tex-hyphen-dutch to 2016
Updated print/tex-hyphen-english to 2016
Updated print/tex-hyphen-esperanto to 2016
Updated print/tex-hyphen-estonian to 2016
Updated print/tex-hyphen-ethiopic to 2016
Updated print/tex-hyphen-farsi to 2016
Updated print/tex-hyphen-finnish to 2016
Updated print/tex-hyphen-french to 2016
Updated print/tex-hyphen-friulan to 2016
Updated print/tex-hyphen-galician to 2016
Updated print/tex-hyphen-georgian to 2016
Updated print/tex-hyphen-german to 2016
Updated print/tex-hyphen-greek to 2016
Updated print/tex-hyphen-hungarian to 2016
Updated print/tex-hyphen-icelandic to 2016
Updated print/tex-hyphen-indic to 2016
Updated print/tex-hyphen-indonesian to 2016
Updated print/tex-hyphen-interlingua to 2016
Updated print/tex-hyphen-irish to 2016
Updated print/tex-hyphen-italian to 2016
Updated print/tex-hyphen-kurmanji to 2016
Updated print/tex-hyphen-latin to 3.1.2016
Updated print/tex-hyphen-latvian to 2016
Updated print/tex-hyphen-lithuanian to 2016
Updated print/tex-hyphen-mongolian to 2016
Updated print/tex-hyphen-norwegian to 2016
Updated print/tex-hyphen-piedmontese to 2016
Updated print/tex-hyphen-polish to 3.0a.2016
Updated print/tex-hyphen-portuguese to 2016
Updated print/tex-hyphen-romanian to 2016
Updated print/tex-hyphen-romansh to 2016
Updated print/tex-hyphen-russian to 2016
Updated print/tex-hyphen-sanskrit to 2016
Updated print/tex-hyphen-serbian to 1.0a.2016
Updated print/tex-hyphen-slovak to 2016
Updated print/tex-hyphen-slovenian to 2016
Updated print/tex-hyphen-spanish to 4.5.2016
Updated print/tex-hyphen-swedish to 2016
Updated print/tex-hyphen-thai to 2016
Updated print/tex-hyphen-turkish to 2016
Updated print/tex-hyphen-turkmen to 2016
Updated print/tex-hyphen-ukrainian to 2016
Updated print/tex-hyphen-uppersorbian to 2016
Updated print/tex-hyphen-welsh to 2016
Updated print/tex-ifluatex{,-doc} to 1.4
Updated print/tex-koma-script to 3.20
Updated print/tex-kotex-oblivoir{,-doc} to 2.1.7
Updated print/tex-kotex-plain{,-doc} to 2.1.1.a
Updated print/tex-kotex-utf{,-doc} to 2.1.2
Updated print/tex-kotex-utils{,-doc} to 2.1.0
Updated print/tex-kpathsea{,-doc} to 2016
Updated print/tex-latex{,-doc} to 2016
Updated print/tex-latex-bin to 2016
Updated print/tex-latexconfig to 2016
Updated print/tex-leaflet{,-doc} to 1.1a
Updated print/tex-lettrine{,-doc} to 1.9
Updated print/tex-lollipop{,-doc} to 1.06
Updated print/tex-luatex to 0.95
Updated print/tex-mathtools to 1.18
Updated print/tex-media9{,-doc} to 0.68
Updated print/tex-memoir{,-doc} to 3.7f
Updated print/tex-mhchem{,-doc} to 4.04
Updated print/tex-microtype{,-doc} to 2.6a
Updated print/tex-minted{,-doc} to 2.1
Updated print/tex-musixtex{,-doc} to 1.22
Updated print/tex-oberdiek{,-doc} to 2016
Updated print/tex-pageslts to 1.2f
Updated print/tex-paralist{,-doc} to 2.5
Updated print/tex-pdfcomment{,-doc} to 2.3b
Updated print/tex-pdfpages{,-doc} to 0.5f
Updated print/tex-pdftex{,-doc} to 2016
Updated print/tex-pgf{,-doc} to 3.0.1a
Updated print/tex-pgfplots{,-doc} to 1.13
Updated print/tex-pict2e{,-doc} to 0.3b
Updated print/tex-plain to 3.141592653.40274
Updated print/tex-polyglossia{,-doc} to 1.42.4
Updated print/tex-powerdot to 1.5a
Updated print/tex-preview{,-doc} to 11.89
Updated print/tex-ptex to 3.2pl41220
Updated print/tex-realscripts{,-doc} to 0.3d
Updated print/tex-schwalbe-chess{,-doc} to 2.1
Updated print/tex-showlabels{,-doc} to 1.7
Updated print/tex-siunitx{,-doc} to 2.6q
Updated print/tex-sttools{,-doc} to 1.8
Updated print/tex-tetex{,-doc} to 3.0.41059
Updated print/tex-tex4ht{,-doc} to 2016
Updated print/tex-texinfo to 5.1.40618
Updated print/tex-texlive-scripts to 2016
Updated print/tex-texlive.infra to 2016
Updated print/tex-titlesec{,-doc} to 2.10.2
Updated print/tex-tools{,-doc} to 2016
Updated print/tex-toptesi{,-doc} to 5.91
Updated print/tex-udesoftec{,-doc} to 1.5.2
Updated print/tex-xcjk2uni{,-doc} to 0.6
Updated print/tex-xcolor{,-doc} to 2.12
Updated print/tex-xetex{,-doc} to 2016
Updated print/tex-xetex-def to 4.08
Updated print/tex-xetexconfig to 2016
Updated print/tex-xltxtra{,-doc} to 0.6
Added print/tex-pbibtex-base{,-doc} version 0.0.2016
Added print/tex-ptex-base{,-doc} version 0.0.2016
Added print/tex-tex-ini-files{,-doc} version 2016
Added print/tex-unicode-data{,-doc} version 1.4a
Added print/tex-updmap-map version 2016
Problems found locating distfiles:
Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz
Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz
Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz
Package dvidvi: missing distfile dvidvi-1.0.tar.gz
Package lgrind: missing distfile lgrind.tar.bz2
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if
\pdfinclusionerrorlevel is negative; sync with xpdf 3.04.
LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal
random number generator and other places.
XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling
to xetex; internal XDV opcodes changed.
MetaPost: New numbersystem binary; new Japanese-enabled upmpost and
updvitomp programs, analogous to up*tex.
Infrastructure: The fmtutil script has been reimplemented to read
fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts
(including mktexlsr, mktextfm, mktexpk) now prefer programs in their own
directory, instead of always using the existing PATH.
Changes:
- Default is not to cache image files.
- back to using -dEPSCrop instead of -sPAPERSIZE=a0, in conjunction with
changes to dvipdfmx.def and xetex.def.
- speed up inclusion of eps figures.
- Make sure CMapName of embedded CMaps does not contain slashes.
- support large truetype fonts which are strictly speaking out of spec,
idx > 32767.
Changes:
* dvi.c, dvi.h, dvipdfmx.c, spc_pdfm.c:
Implemented a new special \special{pdf: minorversion num} which
will override the value given either by the configuration file
or by the command line option; requested by Karl Berry.
* cidtype2.c:
Assume that the output encoding of CMap files is UTF-16, not UCS2
as the recent Adobe-Japan1-UCS2 shows; reported by Haruhiko Okumura
and the patch were prepared by Akira Kakuto.
* pngimage.c:
Made PNG code work with libpng14, as suggested by Karl Berry.
* type1.c:
Fixed bug caused by fonts without data for private dictionary.
(The private dictionary was omitted instead of inserting an
empty dictionary.) This caused problems with Acrobat Reader, for
example with the dsrom10 font. Bug reported by Vladimir Vlasov.
* dvipdfmx.c, pdfdoc.c, pdfobj.h, pdfobj.c, pdfencrypt.h, pdfenctypr.c:
Now the trailer always contains ID array to work Screen annotations
under Adobe Reader 9.
* dvipdfmx.c:
Turn on quiet mode earlier if "-q" option is given.
* spc_dvips.c:
Fixed bug in "ps: plotfile" special, found by Alexander Bostroem.
* man/extractbb.1, man/Makefile.am, Makefile.am, configure.in:
Added man page for extractbb in new directory man. This
addresses Debian bug #512357 and a request by Karl Berry.
Major changes:
- Add -E option that enables DVIPDFM emulation mode in DVIPDFMx.
- Don't try to convert included PDF files whose version number
is higher than output file version. (If run as dvipdfm,
conversion still occurs.)
- Added dvipdfm compatibility mode. This mode is triggered
if dvipdfmx is called as "dvipdfm", and likewise extractbb
as "ebb". (The latter mode was already present.)
- Made predefined paper sizes match values given by libpaper.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
Changes since 20050831:
- Xref and object stream were implemented for PDF v1.5 or higher to reduce the
size of the PDF output.
- New program "xbb" is included, which generates ".xbb" file containing the
bounding box information. For bitmap images, DVIPDFMx generates the same
result as pdfTeX if ".xbb" is used, and as DVIPDFM if ".bb" is used.
- Many bug fixes.
the pkglint warning:
As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name
should indicate plural.
This does make the variables a bit more suggestive of the fact that they
hold lists of values.
INSTALL/DEINSTALL script creation within pkgsrc.
If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts. If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:
INSTALL_SRC= ${PKGDIR}/INSTALL
DEINSTALL_SRC= # emtpy
As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts. By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).
In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework. The only public variables relating to the templates are:
INSTALL_SRC INSTALL_TEMPLATE
DEINSTALL_SRC DEINSTALL_TEMPLATE
HEADER_TEMPLATE
The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
and return it as int, since subtracting of pointers to incomplete types
is not defined (FILE on DragonFly) or the result might be a multiple of
INT_MAX (LP64). Bump revision.
bump PKGREVISION where necessary
Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to
teTeX?/buidlink3.mk, so that packages may include
print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not
allow that)
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove
ghostscript.mk. This change removes a rather out-dated file from
pkgsrc and switches packages to use the more compact implementation
of the Ghostcript-handling inside the tools framework.
Major changes since 20031116:
- bug fixes in subfont scheme or TrueType fonts with CIDType2 format.
- embedded ICC profile support for JPEG and PNG.
- Accept "unicode" encoding keyword in fontmap files for TrueType and
Type1 fonts.