diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-25 21:27:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-25 21:27:41 +0000 |
commit | 64a86b6f5f34949239097b2846e6f1867b95e651 (patch) | |
tree | 7cde336b8bf10651bbdb96ca66803c41f8ac5739 /Master/texmf-dist/doc/generic | |
parent | da3c0806b93d5e5d13fcfdc9a3dd57396e52c447 (diff) |
fixjfm (24mar18)
git-svn-id: svn://tug.org/texlive/trunk@47113 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r-- | Master/texmf-dist/doc/generic/fixjfm/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.pdf | bin | 279930 -> 281286 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.tex | 17 |
3 files changed, 17 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/fixjfm/README b/Master/texmf-dist/doc/generic/fixjfm/README index e68c5b5aaa6..3b68f21c0b5 100644 --- a/Master/texmf-dist/doc/generic/fixjfm/README +++ b/Master/texmf-dist/doc/generic/fixjfm/README @@ -6,9 +6,9 @@ CTAN Homepage: https://ctan.org/pkg/fixjfm Repository: https://github.com/Man-Ting-Fang/fixjfm -Version: 2017-12-27 v0.7 +Version: 2018-03-24 v0.8 -Copyright 2017 Yue ZHANG +Copyright 2017--2018 Yue ZHANG License: Knuth License (https://ctan.org/license/knuth) 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 045fc18f29e..43147b99de9 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 3f48bbc1ae5..d52f8367212 100644 --- a/Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.tex +++ b/Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.tex @@ -80,7 +80,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-12-27\quad v0.7} +\date{2018-03-24\quad v0.8} \maketitle @@ -249,7 +249,16 @@ and \verb|\textgt| is similar. In contrast, \DeclareStandardCJKTextFontCommand \end{verbatim} (re)defines a CJK text font command like the standard version of \verb|\textmc| -and \verb|\textgt|. +and \verb|\textgt|. But there is a more convenient way: Suppose that you have a +new CJK text font command \verb|\xyfamily|, then +\begin{verbatim} + \AppendToUseXCJKTextFontCommands{\textxy}{\xyfamily} +\end{verbatim} +will do all you need and makes \verb|\Use...CJKTextFontCommands| also apply to +\verb|\textxy|. This command and \verb|\Use...CJKTextFontCommands| can be given +in any order, so you do not need to redeclare +\verb|\UseFixJFMCJKTextFontCommands| (which is the default behaviour) if that is +what you want. Finally, there are several macros that may be useful for \TeX nicians: \begin{verbatim} @@ -340,4 +349,8 @@ Thanks to Hironobu Yamashita for suggesting all these changes: \verb|\ifUseStandardCJKTextFontCommands|. \end{history} +\begin{history}{2018-03-24 v0.8} +\item Add \verb|\AppendToUseXCJKTextFontCommands|. +\end{history} + \end{document} |