summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-rw-r--r--systems/doc/dvipdfmx/dvipdfmx.pdfbin261192 -> 267377 bytes
-rw-r--r--systems/doc/dvipdfmx/dvipdfmx.tex232
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl5
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb86
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.md52
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha5122
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc14
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.xzbin2202352 -> 2202080 bytes
-rw-r--r--systems/win32/miktex/tm/packages/next/pr.ini8
-rw-r--r--systems/win32/miktex/tm/packages/pr.ini8
-rw-r--r--systems/win32/w32tex/ChangeLog26
11 files changed, 211 insertions, 172 deletions
diff --git a/systems/doc/dvipdfmx/dvipdfmx.pdf b/systems/doc/dvipdfmx/dvipdfmx.pdf
index c3f78cec08..b90f89cc97 100644
--- a/systems/doc/dvipdfmx/dvipdfmx.pdf
+++ b/systems/doc/dvipdfmx/dvipdfmx.pdf
Binary files differ
diff --git a/systems/doc/dvipdfmx/dvipdfmx.tex b/systems/doc/dvipdfmx/dvipdfmx.tex
index b346ef1315..bc74c79c02 100644
--- a/systems/doc/dvipdfmx/dvipdfmx.tex
+++ b/systems/doc/dvipdfmx/dvipdfmx.tex
@@ -102,7 +102,7 @@
\begin{raggedleft}
{\Huge\bfseries The Dvipdfmx User's Manual}\\[\baselineskip]
\Large The Dvipdfmx Project Team\\
- December 23, 2018\par
+ June 7, 2020\par
\end{raggedleft}
\end{titlepage}
@@ -116,14 +116,14 @@ The \dvipdfmx\ (formerly \dvipdfm-cjk) project provides an extended version of
the \dvipdfm, a DVI to PDF translator developed by Mark~A.~Wicks.
The primary goal of this project is to support multi-byte character encodings
-and large character sets such as for East Asian languages.
+and large character sets such as those for East Asian languages.
This project started as a combined work of the \dvipdfm-jpn project by
Shunsaku Hirata and its modified one, \dvipdfm-kor, by Jin-Hwan Cho.
Extensions to \dvipdfm\ include,
\begin{itemize}
- \item Support for OpenType and TrueType font, including partial support
- for the OpenType Layout for finding glyph variants and vertical writing.
+ \item Support for OpenType and TrueType fonts, including partial support
+ for OpenType Layout features for glyph variants and for vertical writing.
\item Support for CJK-\LaTeX\ and H\LaTeX\ with Subfont Definition Files.
\item Support for various legacy multi-byte encodings via PostScript CMap
Resources.
@@ -136,7 +136,7 @@ Extensions to \dvipdfm\ include,
conversion and PDF object stream.
\item Advanced raster image support including alpha channels, embedded
ICC profiles, 16-bit bit-depth colors, and so on.
- \item Basic PDF password security support for PDF output.
+ \item Basic PDF password security support. (only for output)
\end{itemize}
Some important features are still missing:
\begin{itemize}
@@ -157,7 +157,7 @@ development sources for \TeX\ Live, see,\medskip
This document, ``The \dvipdfmx\ User's Manual'', was originally prepared for
\TeX\ Live 2017. Current maintainer of this document is Shunsaku Hirata.
-Latest version and contact information can be found at:\medskip
+The latest version and contact information can be found at:\medskip
\url{http://github.com/shirat74/dvipdfm-x-doc}
\medskip
@@ -214,11 +214,12 @@ available from the CTAN site mentioned above for basic usage.
Some additional command line options recognized by \dvipdfmx\ are listed in
Table~\ref{TABLE:options}. In addition to this, the \code{-V} option for specifying
-the output PDF version now accepts the version specification of a form \code{2.0}. Try
+the output PDF version now accepts the version specification of a form \code{2.0}.
+Please try
\begin{lstlisting}
dvipdfmx --help
\end{lstlisting}
-for the list of command line options and their explanations.
+for a (complete) list of command line options and their explanations.
\begin{table}
\centering
@@ -235,10 +236,16 @@ for the list of command line options and their explanations.
flags.
See, section of ``\hyperref[SEC:encryption]{Encryption Support}''.
The default value is \code{0x003C}.\\
- \code{-I} \textit{number} & Life of image cache in hours. By specifying
- value \code{0} \dvipdfmx\ erases cached images, and value \code{-1}
- erases all cached images and does not leave newly generated one. The
- default value is \code{-2}. (ignore image cache) \\
+ \code{-I} \textit{number} & Life of image cache in hours, relevant only when
+ an image not directly supported by \dvipdfmx\ is used thus an external
+ program is invoked to convert it to a PDF format intermediate file.
+ This option basically specifies how long such intermediate files are preserved
+ and reused. (to avoid an external program is invoked again and again whenever
+ \dvipdfmx\ tries to include images)
+ By specifying a value of \code{0}, \dvipdfmx\ erases existing cached images,
+ and the value \code{-1} tells \dvipdfmx\ to erase all cached images and not to
+ leave newly generated one. And \code{-2} indicates ``ignore image cache``.
+ The default value is \code{-2}.\\
\code{-M} & Process \MP\ generated PostScript file.\\
\code{-E} & Always try to embed fonts \emph{regardless of
licensing}.\\
@@ -252,10 +259,12 @@ for the list of command line options and their explanations.
\section{Quick Guide}
-\dvipdfmx\ is supposed to be used by users of \LaTeX\ packages for typesetting
-CJK languages like H\LaTeX\ and CJK-\LaTeX, and \TeX\ variants such as \XeTeX,
-p\TeX, and up\TeX.
-This section is intended to be a quick guide for each users.
+As the primary goal of \dvipdfmx\ is to support multi-byte character encodings
+and large character sets, its primary users are expected to be users of
+\LaTeX\ packages for typesetting CJK languages such as H\LaTeX\ and CJK-\LaTeX,
+and users of extended \TeX\ variants which is capable of handling those
+languages, like \XeTeX, p\TeX, and up\TeX.
+This section provides a ``Quick Guide'' for those users.
\subsection{\texorpdfstring{\XeTeX}{XeTeX}}
@@ -366,15 +375,88 @@ To use TrueType Arphic fonts provided by the \package{arphic-ttf} package:
\end{lstlisting}
Here, \code{pdf:mapline} special is used to setup a font-mapping.
-\section{Auxiliary Files}\label{SEC:auxfiles}
+\section{Overview of Extensions}
+
+This section gives a quick overview of \dvipdfmx's extended capabilities.
+
+\subsection{CJK Support}
+
+There are many extensions made for supporting CJK languages. Features described
+here are mainly for CJK languages. However, those features are implemented in a
+more generic way and hence they can be also beneficial to users who are not
+involved in CJK languages.
+
+\subsubsection{Legacy Multi-byte Encodings}
+
+\dvipdfmx\ has an extensible support for multi-byte encodings by means of PostScript
+CMap Resources. Just like various 8-bit encodings can be supported via \code{enc} file,
+various multi-byte encodings (including custom one) can be supported by preparing
+CMap files.
+See, Adobe's technical notes\cite{ADOBE} for details on PostScript CMap Resources.
-This section is mostly for supporting legacy encodings and legacy font format
-such as PostScript Type1 font. \XeTeX\ users may skip this section.
+\subsubsection{Vertical Writing}
-\dvipdfmx\ has a capacity to handle various input encodings from 7-bit
-encodings to variable-width multi-byte encodings. It also has some sort of
-Unicode support. Several auxiliary files which are not common to \TeX\ users
-are needed to enable those features. This section shortly describes about them.
+\dvipdfmx\ supports the vertical writing extension used by p\TeX\ and up\TeX.
+A DVI instruction to set the writing mode is supported. The OpenType Layout
+GSUB Feature is supported for selecting vertical version of glyphs.
+
+\begin{figure}
+\centering
+\jphoritext\hspace{24pt}\jpverttext%
+\caption{An example of horizontal and vertical text;
+left and right corner brackets are replaced with their vertical counterparts.}%
+\label{FIG:verttext}
+\end{figure}
+
+\subsection{Unicode Support}
+
+Unicode support here consists of two parts: Supporting Unicode as an input
+encoding and making output PDF files ``Unicode aware'' (``ToUnicode CMap Support'').
+
+\subsubsection{Unicode as Input Encoding}
+
+\dvipdfmx\ recognizes an additional keyword \code{unicode} in the encoding entry of
+fontmap file, which declares that character code used in input DVI files for fonts
+with this keyword specified should be regarded as Unicode values. Unicode support is
+basically limited to the Basic Multilingual Plane (BMP) since there are no
+support for code ranges that requires more than two bytes in TFM and extended
+TFM formats.
+
+\subsubsection{ToUnicode CMap Support}
+
+In PDF, it is often the case that text is not encoded in Unicode.
+However, modern applications usually want them represented in Unicode to make
+it usable as text information.
+The ToUnicode CMap is a bridge between PDF text string encodings and Unicode
+encodings, and makes it possible to extract text in PDF files as
+Unicode encoded strings. It is important to make resulting PDF search-able and
+copy-and-past-able. Dvipdfmx supports auto-creation of ToUnicode CMaps.
+
+It will not work properly for multiply encoded glyphs due to fundamental
+limitations of Unicode conversion mechanism with ToUnicode CMaps.
+
+\subsection{Other Extensions}
+
+\dvipdfmx\ can generate encrypted PDF documents to protect its contents from
+unauthorized access. It is limited to password-based authentication, and
+public-key based authentication is not supported. The 256-bit AES encryption is
+also supported for PDF version 1.7 and 2.0 setting although it may not be supported
+by PDF viewers.
+
+There are various other improvements over \dvipdfm. The most notable one is
+more improved PDF input and output support: The cross-reference stream and
+object stream introduced in \lnum{PDF-1.5} are also supported.
+
+\chapter{Auxiliary Files}\label{SEC:auxfiles}
+
+This chapter describes various auxiliary files required for supporting legacy encodings
+and legacy font format such as PostScript Type1 font.
+\XeTeX\ users may skip this chapter.
+
+\dvipdfmx\ can handle various input encodings, from 7-bit encodings to variable-width
+multi-byte encodings. It also has some sort of Unicode support.
+Several auxiliary files which are not common to \TeX\ users are needed to utilize those
+features. This chapter shortly describes about those auxiliary files.
\subsection{PostScript CMap Resources}
@@ -446,77 +528,6 @@ They should be found in the same directory as ordinary CMap files.
ToUnicode Mapping files are included in the \package{adobemapping} package.
Those files are not required for \XeTeX\ users.
-\section{Overview of Extensions}
-
-This section gives a quick overview of \dvipdfmx's extended capabilities.
-
-\subsection{CJK Support}
-
-There are many extensions made for supporting CJK languages. Features described
-here is mainly for CJK languages but their use is actually not limited to it.
-Those features are implemented in a generic way so that it can be beneficial to
-users who are not involved in CJK languages.
-
-\subsubsection{Legacy Multi-byte Encodings}
-
-\dvipdfmx\ has an extensible support for encodings by means of
-PostScript CMap Resources. Just like \code{enc} files are written for 8-bit
-encodings, one can write their own CMap files to support custom encodings.
-See, Adobe's technical notes\cite{ADOBE} for details on PostScript CMap Resources.
-
-\subsubsection{Vertical Writing}
-
-\dvipdfmx\ supports the vertical writing extension used by p\TeX\ and up\TeX.
-A DVI instruction to set the writing mode is supported. The OpenType Layout
-GSUB Feature is supported for selecting vertical version of glyphs.
-
-\begin{figure}
-\centering
-\jphoritext\hspace{24pt}\jpverttext%
-\caption{An example of horizontal and vertical text;
-left and right corner brackets are replaced with their vertical counterparts.}%
-\label{FIG:verttext}
-\end{figure}
-
-\subsection{Unicode Support}
-
-Unicode support here consists of two parts: Supporting Unicode as an input
-encoding and making output PDF files ``Unicode aware''.
-
-\subsubsection{Unicode as Input Encoding}
-
-\dvipdfmx\ recognizes an additional keyword \code{unicode} in fontmap files
-to declare that Unicode values are used in the input DVI file. Unicode support is
-basically limited to the Basic Multilingual Plane (BMP) since there are no
-support for code ranges that requires more than three bytes in TFM and extended
-TFM formats.
-
-\subsubsection{ToUnicode CMap Support}
-
-In PDF, it is often the case that text is not encoded in Unicode.
-However, modern applications usually want them represented in Unicode to make
-it usable as text information.
-The ToUnicode CMap is a bridge between PDF text string encodings and Unicode
-encodings, and makes it possible to extract text in PDF files as
-Unicode encoded strings. It is important to make resulting PDF search-able and
-copy-and-past-able. Dvipdfmx supports auto-creation of ToUnicode CMaps.
-
-It will not work properly for multiply encoded glyphs due to fundamental
-limitations of Unicode conversion mechanism with ToUnicode CMaps.
-
-\subsection{Other Extensions}
-
-\dvipdfmx\ can generate encrypted PDF documents to protect its contents from
-unauthorized access. It is limited to password-based authentication, and
-public-key based authentication is not supported. The 256-bit AES encryption is
-also supported for PDF version 1.7 and 2.0 setting although it may not be supported
-by PDF viewers.
-
-There are various other improvements over \dvipdfm. The most notable one is
-more improved PDF input and output support: The cross-reference stream and
-object stream introduced in \lnum{PDF-1.5} are also supported.
-
-
\chapter{Graphics}\label{SEC:graphics}
\section{Image Inclusion}
@@ -643,21 +654,19 @@ streams and object streams introduced in \lnum{PDF-1.5}.
\dvipdfmx\ also supports inclusion of PDF pages other than the first page.
However, tagged PDF may cause problems and annotations are not kept.
-As there are no clear way to determine the natural extent of the graphics content
-to be clipped, \dvipdfmx\ preferably try to find the \emph{crop box} to decide
-image size. If there are no crop box \emph{explicitly} specified,%
-\footnote{There are some accusations by Japanese \TeX\ users as
-''violating the PDF spec.'' regarding this point. However, what we are
-talking about is how to guess the \emph{natural} or \emph{intended} size of
-images but not the default value of the PDF crop box itself.} then it
-tries to refer other boundary boxes such as the \emph{art box}. If there are no
-possible boundaries of the graphics content explicitly specified, the \emph{media box},
-which is the boundaries of the physical medium on which the page is to be printed,
-is used as the last resort.
+As there is no clear way to determine the natural extent of a graphics contents
+to be clipped, \dvipdfmx\ first try to find if there is any \emph{crop box}
+explicitly specified, to determine image size. If not, then it tries to refer
+other boundary boxes such as the \emph{art box} which can be used for defining
+the extent of the page's meaningful content as suggested by the PDF Reference.\cite{ADOBE}
+If there is no such page boundaries explicitly specified, useful for estimating
+the intended size of the graphics contents, the \emph{media box}, which is the
+boundaries of the physical medium on which the page is to be printed, is used as
+the last resort.
The \code{pdf:image} special supports additional keys, ``\code{page}'' and
``\code{pagebox}''. The \code{page} key takes an integer value representing
-the page number of PDF page to be included, and the \code{pagebox} takes one
+the page number of the PDF page to be included, and the \code{pagebox} takes one
of the keywords \code{mediabox}, \code{cropbox}, \code{artbox}, \code{bleedbox},
or \code{trimbox} for selecting page's boundary box to be used. For example,
\begin{lstlisting}
@@ -1049,10 +1058,13 @@ otherwise it will be ignored.
A custom file identifier (the \code{ID} entry in the trailer dictionary)
can be specified via \code{pdf:trailerid} special as
\begin{lstlisting}
-pdf:trailerid [(0123456789abcdef) (0123456789abcdef)]
+pdf:trailerid [
+ <00112233445566778899aabbccddeeff>
+ <00112233445566778899aabbccddeeff>
+]
\end{lstlisting}
-An array of two 16-byte PDF string objects must be supplied as
-a file identifier. This special command must appear on the first page.
+An array of two 16-byte PDF string objects (hexadecimal notion is used in the above example)
+must be supplied as a file identifier. This special command must appear on the first page.
\subsubsection{Encryption}
@@ -1855,7 +1867,7 @@ use of it is deprecated.
\subsection{Specifying Unicode Plane}
-As there are no existing TFM formats supporting 3-byte or 4-byte character
+As there is no existing TFM format supporting 3-byte or 4-byte character
encodings, the only way to use Unicode characters other than the BMP is to
map the code range 0-65535 to different planes via (e.g., to plane 1)
the \option{-p 1} fontmap option. This option is
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index 91a22ec168..762379f4ea 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -21,7 +21,6 @@ $mirrors = {
'http://mirrors.ustc.edu.cn/CTAN/' => 1,
'https://mirror.bjtu.edu.cn/CTAN/' => 1,
'https://mirrors.aliyun.com/CTAN/' => 1,
- 'https://mirrors.bfsu.edu.cn/CTAN/' => 1,
},
'Hong Kong' => {
'https://mirror-hk.koddos.net/CTAN/' => 1,
@@ -124,9 +123,6 @@ $mirrors = {
'http://ftp.snt.utwente.nl/pub/software/tex/' => 1,
'http://mirror.koddos.net/CTAN/' => 1,
},
- 'Norway' => {
- 'http://ctan.uib.no/' => 1,
- },
'Poland' => {
'ftp://ftp.gust.org.pl/TeX/' => 1,
'http://sunsite.icm.edu.pl/pub/CTAN/' => 1,
@@ -177,7 +173,6 @@ $mirrors = {
'http://ctan.math.utah.edu/ctan/tex-archive/' => 1,
'http://ctan.math.washington.edu/tex-archive/' => 1,
'http://ctan.mirrors.hoobly.com/' => 1,
- 'http://mirror.las.iastate.edu/tex-archive/' => 1,
'http://mirror.utexas.edu/ctan/' => 1,
'http://mirrors.concertpass.com/tex-archive/' => 1,
'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1,
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index 27845046f5..c6d7ddaa56 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
@@ -26,7 +26,7 @@ depend container_split_src_files/1
depend frozen/0
depend minrelease/2016
depend release/2020
-depend revision/55611
+depend revision/55621
name 00texlive.image
category TLCore
@@ -4216,7 +4216,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 55593
+revision 55613
shortdesc TeX Live standalone installer package
longdesc This package defines the files to go into the installer
longdesc archives (install-tl-unx.tar.gz, install-tl.zip) built by the
@@ -54040,7 +54040,7 @@ catalogue-version 9.3
name circuitikz
category Package
-revision 55203
+revision 55620
shortdesc Draw electrical networks with TikZ
relocated 1
longdesc The package provides a set of macros for naturally typesetting
@@ -54049,11 +54049,11 @@ longdesc networks. It is designed as a tool that is easy to use, with a
longdesc lean syntax, native to LaTeX, and directly supporting PDF
longdesc output format. It has therefore been based on the very
longdesc impressive PGF/TikZ package.
-containersize 123452
-containerchecksum f153e86b6d6f7631a3e302440f5ce1324a8ee129c83c1f3b5a3f2dfc72aef7cffaae320c33dd4f18b69c5c56dafa575c753bfb0a0915b12669021413a1b946dc
-doccontainersize 1061508
-doccontainerchecksum 60a928b38513d01be4974782bda74e35621ef54ec928c03b7123f3a743cb28686a570fa804cb3ced2ec3660b74a0e6dce9e8765391922096ae54d0fc5f91a946
-docfiles size=340
+containersize 129012
+containerchecksum be2cfcf30cb83f0afe3125fdcb4145d086404040029d8931619a49285e980a2017dea8ced19eee235f8f659209d47fde6e717c77acadf951906506a91bb3668d
+doccontainersize 1089192
+doccontainerchecksum 8eaca8959f1e182d54c4adb1ff2e52e30217f32e7f29ebd2cf9379538bdc74711e1698ce10b3baaac7a7a5b6b64eed01f6107fce24848f7f9d80aa1934c55611
+docfiles size=352
RELOC/doc/context/third/circuitikz/circuitikz-context.pdf
RELOC/doc/context/third/circuitikz/circuitikz-context.tex
RELOC/doc/generic/circuitikz/CHANGELOG.md
@@ -54063,11 +54063,12 @@ docfiles size=340
RELOC/doc/latex/circuitikz/circuitikzmanual.tex
RELOC/doc/latex/circuitikz/compatibility.tex
RELOC/doc/latex/circuitikz/ctikzmanutils.sty
-runfiles size=1845
+runfiles size=2308
RELOC/tex/context/third/circuitikz/t-circuitikz-0.8.3.tex
RELOC/tex/context/third/circuitikz/t-circuitikz-0.9.3.tex
RELOC/tex/context/third/circuitikz/t-circuitikz-0.9.6.tex
RELOC/tex/context/third/circuitikz/t-circuitikz-1.0.tex
+ RELOC/tex/context/third/circuitikz/t-circuitikz-1.1.2.tex
RELOC/tex/context/third/circuitikz/t-circuitikz.tex
RELOC/tex/generic/circuitikz/ctikzstyle-example.tex
RELOC/tex/generic/circuitikz/ctikzstyle-legacy.tex
@@ -54092,14 +54093,14 @@ runfiles size=1845
RELOC/tex/latex/circuitikz/circuitikz-0.9.3.sty
RELOC/tex/latex/circuitikz/circuitikz-0.9.6.sty
RELOC/tex/latex/circuitikz/circuitikz-1.0.sty
+ RELOC/tex/latex/circuitikz/circuitikz-1.1.2.sty
RELOC/tex/latex/circuitikz/circuitikz.sty
catalogue-contact-bugs https://github.com/circuitikz/circuitikz/issues
catalogue-contact-repository https://github.com/circuitikz/circuitikz
-catalogue-contact-support https://github.com/circuitikz/circuitikz/issues
catalogue-ctan /graphics/pgf/contrib/circuitikz
catalogue-license lppl gpl
catalogue-topics graphics diagram-circ pgf-tikz
-catalogue-version 1.1.2
+catalogue-version 1.2.0
name cite
category Package
@@ -81296,7 +81297,7 @@ catalogue-version 0.2
name cweb
category Package
-revision 55575
+revision 55616
catalogue cwebbin
shortdesc CWEB for ANSI-C/C++ compilers
longdesc A highly portable and extended version of Levy/Knuth CWEB 3.64c
@@ -81314,10 +81315,10 @@ longdesc version and adding new features from CWEBbin. As of November
longdesc 2019 CTAN no longer holds a copy of this material. Please go to
longdesc the package's github repository for more information.
depend cweb.ARCH
-containersize 23524
-containerchecksum be9c9627ec491d9e67bf9f8ef9acb6dc8356d0962d422a15a270a2b34ffe74b8ae39ea4f0416cf99cdfc06af0245e7b867946c420f671b884bed10e929c95c33
+containersize 23616
+containerchecksum ccfa943973fd1e1e1625c5a436c4d0145b288a74b2810a96582734572385e3d8834d948938805c910e6765e19852b6784c4b98d5b616688f8300b7cd1b3134b5
doccontainersize 428876
-doccontainerchecksum 48f71403dd44ccaa7d8424e8affb2eae75038b146fb6b20edb61aade655c8e37d1f738c6f12f3a59a8fa17b2b0bf8140cc313c1ff7818d6e808cd17ff40f6d4e
+doccontainerchecksum 17ee62209a54f1c906c8a9c7998043a887184190190306094949bc7114e51c50426ea8fb29d48ec9f292a7eaab761d713d2d2d4dc9d0b2249112f76dcc5e4650
docfiles size=136
texmf-dist/doc/man/man1/ctangle.1
texmf-dist/doc/man/man1/ctangle.man1.pdf
@@ -93630,7 +93631,7 @@ catalogue-version 3.18.4
name dvipdfmx
category TLCore
-revision 52851
+revision 55614
shortdesc An extended version of dvipdfm
longdesc Dvipdfmx (formerly dvipdfm-cjk) is a development of dvipdfm
longdesc created to support multi-byte character encodings and large
@@ -93646,11 +93647,11 @@ longdesc and other information, please see TeX Live.
depend dvipdfmx.ARCH
depend glyphlist
postaction script file=tlpkg/tlpostcode/dvipdfmx.pl
-containersize 26648
-containerchecksum 9bb72d88bcb5c0cfe818e9490afe532029b8fc569764e02706e0301e901287d617c2111d854ea96db00e3567c29e78dbae42498f837c4cf429ffd5c098df565b
-doccontainersize 3123608
-doccontainerchecksum 121b8956d42fb45be7d61371661512f5b8bd75fc2b754ef97c7a7b86b6e43435425403c99f5ad9492d4c6feb8948b4d10c9bd67c621f1451fd6abc5b13dfb446
-docfiles size=992
+containersize 26628
+containerchecksum d63293f1ee8834c090dd2bd707da2524c54979092fe8e2e1c82a9552208884c65720dab9a9cc1b76d77c4359cc014461b8eb4f0bfa34bf59377b92e405c568c3
+doccontainersize 3127092
+doccontainerchecksum ca5c2dea4d050991fb85b7fba5cdbd91e2b2fd6f0530c1cf442927c3d85299bf25c00a4c469e97002cfe9be964d46f12aab3c223539cd74ba40f1b8770ab0334
+docfiles size=995
texmf-dist/doc/dvipdfm/Makefile
texmf-dist/doc/dvipdfm/dvipdfm.pdf
texmf-dist/doc/dvipdfm/dvipdfm.tex
@@ -201227,7 +201228,7 @@ catalogue-version 9.4
name newpx
category Package
-revision 55404
+revision 55619
shortdesc Alternative uses of the PX fonts, with improved metrics
relocated 1
longdesc This package, initially based on pxfonts, provides many fixes
@@ -201238,10 +201239,10 @@ longdesc options. For proper operation, the packages require that the
longdesc packages newtxmath, pxfonts, and TeXGyrePagella be installed
longdesc and their map files enabled.
execute addMap newpx.map
-containersize 1572048
-containerchecksum bbdb454834a3a972c674add9c9225eb8c49b26833db5d7d1c571224cd6301f5bde384b5c249e498d1da00aeb6941bb68c127fdd51d2b6e28a9473fb3784afc65
-doccontainersize 442112
-doccontainerchecksum 942ff62c6196b2087a1f8ed84e980b50d8a3f027a4da4c22b7d0bf41530bb3d15ef9fef1ff76ff5412028abc6a3b7c74bd857e8ce7ea370acc9090b87cf251f4
+containersize 1622456
+containerchecksum 4f2b5dad4cbf34e4f836b9a1c5a4c639e8ef7815894ba6299fe9da1718000ecd3f6802d434efe86f2d5e0b00523b0f32305adb965af79813e0aa2cae95b89348
+doccontainersize 442124
+doccontainerchecksum 1a438ebc99bf20ac2d4776e1b60ef0545dd6c1c74e568bbf2d89ae3d8e115060fed467db92305f7086764efd38a7c97b71a52b8e855b174b14c2e85a37f09254
docfiles size=216
RELOC/doc/fonts/newpx/ChangesInV1.4.txt
RELOC/doc/fonts/newpx/MANIFEST-newpx.txt
@@ -201250,11 +201251,16 @@ docfiles size=216
RELOC/doc/fonts/newpx/newpxdoc.tex
RELOC/doc/fonts/newpx/newpxeg-crop.pdf
RELOC/doc/fonts/newpx/pxfontseg-crop.pdf
-runfiles size=1357
+runfiles size=1785
RELOC/fonts/afm/public/newpx/NewPXBMI.afm
RELOC/fonts/afm/public/newpx/NewPXBMI_gnu.afm
RELOC/fonts/afm/public/newpx/NewPXMI.afm
RELOC/fonts/afm/public/newpx/NewPXMI_gnu.afm
+ RELOC/fonts/afm/public/newpx/TeXGyrePagella-Regular.afm
+ RELOC/fonts/afm/public/newpx/TeXGyrePagellaX-Bold.afm
+ RELOC/fonts/afm/public/newpx/TeXGyrePagellaX-BoldItalic.afm
+ RELOC/fonts/afm/public/newpx/TeXGyrePagellaX-Italic.afm
+ RELOC/fonts/afm/public/newpx/TeXGyrePagellaX-Regular.afm
RELOC/fonts/afm/public/newpx/npxsups-Bold.afm
RELOC/fonts/afm/public/newpx/npxsups-BoldItalic.afm
RELOC/fonts/afm/public/newpx/npxsups-Italic.afm
@@ -201600,7 +201606,7 @@ catalogue-also pxfonts
catalogue-ctan /fonts/newpx
catalogue-license lppl
catalogue-topics font font-body font-maths font-serif font-proportional font-type1 font-otf font-supp font-t1enc
-catalogue-version 1.412
+catalogue-version 1.413
name newsletr
category Package
@@ -277077,7 +277083,7 @@ binfiles arch=x86_64-solaris size=1
name tex4ht
category Package
-revision 55610
+revision 55621
shortdesc Convert (La)TeX to HTML/XML
longdesc A converter from TeX and LaTeX to SGML-based formats such as
longdesc (X)HTML, MathML, OpenDocument, and DocBook, providing a
@@ -277092,10 +277098,10 @@ longdesc restricted-syntax systems such as hyperlatex and gellmu. Note
longdesc that CTAN no longer holds the definitive sources of the
longdesc package: see the 'Readme' file.
depend tex4ht.ARCH
-containersize 880828
-containerchecksum eeb8c8fc1ec887c6df087bd950f00c4926beb9447f0f1104ba3e90e1818a3feb7ffbb2fee05540119535cd891ec202aaa4f10f13fc5b4282998e3caf8ab34716
+containersize 880952
+containerchecksum b6109d27fd38eb0f2f9aab8b96adee2e69081c7317de3c9f527e47053d1520b93c0499e23fdc66f38f04c50633f72930e4fdf5d07612894427ae31dcbc1f66d4
doccontainersize 135720
-doccontainerchecksum 7f25c0b90612ab7a50d9ecbdf710ce0ebe351ec53e8183b33f9a38c0808bc3f8a40653621c140d547d92a1b47b9a3295405acc1e4c9937e3a69779aca8742d8a
+doccontainerchecksum 01a22af739cbb073c9350a6815852c9ec7347fc8bdbdd8e421d8fcdefd11386df5f2264eda0af7c6c907593446cc32d1fb53cfc7ff79cc518a12f546baa10b31
docfiles size=258
texmf-dist/doc/generic/tex4ht/Makefile
texmf-dist/doc/generic/tex4ht/TeX4ht-doc.tex
@@ -285314,15 +285320,15 @@ docfiles size=592
name texlive-docindex
category TLCore
-revision 55600
+revision 55613
shortdesc top-level TeX Live doc.html, etc.
longdesc These files are regenerated as needed, which is often, so we
longdesc make them a separate package. See the tl-update-auto script for
longdesc the process.
containersize 388
-containerchecksum b585144fa3c1dbb44b0d7b3f6b9e09913881c763e7a560f51e8d1e42c04a54021fd874a39891848752c855a8a40c04a5a93f80023cac5a945aa83419335c8c88
-doccontainersize 166960
-doccontainerchecksum a54bc94f0ed0bcd409801f70cf093139f121b630fcd97a916da19509a5677cc15513d0c074de8888cce64a967f8543006744295bfa3002e600fbb636cc6a4711
+containerchecksum 2177206e9ba43a0bd6190a93a4979b5f450ef60e374c93b41eda916e3674766f7bda5ce9f69987ee630c17b994ebdbe5c89f27b2f1fb5a04b0d38597f57419fd
+doccontainersize 167156
+doccontainerchecksum 5d94c793338c24d345ede309ba2ded4b33d69ec67ceecbf0313ac0e255f0d062b033a20e4e02687fe88f5e0cac65fc8a09fddf18ecf48d4caa67da56205bc324
docfiles size=331
doc.html
@@ -285544,7 +285550,7 @@ docfiles size=368
name texlive-scripts
category TLCore
-revision 55593
+revision 55613
shortdesc TeX Live infrastructure programs
longdesc Includes install-tl, tl-portable, rungs, etc.; not needed for
longdesc tlmgr to run but still ours. Not included in tlcritical.
@@ -285552,10 +285558,10 @@ depend texlive-scripts.ARCH
depend texlive.infra
execute addMap mathpple.map
postaction shortcut type=menu name="TeX Live command-line" cmd=TEXDIR/tlpkg/installer/tl-cmd.bat
-containersize 131944
-containerchecksum 3448dc8a0391c3844cfafb5a1764c6a90726cb4521104b04f710f273d63ce092ec5e8c21902f3ebe7e9de0c644f2dc98d9c963cd7d311a959c9215e994458bca
+containersize 131924
+containerchecksum ca0919afc6083330d5289b44e92a9a0e4a462b4cba0fa51e3fd6ff8944fca1ede8e0b494b427b157b9f8a9058d86f532c2da0810dafae93aaf41423648ef171c
doccontainersize 218656
-doccontainerchecksum 262ba38269b323f0452aac5b70c019b2879785bac88b865b6d1ca998bc6f152ec4265fd0f02fa4fd313ec9e02356c608914826050cf9ea9308da189eb893786d
+doccontainerchecksum 5ddf83f0eb57689f89137653f836af5e25192ac2bbbe93bc500dccaa55337287c2284c7ac267904d8d9595b3778fb6f1817bab15ede023821c1796a8a2c8a3fb
docfiles size=141
texmf-dist/doc/man/man1/fmtutil-sys.1
texmf-dist/doc/man/man1/fmtutil-sys.man1.pdf
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index a080c48c48..a2a615f9d8 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-32193e3048d91f93e0905e8fc082a694 texlive.tlpdb
+d07551d5c4741386659bf4c860d6b956 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index f00522f6b9..e3843842be 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-57e7f25ecd8f48642b24b7e29597ba89631dbc02f9b2c91c46419c01a2c0ed850ce841f31ef8227b8ad16cb932605446d448fd7d68e99021b022c386923e6f1f texlive.tlpdb
+a1c925a9c79a3716c3a33639079647f6411bbb184d5da58da3e7cda5155578d11366f935bacec79629c84245dd8038945c481146e8a206804d851a352c1a81ec texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index ddfd343509..cbaccc8440 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
@@ -1,10 +1,10 @@
-----BEGIN PGP SIGNATURE-----
-iQEcBAEBCgAGBQJe7qJiAAoJEEzhh34ZQ4xwJNMH/jh7SFcj4oi3DDR6sWtZEdhs
-004Ojsaln9b2+hHTR8xuQdK+3gwImSZS+acjGnL3sCscl2Y29T+d0pfK5wmRKFh3
-KHuAWj8dxiNnP4tGPfWopNB+J5eB/JgqfXH5NFZucmqWpkMYioNtXE0WTYeOCuzS
-7WOcEg8SmRERvmPmbeTMFyiKQTq6EqoI1oF4U5f7p3E8A2Il4Sf8Mt8Y//r6Lsy+
-QcB6RuYpT9yXDm7d3qc38GJN9Mmc3fPZInGs7fdMWDWiqCN727p14LF0qzECyJNw
-2Pum68tBShY1d/uEfVKpgh7ozhk34InnA8a4L2+rDV075kXsOwdBWHUNyHbHm2c=
-=QSeh
+iQEcBAEBCgAGBQJe7/O3AAoJEEzhh34ZQ4xwL2kH/iHbz5FpbFRW9T26QbrY3WNE
+UCSmGVl4q6veAthv7yPCWS+3wkqtWH0kOQHZrp0A04QxECugeh9ezhdO12bds+FU
+82yHuYseRSA+i7+8eR226iL5uMZSGJVQSFhmLnOWK36PAMaG/+LWNe+zLkEne9E0
+N1B5jXCodk7f6AzdFx7cWcby3/DN2MTieJd41pr5H+d0seyaCoBlvsV+8dWHmOVA
+8xHcIeU51wKmqIYj9bYjNr6RCUGW2RUzwtSK+IN96dExH/Q/4coZuhLhtsltI+qk
+IuyrPLPq6+L6Qjk0DuapCMhQD5vbk518W+Oo0KvHBRn9Z6vwsTqcxHtudTPUiFU=
+=cI5D
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index 5c91fba378..d7d329a4f1 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
Binary files differ
diff --git a/systems/win32/miktex/tm/packages/next/pr.ini b/systems/win32/miktex/tm/packages/next/pr.ini
index e908a40650..5dc4665c17 100644
--- a/systems/win32/miktex/tm/packages/next/pr.ini
+++ b/systems/win32/miktex/tm/packages/next/pr.ini
@@ -1,13 +1,13 @@
[repository]
-date=1592684191
+date=1592770650
lastupd=miktex-arctrl-bin-2.9 miktex-arctrl-bin-x64-2.9 miktex-asymptote-bin-2.9 miktex-asymptote-bin-x64-2.9 miktex-autosp-bin-2.9 miktex-autosp-bin-x64-2.9 miktex-axohelp-bin-2.9 miktex-axohelp-bin-x64-2.9 miktex-bibarts-bin-2.9 miktex-bibarts-bin-x64-2.9 miktex-bibtex-bin-2.9 miktex-bibtex-bin-x64-2.9 miktex-bibtex8bit-bin-2.9 miktex-bibtex8bit-bin-x64-2.9 miktex-bzip2-bin-2.9 miktex-bzip2-bin-x64-2.9 miktex-cairo-bin-2.9 miktex-cairo-bin-x64-2.9 miktex-chktex-bin-2.9 miktex-chktex-bin-x64-2.9
-lstdigest=5125ad5ee7f7fab03308c76c266be9cd
+lstdigest=60ee5483db9a331ac774743431a17eac
numpkg=3937
relstate=next
-version=7476
+version=7477
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: BWs/rVBQK2piLTY1Lnp2tnBHnj8MMKL169kkOA5f9YQZx8I6JgN/IjVxrWmLFrkZKvwzLnRiQAtGF/5V8YdQf9fo6zlcBPXPIwK+ThdX20EKimPrT51zvx/deSNJLA+BvGHpvE4noZvG5n17aMTo7Gsmh1a5rG2rmoMBXhACVg9qGVtgwV6XTwoJNeW+BqFY4er7iCJpTzqvP4Nj0zJuHXXvQKCn91rEJ+NfIOwS2cRtnehIR/UjVqx5vZ8YyLQcxg7KQLBnPPI8/kxh77fKH09AD5p/ihzb3JpeWihXydAVapGUxyQuCbGIClC7hXm/1KtR4gCnRVIIWDamQrpqTQ==
+;;;; signature/miktex: jgL+6yI7EtSKXji+28pHdox+bVmCNxVBCzv9mcaHESLhU3vyD9P74U3o2eXwG8v3W4K+hlZyvn8TKj28MGjtLb/AFA9aTXDbyseN633Ujc/BAQ9dk2mjODVcFc2gYBaK8VtNp3Allvc/sb82FYvrAaTQDR4IfzgWYNYKvP+lK+YT56w//juBacqzK3yh87ZVoLKeXv+ePpr76k5tAh6yheDNvlzIBFX3hc/9b/zebKTHZwvB9+SwmYzXxqRMJxG3xOg/F4W5OI9NF445JDn6CmTkoQaRnHdOxbovvALrQaCMrorLoQr2jHdp+M79mO0/YH/SG8HQnrsAtUWmsW1IHg==
;;;;-----END MIKTEX SIGNATURE-----
diff --git a/systems/win32/miktex/tm/packages/pr.ini b/systems/win32/miktex/tm/packages/pr.ini
index 191fa0153e..cbcc40cbad 100644
--- a/systems/win32/miktex/tm/packages/pr.ini
+++ b/systems/win32/miktex/tm/packages/pr.ini
@@ -1,13 +1,13 @@
[repository]
-date=1592683869
+date=1592770322
lastupd=commutative-diagrams haranoaji haranoaji-extra libertinust1math moderntimeline ocgx2 poemscol pstricks quran resumecls svg thuthesis tuda-ci xindex babel caption dps hvarabic latexindent shtthesis
-lstdigest=c22ca9141bcad239a4f4295e00b3fdb2
+lstdigest=db3aecc284d93672e2c0db2b6fa96623
numpkg=3928
relstate=stable
-version=7476
+version=7477
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: DLAExVHRcxHC60I/XMfbCpEZF5okYTyt7oECXxpacQGOpKbKmVx8xz1kp9xzHubAPRYg44Z+Mvgs+dzD54YRjPV/JiB7hbPF5k7WiEIsNCf1z49xnF8mJbkXRU3V30DTLfatQRY5u4hU7/brL0nA+hr8drDJyEefItBxrQX9nKeeCwr1Lcci484Nxd4mS2HiXEKx/t8KB7h/Dam72P5VnvAcu3SpibQTlWOfbA/95u7NYMH1C8wuhySdyCUPGho80Bqqa3XCsYKFAQhfgLafGUS4M/eo/Qw9GfP5GbB4k6X9ES1fLHdPBpoQ590bINiaH6w9V07Q/SCTKiO0tcuSgA==
+;;;; signature/miktex: DxVSRT1DRZOY4DF2QPsnGehE9VEZkOqX94qDPpkUiZvO4P4EuKSwpcxMyNyMX/M47uowz3wc9RvaegvcK1PgxgkNdF0EeqveZl8QoC137I/JdLUKuwgya01MwxWLAJ3GG+20kHBz/ahQi+kT0ydTC9B7wlICtIQQR+2qND+B3Pf7BtcGpnf81wN1U4G/cxOIpHCMu1LrkSgqHbmHKSyfH+AFbenFNZG6tjXzSAk41++qYGcbNrib8X2qeCkcrYDlexbdn/VHgUjOvk/h+nLg98XwdfN3K4QS6uET549HLkjsxD99W6N0lu36b0G9Gu2b+4sePcEkpEJkgeKhwVLEwg==
;;;;-----END MIKTEX SIGNATURE-----
diff --git a/systems/win32/w32tex/ChangeLog b/systems/win32/w32tex/ChangeLog
index 339b97cc23..b6e1b203ca 100644
--- a/systems/win32/w32tex/ChangeLog
+++ b/systems/win32/w32tex/ChangeLog
@@ -1,5 +1,31 @@
W32TeX (x86 & x64) ChangeLog
+[2020/06/21]
+(01) dvipdfm-w32.tar.xz
+ Update dvipdfmx.dll.
+(02) luajittex-exp-w32.tar.xz
+ Update luajittex.dll and luajithbtex.dll.
+(03) luatex-exp-w32.tar.xz
+ Update luatex.dll and luahbtex.dll.
+(04) ptex-ng-w32.tar.xz
+ Update libdpx.
+(05) tex4htk-w32.tar.xz
+ Update documents.
+(06) web2c-w32.tar.xz
+ Update texmf.cnf.
+(07) xetex-w32.tar.xz
+ Update dvipdfmx.dll.
+(08) win64/dvipdfm-w64.tar.xz
+ Update dvipdfmx.dll.
+(09) win64/luajittex-exp-w64.tar.xz
+ Update luajittex.dll and luajithbtex.dll.
+(10) win64/luatex-exp-w64.tar.xz
+ Update luatex.dll and luahbtex.dll.
+(11) win64/ptex-ng-w64.tar.xz
+ Update libdpx.
+(12) win64/xetex-w64.tar.xz
+ Update dvipdfmx.dll.
+
[2020/06/20]
(01) context.tar.xz
ConTeXt version: 2020.06.19 11:04.