Fixed rendering of \triangleright (use the default one instead of the one from mathabx)
This commit is contained in:
parent
4ff7b86c89
commit
f4910cf260
|
@ -36,6 +36,10 @@
|
||||||
\restoresymbol{ams}{lrcorner}
|
\restoresymbol{ams}{lrcorner}
|
||||||
\usepackage{mathtools}
|
\usepackage{mathtools}
|
||||||
\usepackage{tikz}
|
\usepackage{tikz}
|
||||||
|
% rename mathabx's version of triangleright
|
||||||
|
\let\mathabxtriangleright\triangleright
|
||||||
|
% restore symbol overridden by mathabx in Scribble's preamble to the default one
|
||||||
|
\def\triangleright{\mathchar"212E}
|
||||||
\makeatletter
|
\makeatletter
|
||||||
% Must be loaded after MnSymbol!!! MnSymbol improperly defines × and ¬ in such a
|
% Must be loaded after MnSymbol!!! MnSymbol improperly defines × and ¬ in such a
|
||||||
% way that they don't work in math mode.
|
% way that they don't work in math mode.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user