summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-25 21:27:41 +0000
committerKarl Berry <karl@freefriends.org>2018-03-25 21:27:41 +0000
commit64a86b6f5f34949239097b2846e6f1867b95e651 (patch)
tree7cde336b8bf10651bbdb96ca66803c41f8ac5739 /Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.tex
parentda3c0806b93d5e5d13fcfdc9a3dd57396e52c447 (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/fixjfm/fixjfm-doc.tex')
-rw-r--r--Master/texmf-dist/doc/generic/fixjfm/fixjfm-doc.tex17
1 files changed, 15 insertions, 2 deletions
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}