commit ce8cb1f0afb1bc037438de42eaee1c2cbe86d499 (tree) parent a8ddeb2d5e0eff47e8cd5f71757db6984d9bc910 Author: Motiejus Jakštys <motiejus@uber.com> Date: Mon, 3 May 2021 17:18:25 +0300 simpler scale table Diffstat:
| M | IV/mj-msc.tex | | | 14 | +++++++------- |
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/IV/mj-msc.tex b/IV/mj-msc.tex @@ -575,14 +575,14 @@ table~\ref{table:scale-halfcirlce-diameter}. \newcolumntype{d}[1]{D{.}{.}{#1} } \begin{table}[h] \centering - \begin{tabular}{|c @{:}l | D{.}{.}{1} |} + \begin{tabular}{| c | D{.}{.}{1} |} \hline - \multicolumn{2}{|c|}{Scale} & \multicolumn{1}{c|}{$D(m)$} \\ \hline - 1 & \numprint{10000} & 15 \\ \hline - 1 & \numprint{15000} & 22.5 \\ \hline - 1 & \numprint{25000} & 37.5 \\ \hline - 1 & \numprint{50000} & 50 \\ \hline - 1 & \numprint{250000} & 250 \\ \hline + Scale & \multicolumn{1}{c|}{$D(m)$} \\ \hline + 1:\numprint{10000} & 15 \\ \hline + 1:\numprint{15000} & 22.5 \\ \hline + 1:\numprint{25000} & 37.5 \\ \hline + 1:\numprint{50000} & 75 \\ \hline + 1:\numprint{250000} & 375 \\ \hline \end{tabular} \caption{{\WM} half-circle diameter $D$ for popular scales.} \label{table:scale-halfcirlce-diameter}