summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/siunitx/config/si-prefix.cfg
blob: ca0ec507aae63b86fad18b7ad2efb3cabf59df63 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
%%
%% This is file `si-prefix.cfg',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% siunitx.dtx  (with options: `prefix')
%%  ----------------------------------------------------------------
%%  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-prefix.cfg}
  [2009/06/04 v1.2l siunitx: SI Multiple prefixes]
\newprefix{\yocto}{-24}{y}
\newprefix{\zepto}{-21}{z}
\newprefix{\atto}{-18}{a}
\newprefix{\femto}{-15}{f}
\newprefix{\pico}{-12}{p}
\newprefix{\nano}{-9}{n}
\ifsi@old@OHM
  \newprefix{\Micro}{-6}{\si@sym@mu}
\else
  \ifsi@gensymb\else
    \newprefix{\micro}{-6}{\si@sym@mu}
  \fi
\fi
\newprefix{\milli}{-3}{m}
\newprefix{\centi}{-2}{c}
\newprefix{\deci}{-1}{d}
\newprefix{\deca}{1}{da}
\newprefix{\hecto}{2}{h}
\newprefix{\kilo}{3}{k}
\newprefix{\mega}{6}{M}
\newprefix{\giga}{9}{G}
\newprefix{\tera}{12}{T}
\newprefix{\peta}{15}{P}
\newprefix{\exa}{18}{E}
\newprefix{\zetta}{21}{Z}
\newprefix{\yotta}{24}{Y}
\newprefix{\deka}{1}{da}
\newunit{\gram}{g}
\renewunit{\kilogram}{\kilo\gram}
\endinput
%%
%% End of file `si-prefix.cfg'.