Created
September 22, 2013 12:23
-
-
Save choucavalier/6659412 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[12pt]{report} | |
\usepackage[margin=1.4in]{geometry} | |
\usepackage[francais]{babel} | |
\usepackage[latin1]{inputenc} | |
\usepackage[sc]{mathpazo} | |
\linespread{1.05} | |
\usepackage[T1]{fontenc} | |
\linespread{1.4} | |
\setlength{\parindent}{0cm} | |
\title{Notre idée innovante !} | |
\author{ | |
Thibaud Michaud -- \textbf{SPE A1} \\ | |
Mathieu Corre -- \textbf{SPE A1} \\ | |
} | |
\begin{document} | |
\maketitle | |
\tableofcontents | |
\chapter{L'idée} | |
\chapter{Mon idée et son marché} | |
\chapter{Faisabilité de la réalisation de mon idée} | |
\chapter{Cette idée est-elle réalisable ?} | |
\chapter{Conclusion} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment