Skip to content
Snippets Groups Projects
Commit 58233eb1 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

email per url-Makro ausgeben

parent 7738088c
No related branches found
No related tags found
No related merge requests found
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
\multicolumn{1}{@{}l@{}}{\rlap{% \multicolumn{1}{@{}l@{}}{\rlap{%
\negthinspace\negthinspace\parbox{244bp}{\dotfill}}} \\ \negthinspace\negthinspace\parbox{244bp}{\dotfill}}} \\
\ifx\vl@ShippingEmail\@empty\else \ifx\vl@ShippingEmail\@empty\else
E-Mail: & \vl@ShippingEmail \\ E-Mail: & \expandafter\url\expandafter{\vl@ShippingEmail} \\
\fi \fi
\ifx\vl@ShippingPhone\@empty\else \ifx\vl@ShippingPhone\@empty\else
Telefon: & \vl@ShippingPhone Telefon: & \vl@ShippingPhone
......
...@@ -150,10 +150,10 @@ ...@@ -150,10 +150,10 @@
\multicolumn{1}{@{}l@{}}{\rlap{% \multicolumn{1}{@{}l@{}}{\rlap{%
\negthinspace\negthinspace\parbox{244bp}{\dotfill}}} \\ \negthinspace\negthinspace\parbox{244bp}{\dotfill}}} \\
\ifx\vl@ShippingEmail\@empty\else \ifx\vl@ShippingEmail\@empty\else
E-Mail: & \vl@ShippingEmail \\ E-Mail: & \expandafter\url\expandafter{\vl@ShippingEmail} \\
\fi \fi
\ifx\vl@ShippingPhone\@empty\else \ifx\vl@ShippingPhone\@empty\else
Telefon: & \vl@ShippingPhone Telefon: & \vl@ShippingPhone
\fi \fi
\end{tabular}\\[.5em] \end{tabular}\\[.5em]
\fi \fi
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
,fontsize=10pt ,fontsize=10pt
]{scrartcl} ]{scrartcl}
\RequirePackage{ifxetex,ifluatex,setspace} \RequirePackage{ifxetex,ifluatex,setspace,url}
\setstretch{1.5} \setstretch{1.5}
\newif\ifXeOrLua \XeOrLuafalse \newif\ifXeOrLua \XeOrLuafalse
\ifxetex\XeOrLuatrue\else\ifluatex\XeOrLuatrue\fi\fi \ifxetex\XeOrLuatrue\else\ifluatex\XeOrLuatrue\fi\fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment