diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/projlib/projlib-math.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/projlib/projlib-math.sty | 60 |
1 files changed, 18 insertions, 42 deletions
diff --git a/Master/texmf-dist/tex/latex/projlib/projlib-math.sty b/Master/texmf-dist/tex/latex/projlib/projlib-math.sty index 977a4280038..04d1f190bd4 100644 --- a/Master/texmf-dist/tex/latex/projlib/projlib-math.sty +++ b/Master/texmf-dist/tex/latex/projlib/projlib-math.sty @@ -1,8 +1,25 @@ +%% +%% This is file `projlib-math.sty', +%% generated with the docstrip utility. + +%% Copyright (C) 2021-2022 by Jinwen XU +%% +%% This is part of the ProjLib Toolkit. +%% +%% This work may be distributed and/or modified under the conditions of the +%% LaTeX Project Public License, either version 1.3c 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.3c or later is part of all distributions of LaTeX version +%% 2005/12/01 or later. +%% \NeedsTeXFormat{LaTeX2e}[2020-10-01] \RequirePackage{l3keys2e} \ProvidesExplPackage {projlib-math} - {2022/02/26} {} + {2022/03/11} {} {Efficient math setup} \keys_define:nn { projlib-math } @@ -16,7 +33,6 @@ \PassOptionsToPackage { warnings-off = { mathtools-colon, mathtools-overbracket } } { unicode-math } \@ifpackageloaded { unicode-math } {} { \RequirePackage { amssymb } } - \msg_new:nnn { projlib-math } { operator-not-define } { The~math~operator~"\iow_char:N \\#1"~cannot~be~defined,~a~command~with~the~same~name~has~already~existed. } @@ -87,7 +103,6 @@ } } - \msg_new:nnn { projlib-math } { shortcut-not-define } { The~shortcut~"\iow_char:N \\#1"~cannot~be~defined,~a~command~with~the~same~name~has~already~existed. } @@ -190,45 +205,6 @@ } } -%=============================== -% -- Some possible operators -- -%=============================== -% \DefineOperator { ord, card, car, disc } [ style = \mathsf ] -% \DefineOperator { id, Id, Ker, Image = Im } [ style = \mathsf ] -% \DefineOperator { Orb, Stab, Fix } [ style = \mathsf ] -% \DefineOperator { Hom, Aut, End, Mat } [ style = \mathsf ] -% \DefineOperator { Spec, Spm, Ann } [ style = \mathsf ] -% \DefineOperator*{ Lim, Max, Min } [ style = \mathsf ] - -%=============================== -% -- Some possible shortcuts -- -%=============================== -% \DefineShortcut [ type = category, style = \mathbf ] -% { -% Set, Grp, Ring, Top -% } -% \DefineShortcut [ style = \mathbb ] -% { -% N, Z, Q, R, C, F, A -% } -% \DefineShortcut [ prefix = bb, style = \mathbb ] -% { -% A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z -% } -% \DefineShortcut [ prefix = { mf, frak }, style = \mathfrak ] -% { -% A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, -% a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z -% } -% \DefineShortcut [ prefix = { mc, cal }, style = \mathcal ] -% { -% A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z -% } -% \DefineShortcut [ prefix = { ms, scr }, style = \mathscr ] -% { -% A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z -% } - \endinput %% %% End of file `projlib-math.sty'. |