issue66:tutoriel_-_apprendre_latex
Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
issue66:tutoriel_-_apprendre_latex [2012/10/26 23:07] – créée andre_domenech | issue66:tutoriel_-_apprendre_latex [2012/11/23 10:32] (Version actuelle) – [Section 2] auntiee | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | ===== intro ==== | ||
+ | ** | ||
Titre : Learning LaTeX | Titre : Learning LaTeX | ||
Ligne 14: | Ligne 16: | ||
First, you need some way of processing your documents. I would recommend an editor. Begin by installing LaTeXila. I use Synaptic, but the Ubuntu Software Center should also suffice. Hard-core Ubuntu users may prefer the command-line, | First, you need some way of processing your documents. I would recommend an editor. Begin by installing LaTeXila. I use Synaptic, but the Ubuntu Software Center should also suffice. Hard-core Ubuntu users may prefer the command-line, | ||
+ | ** | ||
+ | Titre: Apprendre LaTeX | ||
+ | |||
+ | |||
+ | Fans de Python, ne passez pas en mode « kernel panic ». Greg sera de retour le mois prochain. | ||
+ | |||
+ | |||
+ | LaTeX est un système de préparation de documents pour une typographie de haute qualité. | ||
+ | |||
+ | Bien qu'il soit principalement utilisé dans les domaines techniques ou scientifiques, | ||
+ | |||
+ | Ce court article va vous guider depuis l’installation du programme à la production d'un document composé. | ||
+ | |||
+ | Le but est d' | ||
+ | |||
+ | Tout d' | ||
+ | |||
+ | ===== LaTeXila ===== | ||
+ | ** | ||
I have chosen LaTeXila simply because I am most familiar with it, and it includes everything you need to follow this article. There is also Lyx, Winefish LaTeX Editor, and Texmaker, to name others. Stick with LaTeXila for now. | I have chosen LaTeXila simply because I am most familiar with it, and it includes everything you need to follow this article. There is also Lyx, Winefish LaTeX Editor, and Texmaker, to name others. Stick with LaTeXila for now. | ||
Ligne 42: | Ligne 63: | ||
\end{document} | \end{document} | ||
+ | ** | ||
+ | J'ai choisi LaTeXila simplement parce qu'il m'est très familier et contient tout ce dont vous avez besoin pour suivre cet article. Il y a aussi, notamment, Lyx, Winefish LaTeX Editor, Texmaker. Restons avec LaTeXila pour l' | ||
+ | |||
+ | Maintenant que LaTeXila est installé, ouvrez-le et procédez comme suit : | ||
+ | |||
+ | File, New, Article, Ok. | ||
+ | |||
+ | Vous devriez voir ceci dans la fenêtre d' | ||
+ | |||
+ | \documentclass[a4paper, | ||
+ | \usepackage[T1]{fontenc} | ||
+ | \usepackage[utf8]{inputenc} | ||
+ | \usepackage{lmodern} | ||
+ | |||
+ | \title{} | ||
+ | \author{} | ||
+ | |||
+ | \begin{document} | ||
+ | |||
+ | \maketitle | ||
+ | \tableofcontents | ||
+ | |||
+ | \begin{abstract} | ||
+ | \end{abstract} | ||
+ | |||
+ | \section{} | ||
+ | |||
+ | \end{document} | ||
+ | |||
+ | ** | ||
LaTeXila initialises the new article by including the basic instructions required for typesetting. Now you can add text. | LaTeXila initialises the new article by including the basic instructions required for typesetting. Now you can add text. | ||
Ligne 54: | Ligne 105: | ||
Then, between \section{} and \end{document}, | Then, between \section{} and \end{document}, | ||
+ | ** | ||
+ | LaTeXila initialise le nouvel article en incluant les instructions de base nécessaires pour la composition/ | ||
+ | |||
+ | Placez le curseur entre les accolades de la ligne de titre et donnez un titre au document. Par exemple : « \title{Learning \LaTeX\@} » sans les guillemets. Ne pas oublier l' | ||
+ | |||
+ | Tapez le nom de l' | ||
+ | |||
+ | Tapez quelques mots entre « \begin{abstract} » et « \end{abstract} », tels que : « Une merveilleuse façon d' | ||
+ | |||
+ | « \section{} » est l' | ||
+ | |||
+ | Puis, entre \section{} et \end{document}, | ||
+ | |||
+ | ===== Section 2 ===== | ||
+ | ** | ||
Now you want to process your document. First save it. Use a file name without spaces, followed with the extension tex. (filename.tex) | Now you want to process your document. First save it. Use a file name without spaces, followed with the extension tex. (filename.tex) | ||
Ligne 64: | Ligne 130: | ||
Press F7 again and you should see something like the image shown below right. | Press F7 again and you should see something like the image shown below right. | ||
+ | ** | ||
+ | Maintenant, vous allez traiter votre document. D' | ||
+ | |||
+ | Ensuite, appuyez sur F7. Le document doit être traité rapidement avec des détails apparaissant au bas de l' | ||
+ | |||
+ | Les avertissements sont là juste pour que vous sachiez que vous devez compiler à nouveau. LaTeX a besoin de deux passes pour traiter la table des matières (Table Of Contents - TOC). | ||
+ | |||
+ | Qu' | ||
+ | |||
+ | Appuyez encore sur F7 et vous devriez voir quelque chose comme l' | ||
+ | |||
+ | ** | ||
A successful compilation. | A successful compilation. | ||
Ligne 76: | Ligne 154: | ||
Further information: | Further information: | ||
+ | |||
+ | http:// | ||
+ | |||
+ | http:// | ||
+ | ** | ||
+ | |||
+ | Une compilation réussie. | ||
+ | |||
+ | Maintenant, vous voulez voir votre document dans toute sa splendeur. Appuyez sur F8. Le lecteur de document doit s' | ||
+ | |||
+ | Vous remarquerez que le texte est disposé comme si un composeur avait fait le travail. C'est l' | ||
+ | |||
+ | Ce n'est qu'un petit début de ce que pourrait être une relation de travail exceptionnelle entre vous et LaTeX. Mis à part les trucs sur le caoutchouc, il y a beaucoup d' | ||
+ | |||
+ | Soyez patient, persévérez et faites de LaTeX votre ami. | ||
+ | |||
+ | Plus d' | ||
http:// | http:// | ||
http:// | http:// |
issue66/tutoriel_-_apprendre_latex.1351285667.txt.gz · Dernière modification : 2012/10/26 23:07 de andre_domenech