Add new commands, docs still missing for some
This commit is contained in:
BIN
docs/docs.pdf
BIN
docs/docs.pdf
Binary file not shown.
@@ -211,6 +211,22 @@ See \ref{sec:counters} for a guide on how to change the current number.
|
||||
\end{minted}
|
||||
\end{corollary}
|
||||
|
||||
\begin{proposition}[]{Title here}
|
||||
\begin{minted}{latex}
|
||||
\begin{proposition}[]{Title here}
|
||||
|
||||
\end{proposition}
|
||||
\end{minted}
|
||||
\end{proposition}
|
||||
|
||||
\begin{fact}[]{Title here}
|
||||
\begin{minted}{latex}
|
||||
\begin{fact}[]{Title here}
|
||||
|
||||
\end{fact}
|
||||
\end{minted}
|
||||
\end{fact}
|
||||
|
||||
\begin{axiom}[]{Title here}
|
||||
\begin{minted}{latex}
|
||||
\begin{axiom}[]{Title here}
|
||||
@@ -275,6 +291,8 @@ See \ref{sec:counters} for a guide on how to change the current number.
|
||||
\verb|\inlinetheorem| & \inlinetheorem\\
|
||||
\verb|\inlinelemma| & \inlinelemma\\
|
||||
\verb|\inlinecorollary| & \inlinecorollary\\
|
||||
\verb|\inlineproposition| & \inlineproposition\\
|
||||
\verb|\inlinefact| & \inlinefact\\
|
||||
\verb|\inlineaxiom| & \inlineaxiom\\
|
||||
\verb|\inlineproof| & \inlineproof\\
|
||||
\end{tables}
|
||||
@@ -286,6 +304,8 @@ See \ref{sec:counters} for a guide on how to change the current number.
|
||||
\verb|\shorttheorem| & \shorttheorem\\
|
||||
\verb|\shortlemma| & \shortlemma\\
|
||||
\verb|\shortcorollary| & \shortcorollary\\
|
||||
\verb|\shortproposition| & \shortproposition\\
|
||||
\verb|\shortfact| & \shortfact\\
|
||||
\verb|\shortaxiom| & \shortaxiom\\
|
||||
\verb|\shortproof| & \shortproof\\
|
||||
\end{tables}
|
||||
@@ -351,4 +371,4 @@ Use \verb|\setupGlossary| in the preamble to prepare, then use the normal glossa
|
||||
\subsubsection{Minted}
|
||||
\textit{Included in \texttt{full}}
|
||||
|
||||
No extra configs or commands provided by this one, simply an import for minted. Be sure to enable \texttt{shell-escape} for your compiler!
|
||||
No extra configs or commands provided by this one, simply an import for minted. Be sure to enable \texttt{shell-escape} for your compiler!
|
||||
|
Reference in New Issue
Block a user