Update rapport.tex & gitignore
This commit is contained in:
parent
695876af0d
commit
12806e294a
2 changed files with 6 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1 +1,4 @@
|
||||||
|
*.a
|
||||||
*.log
|
*.log
|
||||||
|
*.o
|
||||||
|
test/test_*
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
\documentclass[12pt,a4paper]{report}
|
\documentclass[12pt,a4paper]{report}
|
||||||
\usepackage{a4wide}
|
%\usepackage{a4wide}
|
||||||
\usepackage{geometry}
|
\usepackage{geometry}
|
||||||
\usepackage{typehtml}
|
%\usepackage{typehtml}
|
||||||
\usepackage[latin1]{inputenc}
|
\usepackage[latin1]{inputenc}
|
||||||
\usepackage{listings}
|
%\usepackage{listings}
|
||||||
\usepackage[french]{babel}
|
\usepackage[french]{babel}
|
||||||
\usepackage{fancyheadings}
|
\usepackage{fancyheadings}
|
||||||
\usepackage{color}
|
\usepackage{color}
|
||||||
|
|
Loading…
Reference in a new issue