Accommodate \nequiv in LaTeX output
This commit is contained in:
parent
70025a4ba3
commit
18da1a1d71
|
@ -100,6 +100,7 @@
|
|||
\re@DeclareMathSymbol{\nwArr}{\mathrel}{symbolsC}{118}
|
||||
\re@DeclareMathSymbol{\swArrow}{\mathrel}{symbolsC}{119}
|
||||
\re@DeclareMathSymbol{\swArr}{\mathrel}{symbolsC}{119}
|
||||
\re@DeclareMathSymbol{\nequiv}{\mathrel}{symbolsC}{46}
|
||||
\makeatother
|
||||
|
||||
% Widecheck
|
||||
|
|
|
@ -767,6 +767,7 @@ class WikiControllerTest < Test::Unit::TestCase
|
|||
\re@DeclareMathSymbol{\nwArr}{\mathrel}{symbolsC}{118}
|
||||
\re@DeclareMathSymbol{\swArrow}{\mathrel}{symbolsC}{119}
|
||||
\re@DeclareMathSymbol{\swArr}{\mathrel}{symbolsC}{119}
|
||||
\re@DeclareMathSymbol{\nequiv}{\mathrel}{symbolsC}{46}
|
||||
\makeatother
|
||||
|
||||
% Widecheck
|
||||
|
|
Loading…
Reference in a new issue