Initial commit
This commit is contained in:
47
document.tex
Normal file
47
document.tex
Normal file
@@ -0,0 +1,47 @@
|
||||
\documentclass{report}
|
||||
\usepackage{amssymb, amsmath, hyperref}
|
||||
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{theorem}[subsection]{Theorem}
|
||||
\newtheorem{proposition}[subsection]{Proposition}
|
||||
\newtheorem{lemma}[subsection]{Lemma}
|
||||
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{definition}[subsection]{Definition}
|
||||
\newtheorem{example}[subsection]{Example}
|
||||
\newtheorem{exercise}[subsection]{Exercise}
|
||||
\newtheorem{situation}[subsection]{Situation}
|
||||
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{remark}[subsection]{Remark}
|
||||
\newtheorem{remarks}[subsection]{Remarks}
|
||||
|
||||
\numberwithin{equation}{subsection}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\chapter{A first chapter}
|
||||
\label{chapter:first}
|
||||
|
||||
\section{A first section}
|
||||
\label{section:first}
|
||||
|
||||
\begin{lemma}
|
||||
\label{lemma:pythagoras}
|
||||
$a^2=b^2+c^2$
|
||||
\end{lemma}
|
||||
|
||||
\section{A second section}
|
||||
\label{section:second}
|
||||
|
||||
|
||||
\chapter{A second chapter}
|
||||
\label{chapter:second}
|
||||
|
||||
\section{A third section}
|
||||
\label{section:third}
|
||||
|
||||
\section{A fourth section}
|
||||
\label{section:fourth}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user