From aab8474e7b2c5ce79c60c8a7dee4aff57dd3395b Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Mon, 22 Nov 2021 14:40:53 +0100 Subject: [PATCH] [templates] use a generic template --- templates/exo.tex | 13 ------------- templates/{cours.tex => notes.tex} | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 templates/exo.tex rename templates/{cours.tex => notes.tex} (92%) diff --git a/templates/exo.tex b/templates/exo.tex deleted file mode 100644 index 52500e9..0000000 --- a/templates/exo.tex +++ /dev/null @@ -1,13 +0,0 @@ -\documentclass[11pt]{article} -\usepackage[a4paper, margin=5em]{geometry} - -\author{David JULIEN} -\title{Exercices} - -\input{$LATEX_RESOURCES/format/math.tex} - -\begin{document} - -\maketitle - -\end{document} diff --git a/templates/cours.tex b/templates/notes.tex similarity index 92% rename from templates/cours.tex rename to templates/notes.tex index 505e02d..d4cafcf 100644 --- a/templates/cours.tex +++ b/templates/notes.tex @@ -2,7 +2,7 @@ \usepackage[a4paper, margin=5em]{geometry} \author{David JULIEN} -\title{Cours} +\title{Notes} \input{$LATEX_RESOURCES/format/math.tex}