diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-12 22:16:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-12 22:16:24 +0000 |
commit | 572e6e6b61efe78bcd5a3a4b43cafcb0e97eb518 (patch) | |
tree | 9a54e8d9944e023a97edc2cd040433e3dc46734d /Master/texmf-dist | |
parent | 7bc3467f7f32e7b825eee69444d7622b9d6bef8f (diff) |
fixjfm (12sep17)
git-svn-id: svn://tug.org/texlive/trunk@45280 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/generic/fixjfm/README.txt | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.pdf | bin | 279559 -> 279837 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.tex | 12 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/fixjfm/fixjfm.sty | 3 |
4 files changed, 13 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/fixjfm/README.txt b/Master/texmf-dist/doc/generic/fixjfm/README.txt index 7aa0f052463..c6575454cf1 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-08 v0.4a +Version: 2017-09-12 v0.5 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 Binary files differindex 551f52f9fd8..42bda97e52f 100644 --- a/Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.pdf +++ b/Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.pdf diff --git a/Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.tex b/Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.tex index edb3e3c38b6..4bc4726a017 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-08\quad v0.4a} +\date{2017-09-12\quad v0.5} \maketitle @@ -289,7 +289,8 @@ and \pkg{platex} (Kazuki Maeda \& Japanese \TeX\ Development Community): \begin{verbatim} https://ctan.org/pkg/platex \end{verbatim} -Many thanks to the authors of these packages. +Many thanks to the authors of these packages. I would also like to thank +Hironobu Yamashita, who helped me a lot. \section{History} @@ -317,4 +318,11 @@ Thanks to Hironobu Yamashita for suggesting all these changes: https://github.com/Man-Ting-Fang/fixjfm/pull/2 \end{verbatim} +\begin{history}{2017-09-12 v0.5} +\item Bug fix, thanks to Hironobu Yamashita: +\end{history} +\begin{verbatim} + https://github.com/Man-Ting-Fang/fixjfm/issues/3 +\end{verbatim} + \end{document} diff --git a/Master/texmf-dist/tex/generic/fixjfm/fixjfm.sty b/Master/texmf-dist/tex/generic/fixjfm/fixjfm.sty index 7fab29fd5a9..dbfe4fa51af 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/08 v0.4a Fix JFM (for *pTeX)]% + \ProvidesPackage{fixjfm}[2017/09/12 v0.5 Fix JFM (for *pTeX)]% \fi \edef\FIXJFMDOTSTYRESTORECATCODE{\catcode`\noexpand\@=\the\catcode`\@\relax} @@ -63,6 +63,7 @@ \edef\fixjfm@sp@temp@tokens{\fixjfm@sp@temp@token}% \expandafter\fixjfm@@fixspacing\fixjfm@sp@temp@tokens\relax\fixjfm@sp@nil \ifnum\count0>-1\relax + \ifnum\count0<256\relax\hskip\xkanjiskip\else\hskip\kanjiskip\fi \setbox0=\hbox{% \inhibitglue\char\count0\relax\fixjfm@sp@temp@token\inhibitglue}% \setbox2=\hbox{% |