TeX Live and MacTeX ⇒ TeX Live Releases
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
TeX Live Releases
[1] Acquiring TeX Live as an ISO image - TeX Users Group
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
TeX Live Releases
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
TeX Live Releases
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
TeX Live Releases
-
tlmgr
supports updates from multiple network repositories. The section on multiple repositories in thetlmgr
help output has more. - The parameter
\XeTeXdashbreakstate
is set to1
by default, for both XeTeX and XeLaTeX. This allows line breaks after em-dashes and en-dashes, which has always been the behavior of plain TeX, LaTeX, LuaTeX, etc. Existing XeTeX documents which must retain perfect line-break compatibility will need to set\XeTeXdashbreakstate
to0
explicitly. - The output files generated by pdfTeX and DviPs, among others, can now exceed 2GB.
- The 35 standard PostScript fonts are included in the output of DviPs by default, since so many different versions of them are extant.
- In the restricted
\write18
execution mode, set by default, MPost is now an allowed program. - A
texmf.cnf
file is also found in../texmf-local
, e.g.,/usr/local/texlive/texmf-local/web2c/texmf.cnf
, if it exists. - The
updmap
script reads a per-treeupdmap.cfg
instead of one global config. This change should be invisible, unless you edited yourupdmap.cfg
’s directly. Theupdmap –help
output has more. - Platforms: armel-linux and mipsel-linux added; sparc-linux and i386-netbsd are no longer in the main distribution, but are available for installation as custom binaries, along with a variety of other platforms: http://tug.org/texlive/custom-bin.html.
In the meantime the DVD image has finally made its way onto the mirror servers.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
TeX Live Releases
- Distribution layout: the top-level texmf/ directory has been merged into texmf-dist/, for simplicity. Both the TEXMFMAIN and TEXMFDIST Kpathsea variables now point to texmf-dist.
- Many small language collections have been merged together, to simplify installation.
- MetaPost: native support for PNG output and floating-point (IEEE double) has been added.
- LuaTeX: updated to Lua 5.2, and includes a new library (pdfscanner) to process external PDF page content, among much else (see its web pages).
- XeTeX (also see its web pages for more):
- The HarfBuzz library now used for font layout instead of ICU. (ICU is still used to support input encodings, bidirectionality, and the optional Unicode line breaking.)
- Graphite2 and HarfBuzz are used instead of SilGraphite for Graphite layout.
- On Macs, Core Text is used instead of the (deprecated) ATSUI.
- Prefer TrueType/OpenType fonts to Type1 when the names are the same.
- Fix occasional mismatch in font finding between XeTEX and xdvipdfmx.
- Support OpenType math cut-ins.
- xdvi: now uses FreeType instead of t1lib for rendering.
- microtype: some support for XeTeX (protrusion) and LuaTeX (protrusion, font expansion, tracking), among other enhancements.
- tlmgr: new pinning action to ease configuring multiple repositories; that section in tlmgr --help has more, online at http://tug.org/texlive/doc/tlmgr.html#M ... POSITORIES.
- Platforms: armhf-linux, mips-irix, i386-netbsd, and amd64-netbsd added or revived; powerpc-aix removed. Support for some additional platforms is available as custom binaries (http://tug.org/texlive/custom-bin.html). In addition, some platforms are omitted from the DVD (simply to save space), but can be installed normally over the net.