blob: c45cdd2d68b9df83fa4a00cc38752034fcd1fdf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
%%
%% This is file `si-binary.cfg',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% si.dtx (with options: `binary')
%% ----------------------------------------------------------------
%% The si 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}
[2008/02/18 v0.6 Binary units]
\newprefix{\kibi}{10}{Ki}
\newprefix{\mebi}{20}{Mi}
\newprefix{\gibi}{30}{Gi}
\newprefix{\tebi}{40}{Ti}
\newprefix{\pebi}{50}{Pi}
\newprefix{\exbi}{60}{Ei}
\newunit{\bit}{bit}
\newunit{\byte}{B}
\endinput
%%
%% End of file `si-binary.cfg'.
|