Skip to content

Commit

Permalink
Fix data in table on roadmap slide
Browse files Browse the repository at this point in the history
  • Loading branch information
aknierim committed Jul 2, 2024
1 parent 4a5e3a5 commit 07f6339
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions intro/content/ablauf.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ \section{Ablauf}
\node at (0, 2.5) {Daten};
\node (data) at (0, 0) {
\sffamily
\sisetup{table-format=1.2, detect-family}
\sisetup{table-format=1.0, detect-family}
\begin{tblr}{
colspec = {S S[table-format=2.2]},
colspec = {S S[table-format=1.3]},
row{1} = {guard, mode=math},
row{7} = {guard, mode=math}
}
\toprule
\mathsf{t} \mathbin{/} \unit{\second} & \mathsf{U} \mathbin{/} \unit{\milli\volt} \\
\mathsf{x} \mathbin{/} \unit{\milli\metre} & \mathsf{I} \mathbin{/} \unit{\micro\ampere} \\
\midrule
0.00 & -68.00 \\
0.01 & -67.67 \\
0.02 & -67.34 \\
0.03 & -67.01 \\
0.04 & -66.69 \\
0 & 0.000 \\
1 & 0.060 \\
2 & 0.530 \\
3 & 1.520 \\
4 & 5.100 \\
\vdots & \vdots \\
\bottomrule
\end{tblr}
Expand Down

0 comments on commit 07f6339

Please sign in to comment.