diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | README.tex | 13 |
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 | *~ | ||
@@ -1,4 +1,10 @@ | |||
1 | Les cours en ligne | 1 | --- |
2 | ================== | 2 | author: |
3 | - Robert Alessi | ||
4 | title: Cours sur LaTeX et Python | ||
5 | --- | ||
3 | 6 | ||
4 | Premier fichier. \ No newline at end of file | 7 | Présentation |
8 | ============ | ||
9 | |||
10 | 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 @@ | |||
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} | ||
11 | Ceci est le tout premier fichier. | ||
12 | |||
13 | \end{document} | ||