Added \remark{}
This commit is contained in:
parent
ddaeaa4741
commit
046c6f9ce4
@ -595,18 +595,21 @@
|
|||||||
\@newobj{\theorem}{object_counter}{Theorem}
|
\@newobj{\theorem}{object_counter}{Theorem}
|
||||||
\@newobj{\proposition}{object_counter}{Proposition}
|
\@newobj{\proposition}{object_counter}{Proposition}
|
||||||
\@newobj{\example}{object_counter}{Example}
|
\@newobj{\example}{object_counter}{Example}
|
||||||
|
\@newobj{\remark}{object_counter}{Remark}
|
||||||
\else
|
\else
|
||||||
\newcounter{problem_counter}
|
\newcounter{problem_counter}
|
||||||
\newcounter{theorem_counter}
|
\newcounter{theorem_counter}
|
||||||
\newcounter{definition_counter}
|
\newcounter{definition_counter}
|
||||||
\newcounter{example_counter}
|
\newcounter{example_counter}
|
||||||
\newcounter{proposition_counter}
|
\newcounter{proposition_counter}
|
||||||
|
\newcounter{remark_counter}
|
||||||
\def\@problemcounter{problem_counter}
|
\def\@problemcounter{problem_counter}
|
||||||
|
|
||||||
\@newobj{\definition}{definition_counter}{Definition}
|
\@newobj{\definition}{definition_counter}{Definition}
|
||||||
\@newobj{\theorem}{theorem_counter}{Theorem}
|
\@newobj{\theorem}{theorem_counter}{Theorem}
|
||||||
\@newobj{\proposition}{proposition_counter}{Proposition}
|
\@newobj{\proposition}{proposition_counter}{Proposition}
|
||||||
\@newobj{\example}{example_counter}{Example}
|
\@newobj{\example}{example_counter}{Example}
|
||||||
|
\@newobj{\remark}{remark_counter}{Remark}
|
||||||
\fi
|
\fi
|
||||||
|
|
||||||
% These must be defined manually, since
|
% These must be defined manually, since
|
||||||
|
Loading…
x
Reference in New Issue
Block a user