1
2
1 - LaTeX qu'est-ce que c'est ?
2 - Pourquoi l'utiliser ?
3 - Comment s'en servir ?
3
4
Editeur de texte contre traitement de texte
Word
LaTex
- Prise en main
- Mise en page
- Propreté
- Structuration
- Compatibilité
- Fonctionnalités scientifiques
- Gratuit
- Multiplateforme
5
Installation:
- Une distribution LaTex (MiKTeX)
- Un lecteur de pdf
- Un éditeur LaTex (Texmaker) ou un éditeur de texte (emacs / atom / ...)
LaTex est utilisable sous Windows, mac et linux
5 bis
Texmaker
6
\documentclass{article}
\begin{document}
\title{Introduction to \LaTeX{}}
\author{Author's Name}
\maketitle
\begin{abstract}
The abstract text goes here.
\end{abstract}
\section{Introduction}
Here is the text of your introduction.
\begin{equation}
\label{simple_equation}
\alpha = \sqrt{ \beta }
\end{equation}
\subsection{Subsection Heading Here}
Write your subsection text here.
\section{Conclusion}
Write your conclusion here.
\end{document}Rédaction:
7