Skip to content

Commit

Permalink
remove VSCodium Tex extension from notes, see #176 (#243)
Browse files Browse the repository at this point in the history
* remove VSCodium Tex extension from notes, see #176

* catch code block key combinations

* catch code block key combinations
  • Loading branch information
chrbeckm authored Aug 28, 2023
1 parent 96cae4d commit 6894e8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
5 changes: 1 addition & 4 deletions install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ und enthalten Tracking Software. Deswegen empfehlen wir VSCodium, eine Open-Sour

$ sudo pacman -S code

Starte VSCodium nach der Installation, klicke in der linken Leiste auf
`Extensions` (unterstes Symbol) und suche nach „TexLab LSP Client“,
installiere die Extension mit einem Klick auf den `install` Knopf.

### Python Installation: Mambaforge

Expand Down Expand Up @@ -210,7 +207,7 @@ Es sollte folgende Ausgabe erscheinen:
restricted system commands enabled.
**

Mit Strg-C beenden.
Mit `Strg` + `c` beenden.

$ biber

Expand Down
12 changes: 2 additions & 10 deletions install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,22 +92,14 @@ und enthalten Tracking Software. Deswegen empfehlen wir VSCodium, eine Open-Sour
- Die App öffnen. Bei neueren macOS Versionen verhindert macOS eventuell den Start
und du musst zunächst in den Systemeinstellungen unter "Allgemein" und "Sicherheit"
auf den "Dennoch öffen" Button klicken.
- In VSCodium mit `Shift+cmd+p` die Kommando-Palette öffnen und
- In VSCodium mit `Shift` + `cmd` + `p` die Kommando-Palette öffnen und
`Shell Command: Install 'code' command in PATH` ausführen.
Nun wird VSCodium auch geöffnet, wenn im Terminal `codium` eingeben wird.

Um git beizubringen, VSCodium zu benutzen, im Terminal:

git config --global core.editor "codium --wait"

- Damit du besser in VSCodium LaTeX-Code schreiben kannst,
schlagen wir das Plugin `TexLab LSP Client` vor,
welches wie folgt installiert werden kann:
- Mit `Shift+cmd+x` die Extensions öffnen
- `TexLab LSP Client` suchen
- `install` anklicken
- VSCodium neu starten

### Anaconda

- [Anaconda](https://www.anaconda.com/products/individual#Downloads): Python und
Expand Down Expand Up @@ -188,7 +180,7 @@ Es sollte folgende Ausgabe erscheinen:
restricted system commands enabled.
**

Mit `Strg` + `C` beenden.
Mit `Strg` + `c` beenden.

biber

Expand Down

0 comments on commit 6894e8e

Please sign in to comment.