diff --git a/shortcuts/shortcuts.sty b/shortcuts/shortcuts.sty index 7aee5e1..cfcc9ff 100644 --- a/shortcuts/shortcuts.sty +++ b/shortcuts/shortcuts.sty @@ -42,7 +42,7 @@ \newcommand{\bd}{\begin{description}} \newcommand{\ed}{\end{description}} -%% columns +%% columns %% \newcommand{\bc}{\begin{columns}} \newcommand{\ec}{\end{columns}} @@ -273,14 +273,14 @@ } } -% math letter used as curve name -% +%% math letter used as curve name +%% \NewDocumentCommand \mscr{ g } { $ \mathscr{#1} $ } -% point -% +%% point +%% \NewDocumentCommand \point{ G{A} G{0} G{0} } { $ #1\big(#2\ ;\ #3\big) $ }