From 45b717db96af2c58301748953c1623bdc8f43ea5 Mon Sep 17 00:00:00 2001 From: mirabilos <thorsten.glaser@teckids.org> Date: Sun, 12 Aug 2018 20:44:55 +0200 Subject: [PATCH] for all wrapfig users in teckids2, default to no intextsep (part of handling the excess whitespace wrapfig pads them with) --- teckids2style.sty | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teckids2style.sty b/teckids2style.sty index bda525b..d2a0da6 100644 --- a/teckids2style.sty +++ b/teckids2style.sty @@ -37,7 +37,7 @@ % • (em dash) → \dash \NeedsTeXFormat{LaTeX2e}% -\ProvidesPackage{teckids2style}[2018/08/05 1.5 Teckids TeX/LaTeX style, second epoch]% Teχ/LᴬTᴇX +\ProvidesPackage{teckids2style}[2018/08/12 1.6 Teckids TeX/LaTeX style, second epoch]% Teχ/LᴬTᴇX \RequirePackage{accsupp}% \RequirePackage[utf8]{inputenc}% @@ -54,6 +54,7 @@ \RequirePackage{multirow}% \renewcommand{\multirowsetup}{}% \RequirePackage{wrapfig}% +\setlength{\intextsep}{0pt}% \RequirePackage{intcalc}% \RequirePackage[writefile]{listings}% \RequirePackage{tocloft}% -- GitLab