From c859474074cc176eab580b2169b24cd70a2a4a32 Mon Sep 17 00:00:00 2001 From: niepra01 <rolf.niepraschk@ptb.de> Date: Wed, 15 Jul 2015 09:20:22 +0200 Subject: [PATCH] Makro vl@firm u.a. jetzt "long" --- adressaufkleber/vl-addressLabels.cls | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/adressaufkleber/vl-addressLabels.cls b/adressaufkleber/vl-addressLabels.cls index 72feab7..7c2dcaf 100644 --- a/adressaufkleber/vl-addressLabels.cls +++ b/adressaufkleber/vl-addressLabels.cls @@ -3,7 +3,7 @@ \listfiles \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{vl-addressLabels} - [2015/04/30 v0.1e Dokumentenklasse (RN/PTB)] + [2015/07/15 v0.1f Dokumentenklasse (RN/PTB)] \newcommand*\vl@lang{english} @@ -126,13 +126,13 @@ \mbox{} } -\newcommand*\vl@firm{} -\newcommand*\vl@attn{}% "z.\,Hd.", "Attn:" oder "c/o" -\newcommand*\vl@name{} -\newcommand*\vl@street{} -\newcommand*\vl@zip{} -\newcommand*\vl@town{} -\newcommand*\vl@land{} +\newcommand\vl@firm{} +\newcommand\vl@attn{}% "z.\,Hd.", "Attn:" oder "c/o" +\newcommand\vl@name{} +\newcommand\vl@street{} +\newcommand\vl@zip{} +\newcommand\vl@town{} +\newcommand\vl@land{} \AddToShipoutPictureBG*{% \vlLabels @@ -189,12 +189,12 @@ \RequirePackage{trimspaces} -\newcommand*\firm[1]{\xdef\vl@firm{\trim@spaces{#1}}} -\newcommand*\attn[1]{\xdef\vl@attn{\trim@spaces{#1}}} -\newcommand*\name[1]{\xdef\vl@name{\trim@spaces{#1}}} -\newcommand*\street[1]{\xdef\vl@street{\trim@spaces{#1}}} -\newcommand*\zip[1]{\xdef\vl@zip{{\trim@spaces{#1}}}} -\newcommand*\town[1]{\xdef\vl@town{\trim@spaces{#1}}} +\newcommand\firm[1]{\xdef\vl@firm{\trim@spaces{#1}}} +\newcommand\attn[1]{\xdef\vl@attn{\trim@spaces{#1}}} +\newcommand\name[1]{\xdef\vl@name{\trim@spaces{#1}}} +\newcommand\street[1]{\xdef\vl@street{\trim@spaces{#1}}} +\newcommand\zip[1]{\xdef\vl@zip{{\trim@spaces{#1}}}} +\newcommand\town[1]{\xdef\vl@town{\trim@spaces{#1}}} \let\land=\relax \newcommand*\land[1]{\xdef\vl@land{\trim@spaces{#1}}} -- GitLab