blob: 15f03e149b6c308431e9a8349d9e202e6dde2392 (
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
|
%%
%% This is file `si-physical.cfg',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% si.dtx (with options: `physical')
%% ----------------------------------------------------------------
%% 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-physical.cfg}
[2008/02/18 v0.6 SI physically-measured units]
\newcommand*{\si@eVspacea}{\text{\kern-\si@eVcorra}}%
\newcommand*{\si@eVspaceb}{\text{\kern-\si@eVcorrb}}%
\newunit{\electronvolt}{e\protect\si@eVspacea V\protect\si@eVspaceb}
\newunit{\atomicmass}{u}
\newunit{\atomicmassunit}{u}
\newunit{\dalton}{Da}
\endinput
%%
%% End of file `si-physical.cfg'.
|