Move all the specific-token tests into subfolders.
All checks were successful
rustfmt Build rustfmt has succeeded
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded

This commit is contained in:
Tom Alexander
2023-08-20 23:38:47 -04:00
parent 8162f03051
commit 69ecfd2646
67 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
\begin{itemize}
\item foo \sqrt{x}
\end{itemize}
\begin{itemize}
\item bar \sqrt{y}
\end{itemize} % Need text on this line to prevent it from becoming a LaTeX environment org-mode element

View File

@@ -0,0 +1 @@
tex can have math between dollar signs like $x^2=y$ and $$ x=+\sqrt{y} $$ but also braces and brackets like \( x=2 \) and \[ x=-\sqrt{2} \]

View File

@@ -0,0 +1,4 @@
\begin{itemize}
% this would be a LaTeX comment if this was a LaTeX document
\item Heres some math \sqrt{y}
\end{itemize} % Need text on this line to prevent it from becoming a LaTeX environment org-mode element