mirror of
https://github.com/ElegantLaTeX/ElegantBook.git
synced 2026-01-26 20:34:36 +08:00
fix the symbol(merge)
This commit is contained in:
@@ -99,17 +99,11 @@
|
|||||||
\RequirePackage{anyfontsize}
|
\RequirePackage{anyfontsize}
|
||||||
\ifdefstring{\ELEGANT@math}{newtxmath}{
|
\ifdefstring{\ELEGANT@math}{newtxmath}{
|
||||||
\RequirePackage{newtxmath}
|
\RequirePackage{newtxmath}
|
||||||
\DeclareSymbolFont{CMletters} {OML}{cmm} {m}{it}%
|
\let\intop\relax\let\sumop\relax\let\ointop\relax\let\prodop\relax
|
||||||
\DeclareSymbolFont{CMsymbols} {OMS}{cmsy}{m}{n}%
|
\DeclareMathSymbol{\sumop}{\mathop}{largesymbols}{"50}
|
||||||
\DeclareSymbolFont{CMlargesymbols}{OMX}{cmex}{m}{n}%
|
\DeclareMathSymbol{\intop}{\mathop}{largesymbols}{"52}
|
||||||
\let\intop\relax
|
\DeclareMathSymbol{\ointop}{\mathop}{largesymbols}{"48}
|
||||||
\let\sumop\relax
|
\DeclareMathSymbol{\prodop}{\mathop}{largesymbols}{"51}
|
||||||
\let\ointop\relax
|
|
||||||
\let\prodop\relax
|
|
||||||
\DeclareMathSymbol{\sumop}{\mathop}{CMlargesymbols}{"50}
|
|
||||||
\DeclareMathSymbol{\intop}{\mathop}{CMlargesymbols}{"52}
|
|
||||||
\DeclareMathSymbol{\ointop}{\mathop}{CMlargesymbols}{"48}
|
|
||||||
\DeclareMathSymbol{\prodop}{\mathop}{CMlargesymbols}{"51}
|
|
||||||
}{\relax}
|
}{\relax}
|
||||||
|
|
||||||
% ----- Handle Colors -----
|
% ----- Handle Colors -----
|
||||||
|
|||||||
Reference in New Issue
Block a user