- Commit
- fa03624424ff7538067b41f76cd640f7d0104b06
- Parent
- f630cf86d5ac22b22abc0f6255a88f26f2692cd4
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Added a theorem environment for propositions
My personal LaTeX setup 🦁️⚙️
Added a theorem environment for propositions
1 file changed, 2 insertions, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | preamble.tex | 2 | 2 | 0 |
diff --git a/preamble.tex b/preamble.tex @@ -28,6 +28,8 @@ \newtheorem*{theorem*}{Theorem} \newtheorem{lemma}{Lemma}[section] \newtheorem*{lemma*}{Lemma} +\newtheorem{propostion}{Proposition} +\newtheorem*{propostion*}{Proposition} \newtheorem{corollary}{Corollary}[section] \newtheorem*{corollary*}{Corollary} \newtheorem{proposition}{Proposition}[section]