summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/siunitx/config/si-prefixed.cfg
blob: 254b702610e0216106e873e543d23c834784a6b4 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
%%
%% This is file `si-prefixed.cfg',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% siunitx.dtx  (with options: `prefixed')
%%  ----------------------------------------------------------------
%%  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-prefixed.cfg}
  [2009/02/01 v1.2d siunitx: SI Prefixed units]
\requiresiconfigs{prefix,named,accepted,physical}
\newunit{\picometre}{\pico\metre}
\newunit{\nanometre}{\nano\metre}
\newunit{\micrometre}{\micro\metre}
\newunit{\millimetre}{\milli\metre}
\newunit{\centimetre}{\centi\metre}
\newunit{\decimetre}{\deci\metre}
\newunit{\kilometre}{\kilo\metre}
\newunit{\femtogram}{\femto\gram}
\newunit{\picogram}{\pico\gram}
\newunit{\nanogram}{\nano\gram}
\newunit{\microgram}{\micro\gram}
\newunit{\milligram}{\milli\gram}
\newunit{\femtomole}{\femto\mole}
\newunit{\picomole}{\pico\mole}
\newunit{\nanomole}{\nano\mole}
\newunit{\micromole}{\micro\mole}
\newunit{\millimole}{\milli\mole}
\newunit{\kilomole}{\kilo\mole}
\newunit{\attosecond}{\atto\second}
\newunit{\femtosecond}{\femto\second}
\newunit{\picosecond}{\pico\second}
\newunit{\nanosecond}{\nano\second}
\newunit{\microsecond}{\micro\second}
\newunit{\millisecond}{\milli\second}
\newunit{\picoampere}{\pico\ampere}
\newunit{\nanoampere}{\nano\ampere}
\newunit{\microampere}{\micro\ampere}
\newunit{\milliampere}{\milli\ampere}
\newunit{\kiloampere}{\kilo\ampere}
\newunit{\millivolt}{\milli\volt}
\newunit{\kilovolt}{\kilo\volt}
\newunit{\milliwatt}{\milli\watt}
\newunit{\kilowatt}{\kilo\watt}
\newunit{\megawatt}{\mega\watt}
\newunit{\femtofarad}{\femto\farad}
\newunit{\picofarad}{\pico\farad}
\newunit{\nanofarad}{\nano\farad}
\newunit{\microfarad}{\micro\farad}
\newunit{\millifarad}{\milli\farad}
\newunit{\millisiemens}{\milli\siemens}
\ifsi@old@OHM
  \newunit{\kilohm}{\kilo\Ohm}
  \newunit{\megohm}{\mega\Ohm}
  \newunit{\gigaohm}{\giga\Ohm}
\else
  \ifsi@gensymb\else
  \newunit{\kilohm}{\kilo\ohm}
  \newunit{\megohm}{\mega\ohm}
  \newunit{\gigaohm}{\giga\ohm}
  \fi
\fi
\newunit{\microlitre}{\micro\litre}
\newunit{\millilitre}{\milli\litre}
\newunit{\microliter}{\micro\liter}
\newunit{\milliliter}{\milli\liter}
\newunit{\cubicmetre}{\metre\cubed}
\newunit{\cubiccentimetre}{\centi\metre\cubed}
\newunit{\centimetrecubed}{\centi\metre\cubed}
\newunit{\cubicmicrometre}{\micro\metre\cubed}
\newunit{\cubicmillimetre}{\milli\metre\cubed}
\newunit{\cubicdecimetre}{\cubic\deci\metre}
\newunit{\squaremetre}{\Square\metre}
\newunit{\squarecentimetre}{\Square\centi\metre}
\newunit{\centimetresquared}{\centi\metre\squared}
\newunit{\squarekilometre}{\Square\kilo\metre}
\newunit{\millijoule}{\milli\joule}
\newunit{\kilojoule}{\kilo\joule}
\newunit{\megajoule}{\mega\joule}
\newunit{\millielectronvolt}{\milli\electronvolt}
\newunit{\kiloelectronvolt}{\kilo\electronvolt}
\newunit{\megaelectronvolt}{\mega\electronvolt}
\newunit{\gigaelectronvolt}{\giga\electronvolt}
\newunit{\teraelectronvolt}{\tera\electronvolt}
\newunit[unitsep=none]{\kilowatthour}{\kilo\watt\hour}
\newunit{\millihertz}{\milli\hertz}
\newunit{\kilohertz}{\kilo\hertz}
\newunit{\megahertz}{\mega\hertz}
\newunit{\gigahertz}{\giga\hertz}
\newunit{\terahertz}{\tera\hertz}
\newunit{\millinewton}{\milli\newton}
\newunit{\kilonewton}{\kilo\newton}
\newunit{\hectopascal}{\hecto\pascal}
\newunit{\megabecquerel}{\mega\becquerel}
\newunit{\millisievert}{\milli\sievert}
\endinput
%%
%% End of file `si-prefixed.cfg'.