Path to this page:
./
print/tex-latex,
TeX macro package that defines LaTeX
Branch: CURRENT,
Version: 20221101.1,
Package name: tex-latex-20221101.1,
Maintainer: minskimLaTeX is a widely-used macro package for TeX, providing many basic
document formating commands extended by a wide range of packages. It
is a development of Leslie Lamport's original LaTeX 2.09, and
superseded the older system in June 1994. This package includes
a bunch of required packages, which LaTeX authors are "entitled to
assume" will be present on any system running LaTeX.
Required to run:[
print/kpathsea] [
print/tex-pdftex] [
print/tex-luatex] [
fonts/tex-latex-fonts] [
print/tex-latexconfig] [
print/tex-hypdoc]
Master sites: (Expand)
Version history: (Expand)
- (2023-04-09) Updated to version: tex-latex-20221101.1
- (2022-09-05) Updated to version: tex-latex-20220601.5nb1
- (2022-09-01) Updated to version: tex-latex-20220601.5
- (2022-04-15) Updated to version: tex-latex-20211115.1
- (2021-02-13) Updated to version: tex-latex-20201001.4
- (2020-05-10) Updated to version: tex-latex-20200202.5
CVS history: (Expand)
2023-04-09 07:37:30 by Mark Davies | Files touched by this commit (5) |  |
Log message:
tex-latex{,-doc}: update to 20221101.1
changes unknown
|
2022-09-04 22:53:37 by Mark Davies | Files touched by this commit (1) |
Log message:
tex-latex: add dependency on tex-hypdoc
|
2022-09-01 06:28:24 by Mark Davies | Files touched by this commit (6) |  |
Log message:
tex-latex{,-doc}: update to 20220601.5
changes unknown
|
2022-04-15 05:45:24 by Mark Davies | Files touched by this commit (7) |  |
Log message:
tex-latex{,-doc}: update to 20211115.1
changes unknown
|
2021-10-26 13:15:15 by Nia Alarie | Files touched by this commit (1670) |
Log message:
print: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:52:04 by Nia Alarie | Files touched by this commit (1670) |
Log message:
print: Remove SHA1 hashes for distfiles
|
2021-02-13 06:22:01 by Mark Davies | Files touched by this commit (6) |  |
Log message:
tex-latex{,-doc}: update to 20201001.4
changes unknown
|
2020-05-10 05:56:45 by Mark Davies | Files touched by this commit (190) |  |
Log message:
texlive: update to 2020
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.
|