From b448cdda5bf2dfedc04677f3afd72a3fb52273ce Mon Sep 17 00:00:00 2001 From: Rolf Niepraschk <Rolf.Niepraschk@ptb.de> Date: Wed, 17 Jun 2020 13:28:41 +0200 Subject: [PATCH] "\varwidth" --> "\varwidth[t]" --- kalibrierschein.cls | 2 +- ks-common.clo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kalibrierschein.cls b/kalibrierschein.cls index 0111ce8..0d940a9 100644 --- a/kalibrierschein.cls +++ b/kalibrierschein.cls @@ -177,7 +177,7 @@ footskip=0bp, %\showthe\ks@tab } \RequirePackage{varwidth} -\newcolumntype{v}{>{\varwidth{\linewidth}}l<{\endvarwidth}} +\newcolumntype{v}{>{\varwidth[t]{\linewidth}}l<{\endvarwidth}} \newcommand*\ks@getColSpec[2]{% #1 = comma list, #2 = result macro \let#2=\@empty \@for\@tempa:=#1\do{% diff --git a/ks-common.clo b/ks-common.clo index 35c1e56..1eac627 100644 --- a/ks-common.clo +++ b/ks-common.clo @@ -55,7 +55,7 @@ \advance\@tempdimb-51bp % \@tempdimc=\@tempdimb \advance\@tempdimc-10bp % \put(\@tempdima,\@tempdimb){Hersteller:} - \put(\@tempdimd,\@tempdimb){\ks@printDevicesTable{27bp}{23bp}}% + \put(\@tempdimd,\@tempdimb){\ks@printDevicesTable{28bp}{23bp}}% \put(\@tempdima,\@tempdimc){\scriptsize\itshape Manufacturer:} %-------------------------------- \advance\@tempdimb-41bp % -- GitLab