From c752a71c168813885d64d05c96a243735b082e9a Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Tue, 4 Sep 2018 16:25:18 +0200 Subject: updated README --- .gitignore | 2 ++ README.md | 12 +++++++++--- README.tex | 13 +++++++++++++ 3 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 README.tex diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..80e3807 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# emacs backups +*~ diff --git a/README.md b/README.md index d28dabe..11e49da 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -Les cours en ligne -================== +--- +author: +- Robert Alessi +title: Cours sur LaTeX et Python +--- -Premier fichier. \ No newline at end of file +Présentation +============ + +Ceci est le tout premier fichier. diff --git a/README.tex b/README.tex new file mode 100644 index 0000000..fc076ad --- /dev/null +++ b/README.tex @@ -0,0 +1,13 @@ +\documentclass{article} +\usepackage[french]{babel} + +\title{Cours sur \LaTeX\ et Python} +\author{Robert Alessi} + +\begin{document} +\maketitle + +\section{Présentation} +Ceci est le tout premier fichier. + +\end{document} -- cgit v1.2.3