blob: 9e65b900a027637475e5280279f83594c5ab858b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
% vim:ft=latex
% !TeX
% ^ @keyword.directive
%& filename
% ^ @keyword.directive
\begin{equation} \frac{4}{2} + 128 \text{hello} \sum_{n=1}^{\text{hi\_hi\^hi}} n \end{equation}
% ^ @markup.math ^ @none ^ @function
\begin{equation}
a = b % Comment here
% ^ @comment
% ^ @markup.math
\end{equation}
\begin{equation}
a = b % Comment here
% ^ @comment
b = c
\end{equation}
\text{
hi $here$ is some text % with a comment
% ^ @comment
% ^ @markup.math
}
\textbf{
here is some text $5 + 2$ % with a comment
% ^ @comment
% ^ @markup.math
}
\textit{
here is some text $5 + 2$ % with a comment
% ^ @comment
% ^ @markup.math
}
|