summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/siunitx/config/si-named.cfg
blob: 260422f417b3cb0d1742a4f224b0f24cc5345c98 (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
%%
%% This is file `si-named.cfg',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% siunitx.dtx  (with options: `named')
%%  ----------------------------------------------------------------
%%  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-named.cfg}
  [2009/02/20 v1.2f siunitx: SI Named units]
\newunit{\becquerel}{Bq}
\newunit{\coulomb}{C}
\newunit{\farad}{F}
\newunit{\Gray}{Gy}
\newunit{\ggray}{Gy}
\newunit{\hertz}{Hz}
\newunit{\henry}{H}
\newunit{\joule}{J}
\newunit{\katal}{kat}
\newunit{\lumen}{lm}
\newunit{\lux}{lx}
\newunit{\newton}{N}
\ifsi@old@OHM
  \newunit{\Ohm}{\si@sym@Omega}
\else
  \ifsi@gensymb\else
    \provideunit{\ohm}{\si@sym@Omega}
  \fi
\fi
\newunit{\pascal}{Pa}
\newunit{\siemens}{S}
\newunit{\sievert}{Sv}
\newunit{\tesla}{T}
\newunit{\volt}{V}
\newunit{\watt}{W}
\newunit{\weber}{Wb}
\ifsi@old@OHM
  \newunit{\Celsius}{\si@sym@celsius}
\else
  \ifsi@gensymb\else
    \newunit{\celsius}{\si@sym@celsius}
  \fi
\fi
\newunit{\radian}{rad}
\newunit{\steradian}{sr}
\endinput
%%
%% End of file `si-named.cfg'.