Tetration Forum
\(\LaTeX\) test suite - Printable Version

+- Tetration Forum (https://tetrationforum.org)
+-- Forum: Etc (https://tetrationforum.org/forumdisplay.php?fid=4)
+--- Forum: About the Forum (https://tetrationforum.org/forumdisplay.php?fid=5)
+--- Thread: \(\LaTeX\) test suite (/showthread.php?tid=1755)



\(\LaTeX\) test suite - Daniel - 05/23/2023

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} \)


RE: \(\LaTeX\) test suite - Daniel - 05/27/2023

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.