From 9c4828ab7874276aeaa286b79374cc1b3d9cc94c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Thu, 6 Feb 2020 18:52:06 +0100 Subject: [PATCH] LaTeX: Tilde vor U+00A0 ersetzen, sonst wird aus U+00A0 eine LaTeX-Tilde MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Da die Tilde in LaTeX eben für non-breaking whitespace steht, darf diese nicht durch die mittig gesetzte Tilde ersetzt werden. Deshalb hier die Reihenfolge ändern. --- locale/de/special_chars | 2 +- locale/en/special_chars | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/de/special_chars b/locale/de/special_chars index 70e8d2bec..81cdc48b1 100644 --- a/locale/de/special_chars +++ b/locale/de/special_chars @@ -34,7 +34,7 @@ order=< > \n \n=
[Template/LaTeX] -order=\\ & \n \r " $ % _ # ^ { } < > £ ± ² ³ ° § ® © \xad \xa0 ➔ → ← ↔ ↕ | − ≤ ≥ ‐ ​ Ω μ Δ ~ +order=\\ & \n \r " $ % _ # ^ { } < > £ ± ² ³ ° § ® © ~ \xad \xa0 ➔ → ← ↔ ↕ | − ≤ ≥ ‐ ​ Ω μ Δ \\=\\textbackslash\s = "='' diff --git a/locale/en/special_chars b/locale/en/special_chars index 0712bc52a..353c782a6 100644 --- a/locale/en/special_chars +++ b/locale/en/special_chars @@ -29,7 +29,7 @@ order=< > \n \n=
[Template/LaTeX] -order=\\ & \n \r " $ % _ # ^ { } < > £ ± ² ³ ° § ® © \xad \xa0 ➔ → ← | − ≤ ≥ ‐ ​ Ω μ Δ ~ +order=\\ & \n \r " $ % _ # ^ { } < > £ ± ² ³ ° § ® © ~ \xad \xa0 ➔ → ← | − ≤ ≥ ‐ ​ Ω μ Δ \\=\\textbackslash\s = "='' -- 2.20.1