添加 'add.c' #4
12
README.org
Normal file
12
README.org
Normal file
@@ -0,0 +1,12 @@
|
||||
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$
|
4
add.c
Normal file
4
add.c
Normal file
@@ -0,0 +1,4 @@
|
||||
int add(int a, int b)
|
||||
a1012112796 marked this conversation as resolved
|
||||
{
|
||||
return a + b;
|
||||
a1012112796
commented
test msg test msg
a1012112796
commented
ppp ppp
|
||||
}
|
Reference in New Issue
Block a user
test comment