Skip to content
Snippets Groups Projects
Commit eccc8c01 authored by Thomas Bock's avatar Thomas Bock :speech_balloon:
Browse files

better alighment of resulttable

parent 72636583
No related branches found
No related tags found
No related merge requests found
...@@ -345,7 +345,7 @@ ...@@ -345,7 +345,7 @@
\def\@tempa{}% \def\@tempa{}%
\loop\ifnum\@tempcnta>\z@ \loop\ifnum\@tempcnta>\z@
%%%\edef\@tempa{\@tempa S[table-column-width=\the\@tempdimc]}% ??? %%%\edef\@tempa{\@tempa S[table-column-width=\the\@tempdimc]}% ???
\edef\@tempa{\@tempa S}% \edef\@tempa{\@tempa r}%
\advance\@tempcnta\m@ne \advance\@tempcnta\m@ne
\repeat \repeat
\edef\@tempa{\noexpand\begin{longtable}{@{}\@tempa @{}}}% \edef\@tempa{\noexpand\begin{longtable}{@{}\@tempa @{}}}%
...@@ -374,14 +374,14 @@ ...@@ -374,14 +374,14 @@
\newcommand*\printResultTable{% \newcommand*\printResultTable{%
\begingroup \begingroup
\LTleft=\z@ \LTright=\z@ \LTleft=\fill \LTright=\fill
%\sisetup{table-format=1e+2,retain-zero-exponent,table-parse-only=false}% %\sisetup{table-format=1e+2,retain-zero-exponent,table-parse-only=false}%
\sisetup{retain-zero-exponent,%table-figures-exponent=1,% \sisetup{retain-zero-exponent,%table-figures-exponent=1,%
table-number-alignment=center, table-number-alignment=center,
table-text-alignment=center, table-text-alignment=center,
table-format=1.6e+1, table-format=1.6e+1,
table-align-exponent, table-align-exponent,
table-parse-only=false}% table-parse-only=true}%
\the\ks@tab \the\ks@tab
\endgroup \endgroup
} }
......
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