This file contains hidden or 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
    
  
  
    
  | % Largement pompé sur http://blog.hikoweb.net/index.php?post/2011/11/06/Exemple-de-rapport-en-LaTeX | |
| \documentclass[a4paper,11pt,final]{article} | |
| % Pour une impression recto verso, utilisez plutôt ce documentclass : | |
| %\documentclass[a4paper,11pt,twoside,final]{article} | |
| \usepackage[utf8]{inputenc} | |
| \usepackage[T1]{fontenc} | |
| \usepackage{graphicx} | |
| \usepackage{listings} |