Skip to content

Commit

Permalink
Prevent \char183 from turning into Middle Dot (U+00B7)
Browse files Browse the repository at this point in the history
  • Loading branch information
RuixiZhang42 committed Mar 11, 2019
1 parent d69d602 commit 6c961c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mtpro2-patch.tex
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,13 @@
\fi
\mathop{\vbox{\ialign{\hfil##\hfil\cr\noalign{\kern3\p@}\thebrace@\crcr
\noalign{\kern3\p@\nointerlineskip}$\displaystyle#1$\crcr}}}\limits}%
\AtBeginDocument{%
\@ifpackageloaded{xeCJK}{%
\let\xeCJK@mtp@patch@overcbrace\overcbrace
\def\overcbrace#1{{\makexeCJKinactive
\xeCJK@mtp@patch@overcbrace{#1}}}%
}{}%
}
% CTeX setup
% Assuming \mtpscale = 1.10502958579881657
% \mtpscriptscale = 1.03309552688947532
Expand Down

0 comments on commit 6c961c3

Please sign in to comment.