Python begonnen, Latex/Typst weiter formartiert

This commit is contained in:
2026-09-10 14:17:00 +02:00
parent ff77e6d7bb
commit 5a732b5490
2 changed files with 58 additions and 17 deletions
+19 -17
View File
@@ -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