-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You can say you to me #236
Conversation
Changing of the wording in linux and macos installation notes, not in the Python part as for #230
addressing comments of Anno
install/linux.md
Outdated
|
||
Die Binärdateien, die Microsoft zur Verfügung stellt, haben eine Closed Source | ||
Die Binärdateien, die Microsoft bei VSCode zur Verfügung stellt, haben eine Closed Source |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Closed-Source-Lizenz"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Proprietär
install/linux.md
Outdated
|
||
Die Binärdateien, die Microsoft zur Verfügung stellt, haben eine Closed Source | ||
Die Binärdateien, die Microsoft bei VSCode zur Verfügung stellt, haben eine Closed Source | ||
Lizenz und enthalten Tracking Software. Deswegen nutzen wir VSCodium. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should rephrase that last sentence to "Deswegen empfehlen wir VSCodium, eine Open-Source-Variante von VSCode."? Otherwise it may be confusing for some to read both VSCode and VSCodium...
problem.md
Outdated
|
||
Wenn Fehler während des Arbeitens mit den Programmen auftreten, | ||
sollte erstmal versucht werden selbstständig das Problem zu lösen. | ||
Hierfür sollte die Fehlermeldung durchgelesen werden, dieses kann schon | ||
das Problem lösen. Wenn die Fehlermeldung nicht so einfach zu verstehen ist, | ||
kann nach dem Fehler gesucht werden, wie kann so etwas aussehen: | ||
kann nach dem Fehler gesucht werden; wie kann so etwas aussehen: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"[...] kann nach dem Fehler gesucht werden. Das kann dann folgendermaßen aussehen:"
problem.md
Outdated
- Auskommentieren von Code-Zeilen, um den Fehler einzugrenzen | ||
- Suchen des Fehlers in der Form | ||
- Programmname + Fehlermeldung + (Paket) | ||
|
||
Sollte dieses nicht helfen, könnt ihr uns eine Mail an | ||
Sollte dieses nicht helfen, kannst du uns eine Mail an |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Sollte dies" sounds better to me
install/latex_mini.md
Outdated
Damit das Programm anschließend ausführbar ist, muss der Pfad zu der Datei in der Konfigurationsdatei deiner Shell hinzugefügt werden. | ||
Dafür fügst du die folgende Zeile der Datei `~/.bashrc` oder `~/.zshrc` hinzu. | ||
Um zu sehen, welche Shell du benutzst, kannst du `echo $SHELL` im Terminal eingeben. | ||
Wenn die Ausgabe _bash_ ist, kannst du mit dem folgenden Befehl den Pfad zu TeXlive zum `PATH` hinzufügen |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpicky, but maybe something like "Wenn die Ausgabe bash enthält"? Just to make sure people are not confused to see something like bin/bash
...
install/dualboot.md
Outdated
|
||
Falls ihr einfach nur Linux installieren wollt, könnt ihr der Anleitung ab [Schritt 6](#einen-bootfähigen-usb-stick-für-die-linux-installation-erstellen) folgen. | ||
Falls ihr einfach nur Linux installieren wollt, | ||
könnt ihr der Anleitung ab |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing "du"
install/dualboot.md
Outdated
1. Öffnet das Programm `regedit`, am einfachsten, indem ihr `regedit` tippt, | ||
während das Startmenü offen ist. | ||
1. Öffne das Programm `regedit`; am einfachsten, indem du `regedit` tippst, | ||
während das Startmenü offen ist. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"während das Startmenü offen ist, und klicke auf Registrierungs-Editor
."
install/dualboot.md
Outdated
1. Keyboard-Layout sollte zu eurem Laptop passen, also vermutlich `German (eliminate dead keys)`. | ||
Die `eliminate dead keys` Variante sorgt dafür, dass Akzente direkt erscheinen, was sehr hilfreich für | ||
LaTeX ist. | ||
1. Die Ubuntu Installation scanned nun deine Festplatte und sollte Windows und den |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"scannt"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except for me suggesting a somewhat weird sounding wording in the previous review, this looks good to me 👍
install/dualboot.md
Outdated
@@ -101,7 +101,7 @@ und können in beiden System falsch sein. | |||
Um Windows ebenfalls auf UTC umzustellen, muss die Registry bearbeitet werden. | |||
|
|||
1. Öffne das Programm `regedit`; am einfachsten, indem du `regedit` tippst, | |||
während das Startmenü offen ist. | |||
während das Startmenü offen ist, und klicke auf `Registrierungs-Editor`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in hindsight "und auf Registrierungs-Editor
klickst" is better, sorry, my bad...
Changes to the wording in linux and macos installation notes, not in the Python part #230