Correct comments

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

View File

@ -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) $
} }