summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/physics2/phy-explsetup.sty
blob: a861201f9aaac3c86606dcce3146fb3e83bafd92 (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
%% 
%% This is file `phy-explsetup.sty',
%% the `explsetup' module of `physics2' package.
%% 
%% ******************************************************
%% * This work may be distributed and/or modified under *
%% * the conditions of the LaTeX Project Public License *
%% *                                                    *
%% *     http://www.latex-project.org/lppl.txt          *
%% *                                                    *
%% * either version 1.3c of this license or any later   *
%% * version.                                           *
%% ******************************************************
%% 
%% This work has the LPPL maintenance status `maintained'.
%% 
%% The Current Maintainer of this work is Zhang Tingxuan.
%% 
\ProvidesExplFile{phy-explsetup.sty}{2023/01/25}{}
  {`explsetup' module of `physics2.sty'}
% temporary variables
\int_new:N \l__phy_tmpa_int
\int_new:N \l__phy_tmpb_int
\tl_new:N \l__phy_tmpa_tl
\tl_new:N \l__phy_tmpb_tl
% gobble one token
\cs_new:Npn \__phy_gobble_i:n #1 { }
\endinput
%% End of file `phy-explsetup.sty'.