Remove superfluous latex test case and fix description
This commit is contained in:
parent
adeeb9235d
commit
2347800922
3 changed files with 3 additions and 18 deletions
9
org/testdata/latex.html
vendored
9
org/testdata/latex.html
vendored
|
@ -1,5 +1,5 @@
|
|||
<p>
|
||||
without latex delimiters the <code class="verbatim">_{i=1}</code> and <code class="verbatim">_n</code> in <code class="verbatim">\sum_{i=1}^n a_n</code> are interpreted as subscripts.
|
||||
without latex delimiters the <code class="verbatim">_{i=1}</code> in <code class="verbatim">\sum_{i=1}^n a_n</code> is interpreted as subscript.
|
||||
we support <code class="verbatim">\(...\)</code>, <code class="verbatim">\[...\]</code>, <code class="verbatim">$$...$$</code> and <code class="verbatim">\begin{$env}...\end{$env}</code> as latex fragment delimiters.
|
||||
</p>
|
||||
<ul>
|
||||
|
@ -35,11 +35,4 @@ $$\sum_{i=1}^n a_n$$
|
|||
\end{xyz}
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
\begin{xyz}
|
||||
foobar
|
||||
\end{xyz}
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
6
org/testdata/latex.org
vendored
6
org/testdata/latex.org
vendored
|
@ -1,4 +1,4 @@
|
|||
without latex delimiters the =_{i=1}= and =_n= in =\sum_{i=1}^n a_n= are interpreted as subscripts.
|
||||
without latex delimiters the =_{i=1}= in =\sum_{i=1}^n a_n= is interpreted as subscript.
|
||||
we support =\(...\)=, =\[...\]=, =$$...$$= and =\begin{$env}...\end{$env}= as latex fragment delimiters.
|
||||
|
||||
- \sum_{i=1}^n a_n (without latex delimiter)
|
||||
|
@ -9,7 +9,3 @@ we support =\(...\)=, =\[...\]=, =$$...$$= and =\begin{$env}...\end{$env}= as la
|
|||
- \begin{xyz}
|
||||
\sum_{i=1}^n a_n
|
||||
\end{xyz}
|
||||
|
||||
- \begin{xyz}
|
||||
foobar
|
||||
\end{xyz}
|
||||
|
|
6
org/testdata/latex.pretty_org
vendored
6
org/testdata/latex.pretty_org
vendored
|
@ -1,4 +1,4 @@
|
|||
without latex delimiters the =_{i=1}= and =_n= in =\sum_{i=1}^n a_n= are interpreted as subscripts.
|
||||
without latex delimiters the =_{i=1}= in =\sum_{i=1}^n a_n= is interpreted as subscript.
|
||||
we support =\(...\)=, =\[...\]=, =$$...$$= and =\begin{$env}...\end{$env}= as latex fragment delimiters.
|
||||
|
||||
- \sum_{i=1}^n a_n (without latex delimiter)
|
||||
|
@ -9,7 +9,3 @@ we support =\(...\)=, =\[...\]=, =$$...$$= and =\begin{$env}...\end{$env}= as la
|
|||
- \begin{xyz}
|
||||
\sum_{i=1}^n a_n
|
||||
\end{xyz}
|
||||
|
||||
- \begin{xyz}
|
||||
foobar
|
||||
\end{xyz}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue