From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/mafr/cours.cls | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 macros/latex/contrib/mafr/cours.cls (limited to 'macros/latex/contrib/mafr/cours.cls') diff --git a/macros/latex/contrib/mafr/cours.cls b/macros/latex/contrib/mafr/cours.cls new file mode 100644 index 0000000000..7c62f0b634 --- /dev/null +++ b/macros/latex/contrib/mafr/cours.cls @@ -0,0 +1,9 @@ +% Classe `cours'. +% Copyright (c) Christian Obrecht 2005. + +\ProvidesClass{fiche} + +\LoadClass[a4paper]{article} +\RequirePackage{mafr} + +\newcommand{\chapitre}[2]{\centerline{\bf\LARGE Chapitre #1 : #2}\bigskip} -- cgit v1.2.3