Python begonnen, Latex/Typst weiter formartiert
This commit is contained in:
+19
-17
@@ -121,29 +121,31 @@
|
||||
| `\leadsto` | $\leadsto$ | arrow.r.squiggly | ~> |
|
||||
| `\leftleftarrows` | $\leftleftarrows$ | arrows.ll | |
|
||||
| `\rightrightarrows` | $\rightleftarrows$ | arrows.rr | |
|
||||
# Temp
|
||||
|
||||
## Set and Elements
|
||||
|
||||
| LaTeX | Preview | Typst |
|
||||
| ------------- | ------- | ----------- |
|
||||
| `\in` | $\in$ | in |
|
||||
| `\subset` | $\subset$ | subset |
|
||||
| `\subseteq` | $\subseteq$ | subset.eq |
|
||||
| `\supset` | $\supset$ | supset |
|
||||
| `\supseteq` | $\supseteq$ | supset.eq |
|
||||
| LaTeX | Preview | Typst |
|
||||
| ------------- | ------------- | --------- |
|
||||
| `\in` | $\in$ | in |
|
||||
| `\subset` | $\subset$ | subset |
|
||||
| `\subseteq` | $\subseteq$ | subset.eq |
|
||||
| `\supset` | $\supset$ | supset |
|
||||
| `\supseteq` | $\supseteq$ | supset.eq |
|
||||
| `\varnothing` | $\varnothing$ | diameter |
|
||||
|
||||
## Non-mathematical Symbols
|
||||
|
||||
| LaTeX | Preview | Typst |
|
||||
| ------------ | ------- | ----------- |
|
||||
| `\$` | $ | `\$` |
|
||||
| `\pounds` | £ | `pound` |
|
||||
| `\yen` | ¥ | `yen` |
|
||||
| `\copyright` | c◯ | `copyright` |
|
||||
| `\S` | § | `section` |
|
||||
| `\P` | ¶ | `pilcrow` |
|
||||
| LaTeX | Preview | Typst |
|
||||
| ------------ | ------------ | --------- |
|
||||
| `\$` | $\$$ | \\$ |
|
||||
| `\pounds` | $\pounds$ | pound |
|
||||
| `\yen` | $\yen$ | yen |
|
||||
| `\copyright` | $\copyright$ | copyright |
|
||||
| `\S` | $\S$ | section |
|
||||
| `\P` | $\P$ | pilcrow |
|
||||
|
||||
##
|
||||
|
||||
# Temp
|
||||
|
||||
## Miscellaneous Symbols
|
||||
|
||||
|
||||
Reference in New Issue
Block a user