diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx/config/si-binary.cfg')
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/config/si-binary.cfg | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/config/si-binary.cfg b/Master/texmf-dist/tex/latex/siunitx/config/si-binary.cfg new file mode 100644 index 00000000000..110791abbcc --- /dev/null +++ b/Master/texmf-dist/tex/latex/siunitx/config/si-binary.cfg @@ -0,0 +1,30 @@ +%% +%% This is file `si-binary.cfg', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% siunitx.dtx (with options: `binary') +%% ---------------------------------------------------------------- +%% The siunitx package --- A comprehensive (SI) units package +%% Maintained by Joseph Wright +%% E-mail: joseph.wright@morningstar2.co.uk +%% Released under the LaTeX Project Public License v1.3c or later +%% See http://www.latex-project.org/lppl.txt +%% ---------------------------------------------------------------- +%% +\ProvidesFile{si-binary.cfg} + [\csname si@svn@version\endcsname siunitx: Binary units] +\newprefix[binary]{\kibi}{10}{Ki} +\newprefix[binary]{\mebi}{20}{Mi} +\newprefix[binary]{\gibi}{30}{Gi} +\newprefix[binary]{\tebi}{40}{Ti} +\newprefix[binary]{\pebi}{50}{Pi} +\newprefix[binary]{\exbi}{60}{Ei} +\newprefix[binary]{\zebi}{70}{Zi} +\newprefix[binary]{\yobi}{80}{Yi} +\newunit{\bit}{bit} +\newunit{\byte}{B} +\endinput +%% +%% End of file `si-binary.cfg'. |