Fix TeX Output
\empty was causing problems. That was kinda stupid.
This commit is contained in:
parent
dafe67046a
commit
b8647da41a
|
@ -199,7 +199,6 @@
|
|||
\newcommand{\conint}{\oint}
|
||||
\newcommand{\contourintegral}{\oint}
|
||||
\newcommand{\infinity}{\infty}
|
||||
\renewcommand{\empty}{\emptyset}
|
||||
\newcommand{\bottom}{\bot}
|
||||
\newcommand{\minusb}{\boxminus}
|
||||
\newcommand{\plusb}{\boxplus}
|
||||
|
|
|
@ -1217,7 +1217,6 @@ class WikiControllerTest < ActionController::TestCase
|
|||
\newcommand{\conint}{\oint}
|
||||
\newcommand{\contourintegral}{\oint}
|
||||
\newcommand{\infinity}{\infty}
|
||||
\renewcommand{\empty}{\emptyset}
|
||||
\newcommand{\bottom}{\bot}
|
||||
\newcommand{\minusb}{\boxminus}
|
||||
\newcommand{\plusb}{\boxplus}
|
||||
|
|
Loading…
Reference in a new issue