Skip to content
Snippets Groups Projects
Commit 501a3a28 authored by Jan Wille's avatar Jan Wille
Browse files

SI units phrase prefixes

parent eb1b1219
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,7 @@
Siunits also allows for reformating of numbers as well as units. Use the \lstinline{\SI} and \lstinline{\si} macros for that:
\begin{equation}
e = \SI{1.602176634E-19}{\coulomb} % formats number + units, autospacing, transform to gernam comma
\;|\; \SI[exponent-to-prefix]{2e-9}{\farad} % you can also autocalculate prefixes
\end{equation}
\begin{equation}
124\,\si[per-mode=fraction]{\kilo\metre\per\second\squared} % only units
......
......@@ -24,6 +24,7 @@
tight-spacing=true,
per-mode=symbol,
scientific-notation=engineering,
% exponent-to-prefix, % use this instead of sci-notatio
round-mode = places,
round-precision = 3,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment