diff --git a/README.md b/README.md
index 257e865..370a3b7 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ Diese Repository ist für die Übungsgruppe am Mittwoch.
- Protokolle findet man [hier](./protocol).
- Notizen findet man [hier](./notes).
+- Symbolverzeichnis findet man in [notes/glossar.md](./notes/glossar.md).
## LaTeX ##
diff --git a/notes/glossar.md b/notes/glossar.md
index 580ec19..ee44c3c 100644
--- a/notes/glossar.md
+++ b/notes/glossar.md
@@ -14,26 +14,26 @@
| Symbol | Referenz (im Skript) | Kurze Beschreibung |
| :----- | :------------------- | :----------------- |
-| ℒ | §8 Definition, VL2, Seite 8 | Die Menge der Literale |
-| ℱ | §8 Definition, VL2, Seite 8 | Die „AL-Sprache“, Menge aller AL-Formeln |
-| Aᵢ | §8 Definition, VL2, Seite 8 | das i-te Atom in der AL-Sprache |
-| ¬ | §8 Definition, VL2, Seite 8 | Negationsjunktor („nicht“) |
-| ⋀ | §8 Definition, VL2, Seite 8 | Konjunktionsjunktor („und“) |
-| ⋁ | §8 Definition, VL2, Seite 8 | Konjunktionsjunktor („oder“) |
-| ⟶ | VL2, Seite 47 | **Abkürzung** für Implikation |
-| ⟷ | VL2, Seite 47 | **Abkürzung** für Doppeltimplikation |
+| `ℒ` | §8 Definition, VL2, Seite 8 | Die Menge der Literale |
+| `ℱ` | §8 Definition, VL2, Seite 8 | Die „AL-Sprache“, Menge aller AL-Formeln |
+| `Aᵢ` | §8 Definition, VL2, Seite 8 | das i-te Atom in der AL-Sprache |
+| `¬` | §8 Definition, VL2, Seite 8 | Negationsjunktor („nicht“) |
+| `⋀` | §8 Definition, VL2, Seite 8 | Konjunktionsjunktor („und“) |
+| `⋁` | §8 Definition, VL2, Seite 8 | Konjunktionsjunktor („oder“) |
+| `⟶` | VL2, Seite 47 | **Abkürzung** für Implikation |
+| `⟷` | VL2, Seite 47 | **Abkürzung** für Doppeltimplikation |
| erf., taut.,
widerlegbar,
unerf. | §10 Definition, VL2, Seite 68 | Die „klassischen“ Probleme |
-| ⊨ | §9 Definition, VL2, Seite 34 | Erfüllbarkeitsbeziehung: I ⊨ F gdw. I erf. F |
-| ≡ | §13 Definition, VL3, Seite 11 | F ≡ G gdw. F, G **semantisch** äquivalent |
-| = | — | F = G gdw. F und G _dieselbe_ Formel sind |
-| eval(·,·) | §16 Algorithmus, VL3, Seite 30 | Evaluation: eval(F,I)=1 gdw. I ⊨ F |
-| Atome(·) | §5 Definition, V2, Seite 14 | Atome(F) = Menge aller Atome in F |
-| TF(·) | §35 Definition, VL5, Seite 56 | TF(F) = Menge aller Teilformeln in F (inkl. F) |
-| tᵥ | §37 Definition, VL5, Seite 64 | Abbildung, die Teilformeln auf Literale abbildet |
-| tseiᵥ | §37 Definition, VL5, Seite 64 | Tseitin-Transformation |
-| res(·) | §41–43 Definition, VL6, Seiten 37–43 | res(F) = Menge aller Resolventen aus Disjunktionsgliedern aus F |
-| Res(·) | §43 Definition, VL6, Seite 43 | Res(F) = F ∪ res(F) |
-| Res⁽ⁿ⁾(·) | §43 Definition, VL6, Seite 43 | Res(Res(···Res(F)···)), _n_ Mal |
-| Res*(·) | §43 Definition, VL6, Seite 43 | Resolutionshülle |
+| `⊨` | §9 Definition, VL2, Seite 34 | Erfüllbarkeitsbeziehung: `I ⊨ F` gdw. `I` erf. `F` |
+| `≡` | §13 Definition, VL3, Seite 11 | `F ≡ G` gdw. `F`, `G` **semantisch** äquivalent |
+| `=` | — | `F = G` gdw. `F` und `G` _dieselbe_ Formel sind |
+| `eval(·,·)` | §16 Algorithmus, VL3, Seite 30 | Evaluation: `eval(F,I)=1` gdw. `I ⊨ F` |
+| `Atome(·)` | §5 Definition, V2, Seite 14 | `Atome(F) =` Menge aller Atome in `F` |
+| `TF(·)` | §35 Definition, VL5, Seite 56 | `TF(F) =` Menge aller Teilformeln in `F` (inkl. `F` selbst) |
+| `tᵥ` | §37 Definition, VL5, Seite 64 | Abbildung, die Teilformeln auf Literale abbildet |
+| `tseiᵥ` | §37 Definition, VL5, Seite 64 | Tseitin-Transformation |
+| `res(·)` | §41–43 Definition, VL6, Seiten 37–43 | `res(F) =` Menge aller Resolventen aus Disjunktionsgliedern aus `F` |
+| `Res(·)` | §43 Definition, VL6, Seite 43 | `Res(F) = F ∪ res(F)` |
+| `Res⁽ⁿ⁾(·)` | §43 Definition, VL6, Seite 43 | `Res(Res(···Res(F)···)), _n_ Mal` |
+| `Res*(·)` | §43 Definition, VL6, Seite 43 | Resolutionshülle |
... (wird fortgesetzt)
diff --git a/protocol/woche8.md b/protocol/woche8.md
index 068757f..ce9c992 100644
--- a/protocol/woche8.md
+++ b/protocol/woche8.md
@@ -4,6 +4,7 @@
- [ ] 2–5 min Organisatorisches
- Feedback zu HA 1
+ - Symbolverzeichnis findet man in [notes/glossar.md](./../notes/glossar.md).
- [ ] Serie 3, Seminaraufgaben besprechen
- [ ] SemA 3.1
- [ ] SemA 3.2