Skip to content

Commit

Permalink
xeCJK: 修复错误的 UTF 命令定义 (fix #682)
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi committed Nov 11, 2023
1 parent f99e786 commit 22ffece
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions xeCJK/xeCJK.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -12278,8 +12278,10 @@ Copyright and Licence
%
% 以下定义取自 \pkg{hyperref} 的 \file{puenc.def}。
% \changes{v3.9.2}{2023/11/10}{修复拼错的命令名,
% \tn{cyreref} -> \tn{cyrerev} 和
% \tn{textDiamandSolid} -> \tn{textDiamondSolid}。}
% \tn{cyreref} $\to$ \tn{cyrerev} 和
% \tn{textDiamandSolid} $\to$ \tn{textDiamondSolid}。}
% \changes{v3.9.2}{2023/11/11}{修复 \tn{textnleqslant} 的定义,
% 修复 \tn{textnbacksim} 和 \tn{textnlessapprox} 定义里的自引}
% \begin{macrocode}
\DeclareUTFEncodedAccent\textinvbreve{"0311}{"0311}
\DeclareUTFEncodedSymbol\textsubbreve{"032E}{"203F}
Expand Down Expand Up @@ -12899,7 +12901,7 @@ Copyright and Licence
\DeclareUTFSymbol\texteqcolon{"2239}
\DeclareUTFSymbol\textsim{"223C}
\DeclareUTFSymbol\textbacksim{"223D}
\DeclareUTFCommand\textnbacksim{\textlstrikethru\textnbacksim}
\DeclareUTFCommand\textnbacksim{\textlstrikethru\textbacksim}
\DeclareUTFSymbol\textwr{"2240}
\DeclareUTFSymbol\textnsim{"2241}
\DeclareUTFSymbol\texteqsim{"2242}
Expand Down Expand Up @@ -13384,11 +13386,11 @@ Copyright and Licence
\DeclareUTFCommand\textneqdot{\textlstrikethru\texteqdot}
\DeclareUTFSymbol\textcoloncolonequals{"2A74}
\DeclareUTFSymbol\textleqslant{"2A7D}
\DeclareUTFCommand\textnleqslant{\textlstrikethrux\textleqslant}
\DeclareUTFCommand\textnleqslant{\textlstrikethru\textleqslant}
\DeclareUTFSymbol\textgeqslant{"2A7E}
\DeclareUTFCommand\textngeqslant{\textlstrikethru\textgeqslant}
\DeclareUTFSymbol\textlessapprox{"2A85}
\DeclareUTFCommand\textnlessapprox{\textlstrikethru\textnlessapprox}
\DeclareUTFCommand\textnlessapprox{\textlstrikethru\textlessapprox}
\DeclareUTFSymbol\textgtrapprox{"2A86}
\DeclareUTFCommand\textngtrapprox{\textlstrikethru\textgtrapprox}
\DeclareUTFSymbol\textlneq{"2A87}
Expand Down

0 comments on commit 22ffece

Please sign in to comment.