ErrorTestingPage
last edited 4 months ago by admin
Because LatexWiki attempts to render all of the expressions on one page in a single pass, it will fail to render any of them if there is an error anywhere on the page.However, any expressions that have been sucessfully rendered before (i.e. before a small change that introduced an error) will display normally, as they are already in the expression cache.
Hopefully the LaTeX debugging info given at the bottom of the page in error will aid you in finding the expression you need to edit. LatexWiki will also insert the expression into the ALT tag of the images on a page with errors.
Here is a correct expression:
- $ ax^2 + bx + c = 0 $
Here is an incorrect one.:
- $\bad\bzzt $
- Look at the bottom of the page to find out why it didn't render.
Here is another incorrect one:
- $\vec{x}$
nice.
Some or all expressions may not have rendered properly, because Latex returned the following error:
! Undefined control sequence.
l.9 $\cdot \bad
\bzzt $
?