Math & Science ⇒ How to disable(hide) equations?
How to disable(hide) equations?
I need to temporary hide all equations in the document ($...$, $$...$$, \begin{equation}...\end{equation}, \begin{multline}...\end{multline}, etc...)
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
How to disable(hide) equations?
try \everymath and \everydisplay:
Code: Select all
\usepackage{color}\everymath{\color{white}}\everydisplay{\color{white}}
Re: How to disable(hide) equations?
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".