Tetration Forum

Full Version: \(\LaTeX\) test suite
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Inline LaTeX
Code:
use \(...\), $...$.

\(\LaTeX\) test suite
\(\LaTeX\) test suite


Display LaTeX
Code:
use \[...\], $$...$$, \begin{align}...\end{align}
\[\LaTeX \text{ test suite}\]
\[\LaTeX \text{ test suite}\]
\begin{align}\LaTeX \text{ test suite}\end{align}


Vspace error Fixed in myCode
\( \begin{eqnarray}
log_x(z)
& = & \frac{ln(z)}{ln(x)} \\ \\[10pt]

\\
& = & \frac{ln(z)}{\frac{\tiny 1}{e}} \\ \\[10pt]

\\
& = & e\ \times\ ln(z)\end{eqnarray} \)
Currently to my knowledge, all well formed \(\LaTeX\) is running properly on the Tetration Forum. Please let me know if anyone finds a bug on this forum, LaTeX or otherwise.