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

Änderungen zu "serialNo" wieder rückgängig

parent 0655cdf7
No related branches found
No related tags found
No related merge requests found
......@@ -220,24 +220,13 @@
\ks@tab\expandafter{\the\ks@tab#1}%
}
\newcommand*\ks@addTabLine[1]{% TODO: analog zu \ks@addCommaItems
\def\@tempc{}%
\@for\@tempa:=#1\do{%
\edef\@tempb{\the\ks@tab\@tempc\@tempa}%
\ks@tab\expandafter{\@tempb}%
\def\@tempc{&}%
}%
}
\newcommand*\ks@addCommaItems[1]{%
\newcommand*\ks@addTabLine[1]{%
\def\@tempc{}%
\@for\@tempa:=#1\do{%
\edef\@tempb{\noexpand\ks@tab\noexpand\expandafter{%
\the\noexpand\ks@tab\@tempc\@tempa}}%
%\show\@tempb
\@tempb
\def\@tempc{\noexpand\\}%
%\showthe\ks@tab
\def\@tempc{\noexpand&}% \noexpand hier unnötig, aber ...
}%
}
......@@ -261,9 +250,9 @@
\ks@add{\tabularnewline[#2]}%
\ks@addTabLine{\ks@type}%
\ks@add{\tabularnewline[#3]}%
%%%\ks@addTabLine{\ks@serialNo}%
\ks@addTabLine{\ks@serialNo}%
%%\ks@add{\ks@serialNo}%
\ks@addCommaItems{\ks@serialNo}%
%%\ks@addCommaItems{\ks@serialNo}% ???
\ks@add{\end{tabularx}}%
\begingroup
\tabcolsep=1em %
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment