I mean to hide equations completely. Left only white space instead of them.
I need to temporary hide all equations in the document ($...$, $$...$$, \begin{equation}...\end{equation}, \begin{multline}...\end{multline}, etc...)
Math & Science ⇒ How to disable(hide) equations?
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
How to disable(hide) equations?
Hi san,
try \everymath and \everydisplay:
Stefan
try \everymath and \everydisplay:
Code: Select all
Code, edit and compile here:
\usepackage{color}\everymath{\color{white}}\everydisplay{\color{white}}
LaTeX.org admin
Re: How to disable(hide) equations?
Using \everydisplay produce strange errors on "gather", "multline" and some others.
Without \everydisplay some equations are still shown.
In fact I need to completely remove formulas from the final document, not to make them white, but leave an empty space.
I tried \everymath={\phantom } but got strange error "TeX capacity exceeded".
Without \everydisplay some equations are still shown.
In fact I need to completely remove formulas from the final document, not to make them white, but leave an empty space.
I tried \everymath={\phantom } but got strange error "TeX capacity exceeded".