Correct comments

This commit is contained in:
Jeff Lance 2019-11-12 21:38:21 +01:00
parent e92c829cb6
commit 03f58f4707

View File

@ -42,7 +42,7 @@
\newcommand{\bd}{\begin{description}} \newcommand{\bd}{\begin{description}}
\newcommand{\ed}{\end{description}} \newcommand{\ed}{\end{description}}
%% columns %% columns
%% %%
\newcommand{\bc}{\begin{columns}} \newcommand{\bc}{\begin{columns}}
\newcommand{\ec}{\end{columns}} \newcommand{\ec}{\end{columns}}
@ -273,14 +273,14 @@
} }
} }
% math letter used as curve name %% math letter used as curve name
% %%
\NewDocumentCommand \mscr{ g } { \NewDocumentCommand \mscr{ g } {
$ \mathscr{#1} $ $ \mathscr{#1} $
} }
% point %% point
% %%
\NewDocumentCommand \point{ G{A} G{0} G{0} } { \NewDocumentCommand \point{ G{A} G{0} G{0} } {
$ #1\big(#2\ ;\ #3\big) $ $ #1\big(#2\ ;\ #3\big) $
} }