From 5f37eb7c5aa881ae16ef40154e4f1d562846325b Mon Sep 17 00:00:00 2001 From: mirabilos <thorsten.glaser@teckids.org> Date: Thu, 23 Aug 2018 17:18:08 +0200 Subject: [PATCH] add Y and Z[1] new tabu types, like X except with automatic strut from https://tex.stackexchange.com/q/139261/43807 --- teckids2style.sty | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/teckids2style.sty b/teckids2style.sty index 01fcc8a..9ed9052 100644 --- a/teckids2style.sty +++ b/teckids2style.sty @@ -31,7 +31,7 @@ % • (em dash) → \dash \NeedsTeXFormat{LaTeX2e}% -\ProvidesPackage{teckids2style}[2018/08/22 1.10 Teckids TeX/LaTeX style, second epoch]% +\ProvidesPackage{teckids2style}[2018/08/23 1.11 Teckids TeX/LaTeX style, second epoch]% \RequirePackage{accsupp}% \RequirePackage[utf8]{inputenc}% @@ -82,6 +82,11 @@ \newcommand{\teckidslogo}[1][10cm]{\includegraphics[width=#1]{teckids_logo}}% +\newcolumntype{Y}{>{\strut\hspace{0pt}}X<{\nolinebreak\hspace{0pt}\strut}}% +\newcolumntype{Z}[1]{>{\strut\hspace{0pt}}X[#1]<{\nolinebreak\hspace{0pt}\strut}}% +\tabucolumn Y% +\tabucolumn Z% + \hypersetup{ colorlinks = true, linkcolor = teckidsbluestroke, -- GitLab