from github to this gitea
This commit is contained in:
27
obsidian plugin LaTeX suite.md
Normal file
27
obsidian plugin LaTeX suite.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
alias: "LaTeX suite"
|
||||
---
|
||||
up::[[obsidian plugins]]
|
||||
link::https://github.com/artisticat1/obsidian-latex-suite
|
||||
title::"raccourcis et conceal pour LaTeX"
|
||||
#obsidian
|
||||
|
||||
----
|
||||
- raccourcis clavier pour taper du LaTeX
|
||||
- utilise les raccourcis [[post queue docstring#^snippets-latex|raccourcis de gilles castel]]
|
||||
- conceal du $\LaTeX$ : permet de mieux voir ce que l'on tape
|
||||
|
||||
# Raccourcis
|
||||
|
||||
- `mk` : mode maths, `dm` : double maths (`$$ \n $$`)
|
||||
- [!] fonctionne en dehors du mode maths
|
||||
- `beg` : `begin...end`
|
||||
- `@` puis une lettre : lettres grecques
|
||||
- `sr` et `cb` : _squared_ et _cubed_ ex : `(2sr)cb` --> $(2^{2})^{3}$
|
||||
- `rd` : puissance
|
||||
- `sum`, `lim` etc... : ajoute `\limits`
|
||||
- [*] doubler un caractère le transforme en LaTeX
|
||||
- `xx` --> $\times$
|
||||
- `**` --> $\cdot$
|
||||
- `||` --> $\mid$
|
||||
- `orr` --> $\vee$
|
||||
Reference in New Issue
Block a user