forked from testg/test_repo
Compare commits
2 Commits
b4130d5cab
...
中文分支
Author | SHA1 | Date | |
---|---|---|---|
7d30518988 | |||
8be74047e7 |
8
.gitea/ISSUE_TEMPLATE/test.md
Normal file
8
.gitea/ISSUE_TEMPLATE/test.md
Normal file
@@ -0,0 +1,8 @@
|
||||
-----
|
||||
name: "test"
|
||||
about: "This template is for testing!"
|
||||
title: "[TEST] "
|
||||
labels:
|
||||
- bug
|
||||
-----
|
||||
This is the template!
|
12
README.org
12
README.org
@@ -1,12 +0,0 @@
|
||||
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)
|
||||
- \(\sum_{i=1}^n a_n\)
|
||||
- \[\sum_{i=1}^n a_n\]
|
||||
- $$\sum_{i=1}^n a_n$$
|
||||
- \begin{xyz}\sum_{i=1}^n a_n\end{xyz}
|
||||
- \begin{xyz}
|
||||
\sum_{i=1}^n a_n
|
||||
\end{xyz}
|
||||
- $2 + 2$, $3 - 3$
|
Reference in New Issue
Block a user