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

"Gas" wirklich optional

parent 99b5a1e2
No related branches found
No related tags found
No related merge requests found
......@@ -120,16 +120,6 @@
\ks@tab\expandafter{\the\ks@tab#1}%
}
\newcommand*\ks@addTabLineX[1]{%
\def\@tempc{}%
\@for\@tempa:=#1\do{%
\edef\@tempb{\the\ks@tab\@tempc\noexpand\smash{%
\noexpand\parbox[t]{\hsize}{\noexpand\raggedright\@tempa}}}%
\ks@tab\expandafter{\@tempb}%
\def\@tempc{&}%
}%
}
\newcommand*\ks@addTabLine[1]{%
\def\@tempc{}%
\@for\@tempa:=#1\do{%
......@@ -272,7 +262,10 @@
\repeat
\edef\@tempa{\noexpand\begin{longtable}{@{}\@tempa @{}}}%
\expandafter\ks@add\expandafter{\@tempa}%
\ks@add{\\\toprule\multicolumn{\the\@tempcntb}{@{}c@{}}{Gas:~#1}\\\toprule}%
\ks@add{\\\toprule}%
\ifx\relax#1\relax\else
\ks@add{\multicolumn{\the\@tempcntb}{@{}c@{}}{Gas:~#1}\\\toprule}%
\fi
\ks@add{#3}%
\ks@add{\end{longtable}}%
}
......
......@@ -23,7 +23,7 @@ mbar&mbar&mbar&mbar&&\\\toprule\endhead
8.768E-05&8.88E-05&1.00E-08&8.88E-05&1.3E-02&2.2E-02\\\bottomrule
}
\resultTable[H$_2$]{ 6 }{%
\resultTable{ 6 }{%
{\(p_{cal}\)}&{\(p_{ind}\)}&{\(p_r\)}&{\(p_{ind} - p_r\)}&{\(e\)}&{\(U(k=2)\)}\\
mbar&mbar&mbar&mbar&&\\\toprule\endhead
2.954E-08&3.27E-08&1.66E-09&3.10E-08&5.1E-02&2.6E-02\\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment