aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2018-09-04 16:25:18 +0200
committerRobert Alessi <alessi@robertalessi.net>2018-09-04 16:25:18 +0200
commitc752a71c168813885d64d05c96a243735b082e9a (patch)
treef9c8cf82e462bcc23d2f76ffddb30e69f0bce389
parent488733b019efdd4cf699a8a6b6ad40dc4a74c675 (diff)
downloadcourses-c752a71c168813885d64d05c96a243735b082e9a.tar.gz
updated README
-rw-r--r--.gitignore2
-rw-r--r--README.md12
-rw-r--r--README.tex13
3 files changed, 24 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..80e3807
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
1# emacs backups
2*~
diff --git a/README.md b/README.md
index d28dabe..11e49da 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,10 @@
1Les cours en ligne 1---
2================== 2author:
3- Robert Alessi
4title: Cours sur LaTeX et Python
5---
3 6
4Premier fichier. \ No newline at end of file 7Présentation
8============
9
10Ceci 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 @@
1\documentclass{article}
2\usepackage[french]{babel}
3
4\title{Cours sur \LaTeX\ et Python}
5\author{Robert Alessi}
6
7\begin{document}
8\maketitle
9
10\section{Présentation}
11Ceci est le tout premier fichier.
12
13\end{document}