mirror of
https://github.com/ElegantLaTeX/ElegantBook.git
synced 2026-01-26 12:24:36 +08:00
fix math operator cmex font selectiong
This commit is contained in:
@@ -80,6 +80,7 @@
|
|||||||
|
|
||||||
\RequirePackage{newtxtext}
|
\RequirePackage{newtxtext}
|
||||||
\RequirePackage{newtxmath}
|
\RequirePackage{newtxmath}
|
||||||
|
% \RequirePackage{mtpro2}
|
||||||
%
|
%
|
||||||
|
|
||||||
% font setting for text and math
|
% font setting for text and math
|
||||||
@@ -99,10 +100,11 @@
|
|||||||
% \DeclareMathSymbol{\int}{\mathop}{CMlargesymbols}{"5A}%
|
% \DeclareMathSymbol{\int}{\mathop}{CMlargesymbols}{"5A}%
|
||||||
|
|
||||||
\let\intop\relax\let\sumop\relax\let\ointop\relax\let\prodop\relax
|
\let\intop\relax\let\sumop\relax\let\ointop\relax\let\prodop\relax
|
||||||
|
|
||||||
\DeclareMathSymbol{\sumop}{\mathop}{CMlargesymbols}{"50}
|
\DeclareMathSymbol{\sumop}{\mathop}{CMlargesymbols}{"50}
|
||||||
\DeclareMathSymbol{\intop}{\mathop}{CMlargesymbols}{"52}
|
\DeclareMathSymbol{\intop}{\mathop}{CMlargesymbols}{"52}
|
||||||
\DeclareMathSymbol{\ointop}{\mathop}{CMlargesymbols}{"49}
|
\DeclareMathSymbol{\ointop}{\mathop}{CMlargesymbols}{"48}
|
||||||
\DeclareMathSymbol{\prodop}{\mathop}{CMlargesymbols}{"59}
|
\DeclareMathSymbol{\prodop}{\mathop}{CMlargesymbols}{"51}
|
||||||
|
|
||||||
% \let\partial\relax
|
% \let\partial\relax
|
||||||
% \DeclareMathSymbol{\partial}{\mathord}{CMletters}{"40}%
|
% \DeclareMathSymbol{\partial}{\mathord}{CMletters}{"40}%
|
||||||
|
|||||||
Reference in New Issue
Block a user