summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/siunitx/siunitx.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/siunitx/siunitx.tex')
-rw-r--r--macros/latex/contrib/siunitx/siunitx.tex12
1 files changed, 10 insertions, 2 deletions
diff --git a/macros/latex/contrib/siunitx/siunitx.tex b/macros/latex/contrib/siunitx/siunitx.tex
index a45c979be1..3cb5f25ed5 100644
--- a/macros/latex/contrib/siunitx/siunitx.tex
+++ b/macros/latex/contrib/siunitx/siunitx.tex
@@ -484,7 +484,7 @@ Runs of products of of numbers with units can be handled using the
\cs{qtyrange}\oarg{options}\marg{number1}\marg{number2}\marg{unit}
\end{syntax}
\end{function}
-Products of numbers with units can be handled using the \cs{qtyrange}
+Ranges of numbers with units can be handled using the \cs{qtyrange}
function. The behaviour of this function is similar to \cs{numrange}, but
with the addition of a unit to each number.
\begin{LaTeXdemo}
@@ -493,7 +493,7 @@ with the addition of a unit to each number.
The input of lists, products and ranges of quantities using a single command
allows them to be adjusted together. These commands are intended to allow
-consistent formatting of related values: as such, they apply a a single
+consistent formatting of related values: as such, they apply a single
unit to all of the values. This is particularly notable when using
adjustment of the numerical values.
@@ -1580,6 +1580,7 @@ conveys. The options are summarised in Table~\ref{tab:opt:num:out}.
negative-color & Literal & \meta{none} \\ ^^A (
output-close-uncertainty & Literal & ) \\
output-decimal-marker & Literal & . \\
+ output-exponent-marker & Literal & \meta{none} \\
output-open-uncertainty & Literal & ( \\ ^^A )
print-implicit-plus & Switch & false \\
print-unity-mantissa & Switch & true \\
@@ -1648,6 +1649,13 @@ When exponents are present in the input, the \opt{exponent-base} and
\num[exponent-product = \cdot]{1e2} \\
\num[exponent-base = 2]{1e2}
\end{LaTeXdemo}
+\DescribeOption{output-exponent-marker}
+Alternatively, if the \opt{output-exponent-marker} option is set then the value
+stored will be used in place of the normal product and base combination.
+\begin{LaTeXdemo}
+ \num[output-exponent-marker = e]{1e2} \\
+ \num[output-exponent-marker = \mathrm{E}]{1e2}
+\end{LaTeXdemo}
\DescribeOption{uncertainty-separator}
\DescribeOption{output-open-uncertainty}