From 185f16d2cc73ce9c53e67d245d516fbd67d911d3 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sat, 22 Apr 2023 16:48:56 -0400 Subject: [PATCH] Add latex environment simple test. --- org_mode_samples/latex_environment/simple.org | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 org_mode_samples/latex_environment/simple.org diff --git a/org_mode_samples/latex_environment/simple.org b/org_mode_samples/latex_environment/simple.org new file mode 100644 index 00000000..9fd531bf --- /dev/null +++ b/org_mode_samples/latex_environment/simple.org @@ -0,0 +1,3 @@ +\begin{foo} +bar +\end{foo}