blob: aa9924e05f82d538aeefea9f3d24e5f380bcff39 (
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
|
%%
%% This is file `lwarp-siunitx.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% lwarp.dtx (with options: `siunitx')
%% This is a generated file.
%% Copyright 2016-2017 Brian Dunn
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2005/12/01 or later.
\LWR@ProvidesPackagePass{siunitx}
\AtBeginDocument{% in case textcomp was not loaded
\DeclareSIUnit\bohr{\textit{a}\textsubscript{0}}
\DeclareSIUnit\clight{\textit{c}\textsubscript{0}}
\DeclareSIUnit\elementarycharge{\textit{e}}
\DeclareSIUnit\electronmass{\textit{m}\textsubscript{e}}
\DeclareSIUnit\hartree{\textit{E}\textsubscript{h}}
}% AtBeginDocument
\ExplSyntaxOn
\cs_undefine:N \__siunitx_set_math_fam:n
\cs_new_protected:Npn \__siunitx_set_math_fam:n #1 {
\LWR@traceinfo{sunitx set math fam}
\int_new:c { c__siunitx_math #1 _int }
\group_begin:
\LetLtxMacro\@ensuredmath\LWR@origensuredmath
\hbox_set:Nn \l__siunitx_tmp_box
{
\ensuremath
{
\use:c { math #1 }
{
\int_gset:cn { c__siunitx_math #1 _int } { \fam }
}
}
}
\group_end:
\LWR@traceinfo{sunitx set math fam: done}
}
\cs_undefine:N \__siunitx_combined_output:n
\cs_new_protected:Npn \__siunitx_combined_output:n #1 {
\group_begin:
\LetLtxMacro\@ensuredmath\LWR@origensuredmath
\bool_if:NTF \l__siunitx_number_parse_bool
{
\tl_clear:N \l__siunitx_number_out_tl
\bool_set_false:N \l__siunitx_number_compound_bool
\__siunitx_number_output_parse:n {#1}
}
{
\__siunitx_unit_output_pre_print:
\__siunitx_print:nn { number } { \ensuremath {#1} }
\__siunitx_unit_output_print:
}
\group_end:
}
\ExplSyntaxOff
\endinput
%%
%% End of file `lwarp-siunitx.sty'.
|