mirror of
https://github.com/ElegantLaTeX/ElegantBook.git
synced 2026-01-26 04:14:35 +08:00
error
This commit is contained in:
@@ -208,7 +208,7 @@ In this template, we defined four different theorem class environments
|
||||
\item \textit{Theorem Environments}, including title and content, numbering corresponding to chapter. Three types depending on the format:
|
||||
\begin{itemize}
|
||||
\item \textcolor{main}{\textbf{definition}} environment, the color is \textcolor{main}{main};
|
||||
\item \textcolor{second}{\textbf{theorem, lemma, corollary}} environment, the color is \textcolor{second} {second};
|
||||
\item \textcolor{second}{\textbf{theorem, lemma, corollary, axiom, postulate}} environment, the color is \textcolor{second} {second};
|
||||
\item \textcolor{third}{\textbf{proposition}} environment, the color is \textcolor{third}{third}.
|
||||
\end{itemize}
|
||||
\item \textit{Example Environment}, including \textbf{example, exercise, problem} environment, auto numbering according to chapter.
|
||||
@@ -248,6 +248,8 @@ Other theorem class environments with the same usage includes:
|
||||
\midrule
|
||||
definition & label & def & \lstinline|\ref{def:label}| \\
|
||||
theorem & label & thm & \lstinline|\ref{thm:label}| \\
|
||||
postulate & label & pos & \lstinline|\ref{pos:label}| \\
|
||||
axiom & label & axi & \lstinline|\ref{axi:label}|\\
|
||||
lemma & label & lem & \lstinline|\ref{lem:label}| \\
|
||||
corrlary & label & cor & \lstinline|\ref{cor:label}| \\
|
||||
proposition & label & pro & \lstinline|\ref{pro:label}| \\
|
||||
|
||||
Reference in New Issue
Block a user