summaryrefslogtreecommitdiff
path: root/test/syntax/code/tex
diff options
context:
space:
mode:
Diffstat (limited to 'test/syntax/code/tex')
-rw-r--r--test/syntax/code/tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/syntax/code/tex b/test/syntax/code/tex
new file mode 100644
index 00000000..10b25557
--- /dev/null
+++ b/test/syntax/code/tex
@@ -0,0 +1,17 @@
+\documentclass{article}
+\usepackage[koi8-r]{inputenc}
+\hoffset=0pt
+\voffset=.3em
+\tolerance=400
+\newcommand{\eTiX}{\TeX}
+\begin{document}
+\section*{Highlight.js}
+\begin{table}[c|c]
+$\frac 12\, + \, \frac 1{x^3}\text{Hello \! world}$ & \textbf{Goodbye\~ world} \\\eTiX $ \pi=400 $
+\end{table}
+Ch\'erie, \c{c}a ne me pla\^\i t pas! % comment \b
+G\"otterd\"ammerung~45\%=34.
+$$
+ \int\limits_{0}^{\pi}\frac{4}{x-7}=3
+$$
+\end{document}