From 96fc37cb260dc48d3bc2a4d2b7702236352befe6 Mon Sep 17 00:00:00 2001 From: Thorsten Glaser <thorsten.glaser@teckids.org> Date: Sat, 16 Jul 2016 15:11:13 +0200 Subject: [PATCH] [verein.git] new command \dash (surrounded by spaces) to render an em dash (surrounded by hair space) --- teckids.sty | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/teckids.sty b/teckids.sty index 5b08907..57652d2 100644 --- a/teckids.sty +++ b/teckids.sty @@ -4,6 +4,8 @@ % Dominik George <dominik.george@teckids.org> % Copyright © 2014, 2015 % Thorsten “mirabilos†Glaser <thorsten.glaser@teckids.org> +% Copyright © 2015, 2016 +% Thorsten Glaser <t.glaser@tarent.de> % Copyright © 2015 % Niklas Bildhauer <niklas.bildhauer@teckids.org> % with contributions by (among others) @@ -284,6 +286,10 @@ \newunicodechar{â˜}{\opposition} \newunicodechar{‑}{-\nolinebreak\hspace{0pt}} +% em dash +\def\dash{\unskip\kern.16667em\textemdash\penalty\exhyphenpenalty\hskip.16667em\relax} +% for footnotes +\newcommand{\Hair}{\kern.16667em} \newcommand{\ankreuzen}{Bitte zum Beispiel so → \CheckedBox\hspace{0.05cm} ↠ankreuzen!} \newcommand{\angekreuzteskaestchen}{\CheckedBox\hspace{0.1cm}} -- GitLab