summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-09-08 21:21:03 +0000
committerKarl Berry <karl@freefriends.org>2017-09-08 21:21:03 +0000
commit36543b457e02553408708a7eb3def0182b19abd3 (patch)
treec809202f1de7cfea07a0b74d214e0ebd8f35133e /Master
parente58156d116dca13aa86d034bac79c0fff0298f64 (diff)
fixjfm (8sep17)
git-svn-id: svn://tug.org/texlive/trunk@45243 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/generic/fixjfm/README.txt2
-rw-r--r--Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.pdfbin279247 -> 279559 bytes
-rw-r--r--Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.tex14
-rw-r--r--Master/texmf-dist/tex/generic/fixjfm/fixjfm.sty2
4 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/generic/fixjfm/README.txt b/Master/texmf-dist/doc/generic/fixjfm/README.txt
index 58c347456b2..7aa0f052463 100644
--- a/Master/texmf-dist/doc/generic/fixjfm/README.txt
+++ b/Master/texmf-dist/doc/generic/fixjfm/README.txt
@@ -6,7 +6,7 @@ CTAN Homepage: https://ctan.org/pkg/fixjfm
Repository: https://github.com/Man-Ting-Fang/fixjfm
-Version: 2017-09-04 v0.4
+Version: 2017-09-08 v0.4a
Copyright 2017 Yue ZHANG
diff --git a/Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.pdf b/Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.pdf
index c671472650f..551f52f9fd8 100644
--- a/Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.pdf
+++ b/Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.tex b/Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.tex
index b3531945615..edb3e3c38b6 100644
--- a/Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.tex
+++ b/Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.tex
@@ -78,7 +78,7 @@
\thanks{CTAN Homepage: \texttt{https://ctan.org/pkg/fixjfm}}
\thanks{Repository: \texttt{https://github.com/Man-Ting-Fang/fixjfm}}}
\author{Yue \textsc{Zhang}}
-\date{2017-09-04\quad v0.4}
+\date{2017-09-08\quad v0.4a}
\maketitle
@@ -125,11 +125,11 @@ Font change & This package & Input & Output \\
\end{tabular}
\end{table}
It seems that macro is the easiest solution to these problems. However, the
-second bug can only be fixed when using \e-(u)\pTeX\ (under most, but not all
-circumstances), because the primitive \verb|\lastnodechar| which is introduced
-by \epTeX\ is required. Anyhow, using this package with \pTeX\ or any one of its
-derivatives does not hurt. Please also keep in mind that owing to technical
-limitations, this package is not a panacea.
+second bug can only be fixed when using \e-(u)\pTeX\ or \ApTeX\ (under most, but
+not all circumstances), because the primitive \verb|\lastnodechar| which is
+introduced by \epTeX\ is required. Anyhow, using this package with \pTeX\ or any
+one of its derivatives does not hurt. Please also keep in mind that owing to
+technical limitations, this package is not a panacea.
There is also another improvement: \verb|\leavevmode| is redefined as
\verb|\quitvmode| if the latter is available as a primitive (among all *\pTeX\
@@ -188,7 +188,7 @@ yourself, because plain (*p)\TeX\ does not have \verb|\textmc|, \verb|\textgt|,
or the like.
If you are using \LaTeX\ and prefer the standard version\footnote{Since v0.3,
-the ``standard version'' is similar to \pkg{jsclasses} and \pkg{BXjscls} rather
+the ``standard version'' is similar to \pkg{jsclasses} and \pkg{bxjscls} rather
than (u)\pLaTeX.} of \verb|\textmc| and \verb|\textgt|, you can declare
\begin{verbatim}
\UseStandardCJKTextFontCommands
diff --git a/Master/texmf-dist/tex/generic/fixjfm/fixjfm.sty b/Master/texmf-dist/tex/generic/fixjfm/fixjfm.sty
index c4921fcfead..7fab29fd5a9 100644
--- a/Master/texmf-dist/tex/generic/fixjfm/fixjfm.sty
+++ b/Master/texmf-dist/tex/generic/fixjfm/fixjfm.sty
@@ -11,7 +11,7 @@
\begingroup\expandafter\expandafter\expandafter\endgroup
\expandafter\ifx\csname ProvidesPackage\endcsname\relax
\else
- \ProvidesPackage{fixjfm}[2017/09/04 v0.4 Fix JFM (for *pTeX)]%
+ \ProvidesPackage{fixjfm}[2017/09/08 v0.4a Fix JFM (for *pTeX)]%
\fi
\edef\FIXJFMDOTSTYRESTORECATCODE{\catcode`\noexpand\@=\the\catcode`\@\relax}