A latex template for undergraduate students, with respect to the standard establish by the engineering department of Université de Sherbrooke (UdeS).
As the Université de Sherbrooke is a francophone establishment, the following README.md will be written in french.
Ce gabarit (template) définit une classe LaTeX offrant une liste de fonctionnalité utile pour faciliter et accélérer la création de rapport.
Par exemple, pour créer une page titre, il suffit d'entrer:
% nous somme dans main.tex
\faculte{Génie}
\departement{Génie électrique et Génie informatique}
\app{5}{Communications et Processus aléatoires}
\professeur{M. Vader}
\etudiants{G. Berthiaume - berg2222}
\dateRemise{12 Juillet 2017}
\fairePageTitre{LOGO}
La compilation en pdf de cette commande générera ceci:
Pour un aperçu complet du rapport rendu en pdf, veuilez vous référer au dossier bin.
Les fonctionnalités incluent entre autres:
- Page titre
- Meilleur support pour les maths
- Ajouter des "code snippets" dans le rapport
- Table des matières
- Table des figures
Ce gabarit a été construit pour fonctionner sans problème sur l'éditeurs LaTeX en ligne overleaf. Cet éditeur gratuit inclue déjà tout les packages nécessaires pour complier un rapport.
Pour utiliser le gabarit en ligne, téléchargez/clonez ce repo github, pour ensuite le téléverser sur votre éditeur en ligne de choix.
Pour utiliser le gabarit sur votre ordinateur, il vous faudra un éditeur de texte et une distribution LaTeX.
Nous suggérons la distribution Miktex.
L'installation de packages sera aussi nécessaire. Veuillez vous référer à la section suivante de ce document.
Une fois l'installation terminé, téléchargez/clonez ce repo github et vous pourrez utiliser le gabarit.
Pour utiliser ce template, les packages suivants sont nécessaires:
amsmath
– AMS mathematical facilities for LaTeXamssymb
– Enhancements for improving the mathematical formulas' displaybabel
– Multilingual support for Plain TeX or LaTeXbm
– Access bold symbols in maths modeetoolbox
– e-TeX tools for LaTeXfancyhdr
– Extensive control of page headers and footers in LaTeX2εfloat
– Improved interface for floating objectsfontenc
– Standard package for selecting font encodingsgeometry
– Flexible and complete interface to document dimensionsgraphicx
– Enhanced support for graphicshyperref
– Extensive support for hypertext in LaTeXinputenc
– Accept different input encodingslastpage
– Reference last page for Page N of M type footerslipsum
– Easy access to the Lorem Ipsum dummy textminted
– Highlighted source code for LaTeXnatbib
– Flexible bibliography supportpgffor
– Add control loopxcolor
– Driver-independent color extensions for LaTeX and pdfLaTeXxfrac
– Split-level fractions in LaTeX2ε*xifthen
– Extended conditional commandsxparse
– A generic document command parser
Je pense que l'excellent article de sharelatex a une fa^con élégante de répondre à la question :
LaTeX is used all over the world for scientific documents, books, as well as many other forms of publishing. Not only can it create beautiful typesetted documents, but it allows users to very quickly tackle the more complicated parts of typesetting, such as inputting mathematics, creating tables of contents, referencing and creating bibliographies, and having a consistent layout across all sections.
One of the most important reasons people use LaTeX is that it separates the content of the document from the style. This means that once you have written the content of your document, we can change its appearance with ease. Similarly, you can create one style of document which can be used to standardise the appearance of many different documents.
J'ajouterais que l'utilisation de git
et l'habilité de parser
des documents LaTeX donne beaucoup de flexibilité au créateur.
Il est à noter que MsWord reste un outil pertinent. Ce graphique résume bien comment choisir quel outil utiliser pour son projet:
Ce projet est sous la liscence MIT - voir LICENSE.md pour les détailes
This project is licensed under the MIT License - see the LICENSE.md file for details