Skip to content

Commit f4d5d73

Browse files
committed
Fix errors due to siunitx/per
1 parent 9d4d9cf commit f4d5d73

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

preamble.tex

-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,3 @@
3636

3737
\let\stdsection\section
3838
\renewcommand\section{\newpage\stdsection}
39-
40-
% Configure siunitx package
41-
42-
\sisetup{per=fraction, alsoload=binary, obeyall}

sections/3_transport.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ \subsubsection{TCP Flow Control}
112112
gegebener Window Size von 64 KB und Geschwindigkeit von 1.5 MBit/s.
113113
\begin{align*}
114114
& RTT = \frac{RWin}{R_{max}} \\
115-
& \frac{\SI{64}{\kilo\byte} \cdot \SI[per=slash]{8}{\bit\per\byte} \cdot \SI[per=slash]{1024}{\bit\per\kilo\byte}}{\SI[per=slash]{1.5}{\mebi\bit\per\second}} = \SI{.35}{s} \\
115+
& \frac{\SI{64}{\kilo\byte} \cdot \SI{8}{\bit\per\byte} \cdot \SI{1024}{\bit\per\kilo\byte}}{\SI{1.5}{\mebi\bit\per\second}} = \SI{.35}{s} \\
116116
& Distance = v \cdot t =\left(\frac{2}{3} \cdot \SI{300000}{\kilo\meter\per\second}\right)\cdot \SI{.35}{s} = \SI{70000}{\kilo\meter}
117117
\end{align*}
118118

0 commit comments

Comments
 (0)