diff --git a/shortcuts/shortcuts.sty b/shortcuts/shortcuts.sty index c591a4b..8531df9 100644 --- a/shortcuts/shortcuts.sty +++ b/shortcuts/shortcuts.sty @@ -51,6 +51,11 @@ %% \newcommand{\bq}{\begin{questions}} \newcommand{\eq}{\end{questions}} + +%% tasks +%% +\newcommand{\bq}{\begin{tasks}} +\newcommand{\eq}{\end{tasks}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -91,7 +96,7 @@ %% textsuperscript and textsubscript %% -\NewDocumentCommand \up { g } { +\NewDocumentCommand \tup { g } { \textsuperscript{#1} }