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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
# mathcommand package
# Matthew Bertucci 2021/07/22 for v1.04
#include:expl3
#include:l3keys2e
#include:etoolbox
#include:xparse
\newmathcommand{cmd}{def}#d
\newmathcommand{cmd}[args]{def}#d
\newmathcommand{cmd}[args][default]{def}#d
\newtextcommand{cmd}{def}#d
\newtextcommand{cmd}[args]{def}#d
\newtextcommand{cmd}[args][default]{def}#d
\renewmathcommand{cmd}{def}#d
\renewmathcommand{cmd}[args]{def}#d
\renewmathcommand{cmd}[args][default]{def}#d
\renewtextcommand{cmd}{def}#d
\renewtextcommand{cmd}[args]{def}#d
\renewtextcommand{cmd}[args][default]{def}#d
\declaremathcommand{cmd}{def}#d
\declaremathcommand{cmd}[args]{def}#d
\declaremathcommand{cmd}[args][default]{def}#d
\declaretextcommand{cmd}{def}#d
\declaretextcommand{cmd}[args]{def}#d
\declaretextcommand{cmd}[args][default]{def}#d
\NewDocumentMathCommand{cmd}{xargs}{def}#d
\NewDocumentTextCommand{cmd}{xargs}{def}#d
\RenewDocumentMathCommand{cmd}{xargs}{def}#d
\RenewDocumentTextCommand{cmd}{xargs}{def}#d
\DeclareDocumentMathCommand{cmd}{xargs}{def}#d
\DeclareDocumentTextCommand{cmd}{xargs}{def}#d
\ProvideDocumentMathCommand{cmd}{xargs}{def}#d
\ProvideDocumentTextCommand{cmd}{xargs}{def}#d
\declarecommand{cmd}{def}#d
\declarecommand{cmd}[args]{def}#d
\declarecommand{cmd}[args][default]{def}#d
\storecommand{cmd}
\storecommand[prefix]{cmd}
\IfEmptyTF{string}{NoValueCode}{ValueCode}
\EmptyContent{arg}#*
\GetIndex{string}
\GetExponent{string}
\newcommandPIE{cmd}{def}#d
\newcommandPIE{cmd}[args]{def}#d
\newcommandPIE{cmd}[args][default]{def}#d
\renewcommandPIE{cmd}{def}#d
\renewcommandPIE{cmd}[args]{def}#d
\renewcommandPIE{cmd}[args][default]{def}#d
\declarecommandPIE{cmd}{def}#d
\declarecommandPIE{cmd}[args]{def}#d
\declarecommandPIE{cmd}[args][default]{def}#d
\NewDocumentCommandPIE{cmd}{xargs}{def}#d
\RenewDocumentCommandPIE{cmd}{xargs}{def}#d
\DeclareDocumentCommandPIE{cmd}{xargs}{def}#d
\ProvideDocumentCommandPIE{cmd}{xargs}{def}#d
\newmathcommandPIE{cmd}{def}#d
\newmathcommandPIE{cmd}[args]{def}#d
\newmathcommandPIE{cmd}[args][default]{def}#d
\renewmathcommandPIE{cmd}{def}#d
\renewmathcommandPIE{cmd}[args]{def}#d
\renewmathcommandPIE{cmd}[args][default]{def}#d
\declaremathcommandPIE{cmd}{def}#d
\declaremathcommandPIE{cmd}[args]{def}#d
\declaremathcommandPIE{cmd}[args][default]{def}#d
\NewDocumentMathCommandPIE{cmd}{xargs}{def}#d
\RenewDocumentMathCommandPIE{cmd}{xargs}{def}#d
\DeclareDocumentMathCommandPIE{cmd}{xargs}{def}#d
\ProvideDocumentMathCommandPIE{cmd}{xargs}{def}#d
\LoopCommands{list}{code}
\LoopCommands{%<list%>}[%<name1%>]%<[name2]...[name7]%>{%<code%>}
\lettersUppercase
\lettersLowercase
\lettersAll
\lettersGreekLowercase
\lettersGreekUppercase
\lettersGreekAll
\disablecommand{cmds}
\suggestcommand{cmd}{suggestion}
\mathcommandconfigure{keyvals}
#keyvals:\mathcommandconfigure
disabled=#error,warning,silent
#endkeyvals
|