summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/physics2/tex/phy-ab.legacy.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/physics2/tex/phy-ab.legacy.sty')
-rw-r--r--macros/latex/contrib/physics2/tex/phy-ab.legacy.sty43
1 files changed, 0 insertions, 43 deletions
diff --git a/macros/latex/contrib/physics2/tex/phy-ab.legacy.sty b/macros/latex/contrib/physics2/tex/phy-ab.legacy.sty
deleted file mode 100644
index bbfa1f2b4a..0000000000
--- a/macros/latex/contrib/physics2/tex/phy-ab.legacy.sty
+++ /dev/null
@@ -1,43 +0,0 @@
-%%
-%% This is file `phy-ab.legacy.sty',
-%% the `ab.legacy' 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.
-%%
-\ProvidesFile{phy-ab.legacy.sty}
- [2023/03/29 `ab.legacy' module of `physics2.sty']
-\phy@requiremodule{ab}
-% The `tight' bool option, true or false.
-\phy@define@key{ab.legacy}{order}[\mathcal{O}]{\def\phy@ab@ordersym{#1}}
-% The default values to keys in this module.
-\phy@setkeys{ab.legacy}{order}
-\phy@processkeyopt{ab.legacy}
-% The braced operators.
-\phy@d@l@geny\abs\vert\vert
-\phy@d@l@geny\norm\Vert\Vert
-\DeclareDocumentCommand\order{som}{%
- \phy@ab@ordersym
- \IfBooleanTF{#1}%
- {(#3)}%
- {\IfValueTF{#2}%
- {\csname#2l\endcsname(#3\csname#2r\endcsname)}%
- {\phy@abopen(#3\phy@abclose)}%
- }%
-}
-\phy@d@l@geny\eval.\vert
-\phy@d@l@geny\peval(\vert
-\phy@d@l@geny\beval[\vert
-\endinput
-%% End of file `phy-ab.legacy.sty'.