Skip to content

Commit 0e1cef8

Browse files
mafulafunkclaude
andcommitted
Fix umlaut rendering in LaTeX formula
Use LaTeX escape \"u instead of UTF-8 ü to fix MathJax rendering Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5e42f7d commit 0e1cef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PITCHME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Relationenalgebra auf der Kommandozeile
7171
# Selektion
7272

7373
> $$
74-
> \sigma_{\text{A}}(R) := \{ t | t \in R \wedge t \text{ erfüllt A} \}
74+
> \sigma_{\text{A}}(R) := \{ t | t \in R \wedge t \text{ erf\"ullt A} \}
7575
> $$
7676
7777
- `SELECT * FROM Customers`

0 commit comments

Comments
 (0)