<?xml version="1.0" encoding="UTF-8" ?>
<!-- RSS generated by PHPBoost on Sat, 04 Apr 2026 16:38:19 +0200 -->

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Derniers articles - STHDA : Latex]]></title>
		<atom:link href="https://www.sthda.com/french/syndication/rss/articles/19" rel="self" type="application/rss+xml"/>
		<link>https://www.sthda.com</link>
		<description><![CDATA[Derniers articles - STHDA : Latex]]></description>
		<copyright>(C) 2005-2026 PHPBoost</copyright>
		<language>fr</language>
		<generator>PHPBoost</generator>
		
		
		<item>
			<title><![CDATA[Redigez un document en LaTeX]]></title>
			<link>https://www.sthda.com/french/articles/19-latex/53-redigez-un-document-en-latex/</link>
			<guid>https://www.sthda.com/french/articles/19-latex/53-redigez-un-document-en-latex/</guid>
			<description><![CDATA[[page]Structure minimale[/page]<br />
<br />
<br />
LaTex se prononce latek et non latex. C'est un langage  permettant d'?crire des documents sans se pr?occuper de leur forme et il permet de produire des documents PDF. Cet article est une introduction ? LaTeX. Il contient les ?l?ments n?cessaires pour cr?er un article de haute qualit? avec LaTex. C'est une note de lecture des cours sur le <a href="http://www.siteduzero.com/informatique/tutoriels/redigez-des-documents-de-qualite-avec-latex">site du z?ro</a>.<br />
 <br />
Pour installer LaTex : <a href="http://latex-project.org/ftp.html">http://latex-project.org/ftp.html</a><br />
<br />
<h3 class="formatter-title">Structure d'un document simple</h3><br />
<br />
Pour un document en fran?ais :<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdocumentclass"><span style="color: #800000;">documentclass</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">article</span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">% Autres Type de documents : book, letter, report(rapport, stage, th?se)</span>
<span style="color: #2C922C; font-style: italic;">%Appel de packages</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">latin1</span><span style="color: #E02020; ">]{</span><span style="color: #2020C0; font-weight: normal;">inputenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">T1</span><span style="color: #E02020; ">]{</span>fontenc<span style="color: #E02020; ">}</span>     
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">francais</span><span style="color: #E02020; ">]{</span>babel<span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span></span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">% D?but du document</span>
 .... Votre texte .....
<span style="color: #2C922C; font-style: italic;">% portion de texte</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">recette</span><span style="color: #E02020; ">}</span>
....
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">recette</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span></span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">%Fin du document</span>
&nbsp;</pre></pre></div><br />
<br />
<strong><span style="color:blue;">Les commandes introduites par le package babel:</span></strong><br />
<br />
<< =  \og; >> = \fg;  Exposant : \up{}; Petites Majuscules = \bsc{Lamport}; 1er = 1\ier; 2e = 2\ieme;<br />
8? (ou n'importe quel autre chiffre) = \FrenchEnumerate{8}<br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">document</span><span style="color: #E02020; ">}</span>
J'?cris mon 3<span style="color: #800000; font-weight: normal;">\up</span><span style="color: #E02020; ">{</span>e<span style="color: #E02020; ">}</span> document avec <span style="color: #800000; font-weight: normal;">\og</span> <span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5CLaTeX"><span style="color: #800000;">LaTeX</span></a><span style="color: #E02020; ">{}</span> <span style="color: #800000; font-weight: normal;">\fg</span>.
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5CLaTeX"><span style="color: #800000;">LaTeX</span></a><span style="color: #E02020; ">{}</span> est un langage cr?? par Leslie <span style="color: #800000; font-weight: normal;">\bsc</span><span style="color: #E02020; ">{</span>Lamport<span style="color: #E02020; ">}</span>.
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<strong><span style="color:blue;">Les caract?res sp?ciaux sont </span></strong>: $, &, %, #, -, _, {, }, ^, \<br />
Pour les utiliser, ils doivent ?tre pr?c?d?s d'un backslash (i.e \$).  Pour faire appara?tre un \ dans un texte, il faut utiliser la commande  \textbackslash{}.<br />
<br />
<span class="warning"><br />
Sous Mac OS : il est important que vous enregistriez vos documents en Latin-1<br />
Sous linux : Si la console inscrit ISO-8859, tout va bien. Si elle inscrit UTF-8, vous devrez taper \usepackage[utf8]{inputenc} ? la place de \usepackage[latin1]{inputenc} dans vos prochains documents.<br />
</span><br />
<br />
[page]Mise en page[/page]<br />
<!-- START HTML -->
<ul id="toc"></ul>
<!-- END HTML --><br />
<br />
Les ?l?ments de structure sont:<br />
<br />
<table class="formatter-table">
<tr class="formatter-table-row">
<td class="formatter-table-col">Partie</td>
 <td class="formatter-table-col">\part{nom de la partie}</td>
 </tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Chapitre</td>
<td class="formatter-table-col">\chapter{nom du chapitre}</td>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Section</td>
<td class="formatter-table-col">\section{nom de la section}</td>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Sous-section</td>
<td class="formatter-table-col">\subsection{nom de la sous section}</td>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Sous-sous-section</td>
<td class="formatter-table-col">\subsubsection{nom de la sous sous section}</td>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Paragraphe</td>
<td class="formatter-table-col">\paragraph{nom du paragraphe}</td>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Sous-paragraphe</td>
<td class="formatter-table-col">\subparagraph{nom du sous paragraphe}</td>
</tr>
</table><br />
<br />
<span class="notice">Notez que \chapter n'est pas disponible pour les classes de document article et letter.</span><br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdocumentclass"><span style="color: #800000;">documentclass</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">report<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">latin1</span><span style="color: #E02020; ">]{</span>inputenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">T1</span><span style="color: #E02020; ">]{</span>fontenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">francais</span><span style="color: #E02020; ">]{</span>babel<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span><span style="color: #E02020; ">}</span>
<span style="color: #800000; font-weight: normal;">\SweaveOpts</span><span style="color: #E02020; ">{</span>concordance=TRUE<span style="color: #E02020; ">}</span>
<span style="color: #800000; font-weight: normal;">\part</span><span style="color: #E02020; ">{</span><span style="color: #00008B; font-weight: bold;">Partie</span><span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cchapter"><span style="color: #800000;">chapter</span></a><span style="color: #E02020; ">{</span>premier chapitre<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cchapter"><span style="color: #800000;">chapter</span></a>{second chapitre</span><span style="color: #E02020; ">}</span>
<span style="color: #2C922C; font-style: italic;">%Annexe</span>
<span style="color: #2C922C; font-style: italic;">% Pas besoin de changer de commande pour transformer un chapitre en annexe gr?ce ? appendix</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cappendix"><span style="color: #800000;">appendix</span></a>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cchapter"><span style="color: #800000;">chapter</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">Un sch?ma<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cchapter"><span style="color: #800000;">chapter</span></a><span style="color: #E02020; ">{</span>Un article annexe<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<h3 class="formatter-title">Page de garde</h3><br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdocumentclass"><span style="color: #800000;">documentclass</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">book<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">latin1</span><span style="color: #E02020; ">]{</span>inputenc<span style="color: #E02020; ">}</span>   
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">T1</span><span style="color: #E02020; ">]{</span>fontenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">francais</span>]{babel</span><span style="color: #E02020; ">}</span>    
&nbsp;
 <span style="color: #2C922C; font-style: italic;">%++++++++++++++++++++++++++</span>
<span style="color: #2C922C; font-style: italic;">%Page de garde</span>
 <span style="color: #2C922C; font-style: italic;">%++++++++++++++++++++++++++</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Ctitle"><span style="color: #800000;">title</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">Les Lapins<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cauthor"><span style="color: #800000;">author</span></a><span style="color: #E02020; ">{</span>John <span style="color: #800000; font-weight: normal;">\bsc</span><span style="color: #E02020; ">{</span>Doe<span style="color: #E02020; ">}}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdate"><span style="color: #800000;">date</span></a>{3 mai 2010</span><span style="color: #E02020; ">}</span>
<span style="color: #2C922C; font-style: italic;">%fin page de garde</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">document</span></span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">%d?but du document</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cmaketitle"><span style="color: #800000;">maketitle</span></a> <span style="color: #2C922C; font-style: italic;">%Cr?ation de la page de garde</span>
.... Votre Texte .....
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">document</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<h3 class="formatter-title">Alignements du texte</h3><br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">flushright</span><span style="color: #E02020; ">}</span> VOTRE TEXTE ICI <span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">flushright</span></span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">%Aligner le texte ? droite</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">center</span><span style="color: #E02020; ">}</span> VOTRE TEXTE ICI <span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">center</span></span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">%Centrer le texte</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">flushleft</span><span style="color: #E02020; ">}</span> VOTRE TEXTE ICI <span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">flushleft</span></span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">%Aligner le texte ? gauche</span>
&nbsp;</pre></pre></div><br />
<br />
<span class="notice">Le texte est justifi? par d?faut.</span><br />
<br />
<h3 class="formatter-title">Sauts</h3><br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #800000; font-weight: normal;">\newline</span> <span style="color: #2C922C; font-style: italic;">% Aller ? la ligne sans cr?er de nouveau paragraphe</span>
<span style="color: #E02020; ">\\</span> <span style="color: #2C922C; font-style: italic;">% idem, aller ? la ligne sans cr?er de nouveau paragraphe</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cnewpage"><span style="color: #800000;">newpage</span></a> <span style="color: #2C922C; font-style: italic;">% saut de page</span>
<span style="color: #800000; font-weight: normal;">\clearpage</span> <span style="color: #2C922C; font-style: italic;">% Changement de page apr?s gestion des flottants.</span>
<span style="color: #800000; font-weight: normal;">\cleardoublepage</span> <span style="color: #2C922C; font-style: italic;">% Idem, mais red?marre sur une page impaire.</span>
Un ?colier<span style="color: #E02020; ">\</span><span style="color: #800000; font-weight: normal;">\un</span> cahier<span style="color: #800000; font-weight: normal;">\newline</span> une r?gle<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cnewpage"><span style="color: #800000;">newpage</span></a> un bonbon
&nbsp;</pre></pre></div><br />
<br />
<span class="notice"><strong>Pour cr?er un paragraphe</strong>, sauter 2 lignes.</span><br />
<br />
<h3 class="formatter-title">La forme du document</h3><br />
<br />
La commande <strong><span style="color:blue;">\documentclass{} </span></strong>peut ?tre personnalis?e gr?ce ? des options contenues entre crochets et s?par?es par des virgules de la fa?on suivante : \documentclass[option1, option2, option3]{type}.<br />
<br />
<strong><span style="color:blue;">Les options peuvent ?tre :</span></strong><br />
<br />
<table class="formatter-table">
<tr class="formatter-table-row">
<th class="formatter-table-head">Description</th>
                <th class="formatter-table-head">Valeurs applicables</th>
                <th class="formatter-table-head">Valeurs par d?faut</th>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Format du papier</td>
<td class="formatter-table-col">a4paper, a5paper, letterpaper, b5paper?</td>
<td class="formatter-table-col">letterpaper</td>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Taille de la police principale</td>
<td class="formatter-table-col">10pt, 11pt, 12pt</td>
<td class="formatter-table-col">10pt</td>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Alignement des ?quations</td>
<td class="formatter-table-col">fleqn (? gauche)</td>
<td class="formatter-table-col">centr?es par d?faut</td>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Colonnes</td>
<td class="formatter-table-col">onecolumn, twocolumn</td>
<td class="formatter-table-col">onecolumn</td>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Premi?re page des chapitres</td>
<td class="formatter-table-col">openany, openright</td>
<td class="formatter-table-col">openright</td>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Recto verso</td>
<td class="formatter-table-col">oneside, twoside</td>
<td class="formatter-table-col">article et report : oneside, book : twoside</td>
</tr>
</table><br />
<br />
<strong><span style="color:blue;">Exemple</span></strong><br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdocumentclass"><span style="color: #800000;">documentclass</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">twocolumn, 12pt</span><span style="color: #E02020; ">]{</span><span style="color: #2020C0; font-weight: normal;">book</span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<span class="warning"><br />
Rappel : <strong><span style="color:blue;">Les types de documents </span></strong>: <strong>article</strong> (article scientifique), <strong>book</strong> (livre), <strong>letter</strong>(lettre), <strong>report</strong> (rapport, stage, th?se).<br />
</span><br />
<br />
<h3 class="formatter-title">Marges</h3><br />
<br />
Il suffit d'utiliser le package geometry dans lequel nous sp?cifierons les tailles des marges en haut, en bas, ? gauche puis ? droite.<br />
La syntaxe est la suivante : <br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;"><span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">top=2cm, bottom=2cm, left=2cm, right=2cm</span><span style="color: #E02020; ">]{</span><span style="color: #2020C0; font-weight: normal;">geometry</span><span style="color: #E02020; ">}</span></pre></pre></div><br />
<br />
<h3 class="formatter-title">Interlignes</h3><br />
<br />
<span style="color:blue;">Afin d'obtenir des interlignes personnalis?s</span>, il faut utiliser le <strong><span style="color:blue;">package setspace </span></strong>ainsi que les commandes <strong><span style="color:blue;">\onehalfspacing </span></strong>et <strong><span style="color:blue;">\doublespacing</span></strong> dans le pr?ambule, qui permettent d'obtenir dans tout le document un interligne respectivement 1,5 et 2 fois plus grand que l'interligne habituel.<br />
<br />
<span class="notice"><br />
Pour ne changer les interlignes que dans des petits morceaux de votre composition, les environnements onehalfspace et doublespace sont adapt?s. <strong>Exemple :</strong><br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">setspace<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">onehalfspace</span><span style="color: #E02020; ">}</span>
Un autre paragraphe.
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">onehalfspace</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
</span><br />
<br />
<br />
<h3 class="formatter-title">Les listes</h3><br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdocumentclass"><span style="color: #800000;">documentclass</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">article<span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">latin1</span><span style="color: #E02020; ">]{</span>inputenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">T1</span><span style="color: #E02020; ">]{</span>fontenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">francais</span><span style="color: #E02020; ">]{</span>babel<span style="color: #E02020; ">}</span>
 <span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span><span style="color: #E02020; ">}</span>
<span style="color: #800000; font-weight: normal;">\SweaveOpts</span>{concordance=TRUE</span><span style="color: #E02020; ">}</span>
 <span style="color: #2C922C; font-style: italic;">%++++++++++++++++++++++++++++</span>
<span style="color: #2C922C; font-style: italic;">%Liste ? puce</span>
 <span style="color: #2C922C; font-style: italic;">%++++++++++++++++++++++++++++</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csection"><span style="color: #800000;">section</span></a>*<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">Les listes ? puce <span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">itemize</span></span><span style="color: #E02020; ">}</span> 
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Citem"><span style="color: #800000;">item</span></a> Un canard.
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Citem"><span style="color: #800000;">item</span></a> Un mammouth.
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Citem"><span style="color: #800000;">item</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">*</span><span style="color: #E02020; ">]</span> Une pintade. <span style="color: #2C922C; font-style: italic;">% En pla?ant un * entre crochets apr?s \item, j'ai transform? la puce en *</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">itemize</span></span><span style="color: #E02020; ">}</span>
 <span style="color: #2C922C; font-style: italic;">%++++++++++++++++++++++++++++</span>
<span style="color: #2C922C; font-style: italic;">%Liste num?rot?e</span>
 <span style="color: #2C922C; font-style: italic;">%++++++++++++++++++++++++++++</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csection"><span style="color: #800000;">section</span></a>*<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">Listes num?rot?es<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">enumerate</span><span style="color: #E02020; ">}</span> 
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Citem"><span style="color: #800000;">item</span></a> Un canard.
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Citem"><span style="color: #800000;">item</span></a> Un mammouth.
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">enumerate</span></span><span style="color: #E02020; ">}</span>
 <span style="color: #2C922C; font-style: italic;">%++++++++++++++++++++++++++++</span>
<span style="color: #2C922C; font-style: italic;">%Liste de description</span>
 <span style="color: #2C922C; font-style: italic;">%++++++++++++++++++++++++++++</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csection"><span style="color: #800000;">section</span></a>*<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">Listes de description<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">description</span></span><span style="color: #E02020; ">}</span><span style="color: #2C922C; font-style: italic;">%Liste de description</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Citem"><span style="color: #800000;">item</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">Un canard :</span><span style="color: #E02020; ">]</span> bestiole qui fait coin.
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Citem"><span style="color: #800000;">item</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">Un poulpe :</span><span style="color: #E02020; ">]</span> bestiole qui fait bloub.
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Citem"><span style="color: #800000;">item</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">Un ornithorynque :</span><span style="color: #E02020; ">]</span> bestiole qui fait rire.
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">description</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<!-- START HTML -->
<center><div class="highlight_3d" style="width:650px; height:400px"><img src="https://www.sthda.com/french/french/upload/latex_liste.png"/></div></center>
<!-- END HTML --><br />
<br />
<h3 class="formatter-title">Polices</h3><br />
<br />
 <h4 class="formatter-title">Graisse, style, taille</h4> <br />
<br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdocumentclass"><span style="color: #800000;">documentclass</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">article<span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">latin1</span><span style="color: #E02020; ">]{</span>inputenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">T1</span><span style="color: #E02020; ">]{</span>fontenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">francais</span><span style="color: #E02020; ">]{</span>babel<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a>{soul</span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">%Pour les soulignement</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">document</span><span style="color: #E02020; ">}</span>
<span style="color: #800000; font-weight: normal;">\SweaveOpts</span><span style="color: #E02020; ">{</span>concordance=TRUE<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csection"><span style="color: #800000;">section</span></a>*<span style="color: #E02020; ">{</span>Graisse, soulignement<span style="color: #E02020; ">}</span>
<span style="color: #800000; font-weight: normal;">\normalfont</span>{Un lapin, </span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">%Normal</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Ctextbf"><span style="color: #800000;">textbf</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">un lapin, </span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">%Gras</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Ctextit"><span style="color: #800000;">textit</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">un lapin, </span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">%Italique</span>
<span style="color: #800000; font-weight: normal;">\textsc</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">un lapin, </span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">%Majuscule</span>
Un canard <span style="color: #800000; font-weight: normal;">\up</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">un lapin</span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">%Exposant</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cfbox"><span style="color: #800000;">fbox</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">un lapin</span><span style="color: #E02020; ">}</span>, <span style="color: #2C922C; font-style: italic;">%Encadrer</span>
<span style="color: #800000; font-weight: normal;">\ul</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">un lapin</span><span style="color: #E02020; ">}</span>, <span style="color: #2C922C; font-style: italic;">%Soulignement, (Package soul)</span>
<span style="color: #800000; font-weight: normal;">\st</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">un lapin</span><span style="color: #E02020; ">}</span>, <span style="color: #2C922C; font-style: italic;">%Barrer</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csection"><span style="color: #800000;">section</span></a>*<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">Taille<span style="color: #E02020; ">}</span>
<span style="color: #800000; font-weight: normal;">\scriptsize</span>{Maman</span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">%tr?s tr?s p?tite</span>
<span style="color: #800000; font-weight: normal;">\footnotesize</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">Maman</span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">%tr?s p?tite</span>
<span style="color: #800000; font-weight: normal;">\small</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">Maman</span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">%Petite</span>
<span style="color: #800000; font-weight: normal;">\large</span> <span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">Maman</span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">%L?g?rement plus grande que la normale</span>
<span style="color: #800000; font-weight: normal;">\Large</span> <span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">Maman</span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">%Grande</span>
<span style="color: #800000; font-weight: normal;">\LARGE</span> <span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">Maman</span><span style="color: #E02020; ">}</span><span style="color: #2C922C; font-style: italic;">% Tr?s Grande</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chuge"><span style="color: #800000;">huge</span></a> <span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">Maman</span><span style="color: #E02020; ">}</span><span style="color: #2C922C; font-style: italic;">% Tr?s Tr?s Grande</span>
<span style="color: #800000; font-weight: normal;">\Huge</span> <span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">Maman</span><span style="color: #E02020; ">}</span><span style="color: #2C922C; font-style: italic;">% Enorme</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">document</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<br />
<!-- START HTML -->
<center><div class="highlight_3d" style="width:650px; height:350px"><img src="https://www.sthda.com/french/french/upload/latex_police_taille_style.png"/></div></center>
<!-- END HTML --><br />
<br />
 <h4 class="formatter-title">Couleurs</h4> <br />
<br />
Pour la coloration du texte, nous utiliserons le <strong><span style="color:blue;">package color</span></strong>. <strong><span style="color:blue;">Ce package propose par d?faut huit couleurs </span></strong>(black, white, red, green, blue, yellow, magenta et cyan), que vous pourrez utiliser pour colorer du texte via la commande suivante :<br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Ctextcolor"><span style="color: #800000;">textcolor</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">green}{texte en couleur</span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
Pour cr?er de nouvelles couleurs, une commande est disponible : \definecolor<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdefinecolor"><span style="color: #800000;">definecolor</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">le nom de couleur choisi}{RGB}{taux de rouge entre 0 et 255,taux de vert,taux de bleu</span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<strong><span style="color:blue;">Exemple :</span></strong><br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdocumentclass"><span style="color: #800000;">documentclass</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">article<span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">latin1</span><span style="color: #E02020; ">]{</span>inputenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">T1</span><span style="color: #E02020; ">]{</span>fontenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">francais</span><span style="color: #E02020; ">]{</span>babel<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">{</span>color<span style="color: #E02020; ">}</span> 
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span><span style="color: #E02020; ">}</span>
<span style="color: #800000; font-weight: normal;">\SweaveOpts</span><span style="color: #E02020; ">{</span>concordance=TRUE<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdefinecolor"><span style="color: #800000;">definecolor</span></a><span style="color: #E02020; ">{</span>violet<span style="color: #E02020; ">}{</span>RGB<span style="color: #E02020; ">}{</span>134,64,164<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Ctextcolor"><span style="color: #800000;">textcolor</span></a><span style="color: #E02020; ">{</span>violet<span style="color: #E02020; ">}{</span>Maman<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
[page]Ins?rer du code, URL, Texte encadr?, notes de bas de pages, R?f?rences internes[/page]<br />
<!-- START HTML -->
<ul id="toc"></ul>
<!-- END HTML --><br />
<br />
<h3 class="formatter-title">Ins?rer du code</h3><br />
<br />
Trois m?thodes disponibles :<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #2C922C; font-style: italic;">%++++++++++++++++++++++++++++++</span>
<span style="color: #2C922C; font-style: italic;">%Ins?rer du code dans un paragraphe</span>
<span style="color: #2C922C; font-style: italic;">%++++++++++++++++++++++++++++++</span>
Etant d?butant en LaTex, j'ai appris ? utiliser la commande <span style="color: #800000; font-weight: normal;">\verb</span>|<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"></span><span style="color: #E02020; ">}</span>|
<span style="color: #2C922C; font-style: italic;">%++++++++++++++++++++++++++++++</span>
<span style="color: #2C922C; font-style: italic;">%Ins?rer un gros volume de code</span>
<span style="color: #2C922C; font-style: italic;">%++++++++++++++++++++++++++++++</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">verbatim</span><span style="color: #E02020; ">}</span>
....VOTRE CODE ICI...
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">verbatim</span></span><span style="color: #E02020; ">}</span>
<span style="color: #2C922C; font-style: italic;">%++++++++++++++++++++++++++++++</span>
<span style="color: #2C922C; font-style: italic;">%Ins?rer un gros volume de code avec coloration syntaxique</span>
<span style="color: #2C922C; font-style: italic;">%(Explication plus bas dans le document)</span>
<span style="color: #2C922C; font-style: italic;">%++++++++++++++++++++++++++++++</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">lstlisting</span><span style="color: #E02020; ">}</span>
....VOTRE CODE ICI...
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">lstlisting</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<span class="warning"><br />
Noubliez pas d'inclure dans l'ent?te du document les packages <strong><span style="text-decoration: underline;">verbatim</span></strong> ou <strong><span style="text-decoration: underline;">lstlisting</span></strong> en fonction de la commande utilis?e.<br />
</span><br />
<br />
<strong><span style="color:blue;">L'environnement lstlisting</span></strong><br />
L'environnement lstlisting permet de mettre en forme de fa?on color?e et d'utiliser de nombreuses options pour afficher du code.<br />
<br />
Appeler le <strong>package listings</strong> dans l'en-t?te du document<br />
Pour parametrer l'affichage du code, utilisez la commande <strong>\lstset </strong>qui se place avant \begin{document} et poss?de un grand nombre d'arguments param?trables.<br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #800000; font-weight: normal;">\lstset</span><span style="color: #E02020; ">{</span> <span style="color: #2C922C; font-style: italic;">%</span>
language=nom_du_langage,        <span style="color: #2C922C; font-style: italic;">% choix du langage</span>
basicstyle=<span style="color: #800000; font-weight: normal;">\footnotesize</span>,       <span style="color: #2C922C; font-style: italic;">% taille de la police du code</span>
numbers=left,                   <span style="color: #2C922C; font-style: italic;">% placer le num?ro de chaque ligne ? gauche (left)</span>
numbers=right,                  <span style="color: #2C922C; font-style: italic;">% placer le num?ro de chaque ligne ? droite (right)</span>
numberstyle=<span style="color: #800000; font-weight: normal;">\normalsize</span>,        <span style="color: #2C922C; font-style: italic;">% taille de la police des num?ros</span>
numbersep=7pt,                  <span style="color: #2C922C; font-style: italic;">% distance entre le code et sa num?rotation</span>
backgroundcolor=<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Ccolor"><span style="color: #800000;">color</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">white</span><span style="color: #E02020; ">}</span>,  <span style="color: #2C922C; font-style: italic;">% couleur du fond</span>
<span style="color: #2C922C; font-style: italic;">% Possibilit? d'utilisation du package color</span>
<span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<span class="success"><a href="http://en.wikibooks.org/wiki/LaTeX/Packages/Listings">La page de Wikibooks consacr?e au package listings est accessible ici</a></span><br />
<br />
Le code ? afficher s'ins?re dans votre document via l'environnement<strong> lstlisting</strong>.<br />
<br />
Ci-dessous, un petit exemple du traitement d'un code C avec lstlisting.<br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdocumentclass"><span style="color: #800000;">documentclass</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">article<span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">latin1</span><span style="color: #E02020; ">]{</span>inputenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">T1</span><span style="color: #E02020; ">]{</span>fontenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">francais</span><span style="color: #E02020; ">]{</span>babel<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">{</span>listings, color<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdefinecolor"><span style="color: #800000;">definecolor</span></a>{gray}{RGB}{234, 244, 243</span><span style="color: #E02020; ">}</span>
<span style="color: #2C922C; font-style: italic;">%Param?tre d'affichage du code ? ins?rer</span>
<span style="color: #800000; font-weight: normal;">\lstset</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">
language=C,
basicstyle=<span style="color: #800000; font-weight: normal;">\footnotesize</span>,
numbers=left,
numberstyle=<span style="color: #800000; font-weight: normal;">\normalsize</span>,
numbersep=7pt,
keywordstyle=<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Ccolor"><span style="color: #800000;">color</span></a><span style="color: #E02020; ">{</span>blue<span style="color: #E02020; ">}</span>,
backgroundcolor=<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Ccolor"><span style="color: #800000;">color</span></a><span style="color: #E02020; ">{</span>gray<span style="color: #E02020; ">}</span>, 
<span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span><span style="color: #E02020; ">}</span>
<span style="color: #800000; font-weight: normal;">\SweaveOpts</span>{concordance=TRUE</span><span style="color: #E02020; ">}</span>
&nbsp;
 <span style="color: #2C922C; font-style: italic;">%code ? ins?rer dans le document</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">lstlisting</span><span style="color: #E02020; ">}</span>
if (age == 2)
<span style="color: #E02020; ">{</span>
  printf("Salut bebe !");
<span style="color: #E02020; ">}</span>
else if (age == 6)
<span style="color: #E02020; ">{</span>
  printf("Salut gamin !");
<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">lstlisting</span><span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<!-- START HTML -->
<center><div class="highlight_3d" style="width:650px; height:170px"><img src="https://www.sthda.com/french/french/upload/latex_insertion_code.png"/></div></center>
<!-- END HTML --><br />
<br />
<h3 class="formatter-title">URL</h3><br />
Pour ins?rer une URL, il vous suffit d'utiliser le package url ainsi que la commande \url{adresse}<br />
<br />
<br />
<h3 class="formatter-title">Texte encadr?</h3><br />
<br />
<strong><span style="color:blue;">La commande \fbox</span></strong>, permettant d'encadrer des portions de texte. Deux param?tres sont ? indiquer: l'?cart entre le texte et la bordure ainsi que l'?paisseur de cette derni?re.<br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csetlength"><span style="color: #800000;">setlength</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #800000; font-weight: normal;">\fboxsep</span>}{8mm</span><span style="color: #E02020; ">}</span><span style="color: #2C922C; font-style: italic;">% d?finir l'?cart</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csetlength"><span style="color: #800000;">setlength</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #800000; font-weight: normal;">\fboxrule</span>}{2mm</span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">% d?finir l'?paisseur du trait</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cfbox"><span style="color: #800000;">fbox</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">Un lapin</span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<!-- START HTML -->
<center><div class="highlight_3d" style="width:650px; height:170px"><img src="https://www.sthda.com/french/french/upload/latex_texte_encadre.png"/></div></center>
<!-- END HTML --><br />
<br />
<strong><span style="color:blue;">L'environnement minipage</span></strong> permet d'encadrer un paragraphe. Deux param?tres nous int?ressent : la largeur du box et son positionnement par rapport au texte l'entourant. Le positionnement peut ?tre <strong>c</strong> (pour center),<strong> t</strong>(pour top), <strong>b</strong>(pour bottom).<br />
<br />
<strong>Exemple :</strong><br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cfbox"><span style="color: #800000;">fbox</span></a><span style="color: #E02020; ">{</span> <span style="color: #2C922C; font-style: italic;">%fbox est utilis? pour voir les bords de la minipage</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">minipage</span><span style="color: #E02020; ">}[</span><span style="color: #C08020; font-weight: normal;">c</span><span style="color: #E02020; ">]{</span>8cm<span style="color: #E02020; ">}</span>
 It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages.
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">minipage</span>}
</span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<br />
<!-- START HTML -->
<center><div class="highlight_3d" style="width:650px; height:200px"><img src="https://www.sthda.com/french/french/upload/latex_encadre_paragraphe.png"/></div></center>
<!-- END HTML --><br />
<br />
<h3 class="formatter-title">Les notes de bas de page</h3><br />
<br />
<strong><span style="color:blue;">La commande \footnote</span></strong> : \footnote{Texte de la note.}<br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
un canard<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cfootnote"><span style="color: #800000;">footnote</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">bestiole qui fait coin<span style="color: #E02020; ">}</span>
un ornithorynque<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cfootnote"><span style="color: #800000;">footnote</span></a><span style="color: #E02020; ">{</span>bestiole qui fait rire<span style="color: #E02020; ">}</span>
un ours<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cfootnote"><span style="color: #800000;">footnote</span></a>{bestiole qui fait mal</span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<br />
<!-- START HTML -->
<center><div class="highlight_3d" style="width:650px; height:200px"><img src="https://www.sthda.com/french/french/upload/latex_note_de_bas_de_page.png"/></div></center>
<!-- END HTML --><br />
<br />
<span class="warning">Voir aussi \footnotemark</span><br />
<br />
<br />
<h3 class="formatter-title">Les r?f?rences internes</h3><br />
<br />
Trois commandes sont ? conna?tre. La commande <strong><span style="color:blue;">\label{nom_choisi}</span></strong> sert ? marquer un endroit, et les commandes <strong><span style="color:blue;">ref{nom_choisi}</span></strong> et <strong><span style="color:blue;">{\pageref{nom_choisi}} </span></strong>vous permettent d'appeler le num?ro de page ou la r?f?rence de l'?l?ment marqu? dans une autre zone de votre document.<br />
<br />
<!-- START HTML -->
<center><div class="highlight_3d" style="width:700px; height:200px"><img src="https://www.sthda.com/french/french/upload/latex_ref_interne.png"/></div></center>
<!-- END HTML --><br />
<br />
<br />
[page]Insertion d'images et de figures[/page]<br />
<!-- START HTML -->
<ul id="toc"></ul>
<!-- END HTML --><br />
<br />
<span class="notice"><br />
Chargez le <strong><span style="color:blue;">package graphix </span></strong>via la commande \usepackage{graphicx} ? chaque fois que vous aurez ? manipuler des images.<br />
</span><br />
<br />
<h3 class="formatter-title">Insertion simple</h3><br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cincludegraphics"><span style="color: #800000;">includegraphics</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">chemin de l'image</span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">% chemin absolu ou r?latif</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cincludegraphics"><span style="color: #800000;">includegraphics</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">width=200</span><span style="color: #E02020; ">]{</span><span style="color: #2020C0; font-weight: normal;">chemin de l'image.png<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cincludegraphics"><span style="color: #800000;">includegraphics</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">height=200</span><span style="color: #E02020; ">]{</span>chemin de l'image.png<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cincludegraphics"><span style="color: #800000;">includegraphics</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">height=200, width=600</span><span style="color: #E02020; ">]{</span>chemin de l'image.png<span style="color: #E02020; ">}</span> 
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cincludegraphics"><span style="color: #800000;">includegraphics</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">scale=1.5</span>]{chemin de l'image.png</span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">%l'image est agrandie 1.5 fois de mani?re proportionnelle</span>
&nbsp;</pre></pre></div><br />
<br />
<h3 class="formatter-title">Rotation d'une image</h3><br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cincludegraphics"><span style="color: #800000;">includegraphics</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">angle=45</span><span style="color: #E02020; ">]{</span><span style="color: #2020C0; font-weight: normal;">poulpy.png</span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">% Poulpy en biais</span>
&nbsp;</pre></pre></div><br />
<br />
<h3 class="formatter-title">Ins?rer une image dans un paragraphe</h3><br />
L'image devra faire 4 cm de large, occuper 8 lignes et se trouver ? droite du paragraphe.<br />
<br />
La solution de l'exercice se trouve ci-dessous, illustr?e avec la figure suivante.<br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdocumentclass"><span style="color: #800000;">documentclass</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">12pt</span><span style="color: #E02020; ">]{</span><span style="color: #2020C0; font-weight: normal;">report<span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">latin1</span><span style="color: #E02020; ">]{</span>inputenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">T1</span><span style="color: #E02020; ">]{</span>fontenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">francais</span><span style="color: #E02020; ">]{</span>babel<span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">{</span>wrapfig<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">{</span>graphicx<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span><span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">wrapfigure</span><span style="color: #E02020; ">}[</span><span style="color: #C08020; font-weight: normal;">8</span><span style="color: #E02020; ">]{</span>r<span style="color: #E02020; ">}{</span>4cm<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cincludegraphics"><span style="color: #800000;">includegraphics</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">width=4cm</span><span style="color: #E02020; ">]{</span>poulpy.png<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">wrapfigure</span><span style="color: #E02020; ">}</span>
Gros paragraphe.
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<br />
<!-- START HTML -->
<center><div class="highlight_3d" style="width:700px; height:350px"><img src="https://www.sthda.com/french/french/upload/latex_image_dans_paragraphe.png"/></div></center>
<!-- END HTML --><br />
<br />
<h3 class="formatter-title">Image flottante</h3><br />
<br />
Ceci permet ? LaTex de g?rer automatiquement l'insertion des images. <br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">figure</span></span><span style="color: #E02020; ">}</span><span style="color: #2C922C; font-style: italic;">% cr?ation d'une image flottante</span>
&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">center</span></span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">% On centre l'image</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cincludegraphics"><span style="color: #800000;">includegraphics</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">poulpy.png<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">center</span><span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">figure</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<span class="notice"><br />
Il est possible de sp?cifier ? l'environnement figure, votre pr?f?rence en termes de placement. La commande est la suivante : <strong>\begin{figure}[option]</strong><br />
</span><br />
<br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
Les options de placement d'une figure:
- Options non s?par?es par des virgules
- Le "!" est utilis? pour insiter
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">figure</span></span><span style="color: #E02020; ">}[</span><span style="color: #C08020; font-weight: normal;">b</span><span style="color: #E02020; ">]</span> <span style="color: #2C922C; font-style: italic;">%flottant en bas.</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">figure</span></span><span style="color: #E02020; ">}[</span><span style="color: #C08020; font-weight: normal;">t</span><span style="color: #E02020; ">]</span> <span style="color: #2C922C; font-style: italic;">%flottant en haut.</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">figure</span></span><span style="color: #E02020; ">}[</span><span style="color: #C08020; font-weight: normal;">p</span><span style="color: #E02020; ">]</span> <span style="color: #2C922C; font-style: italic;">%flottant sur une page ne comportant que des flottants.</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">figure</span></span><span style="color: #E02020; ">}[</span><span style="color: #C08020; font-weight: normal;">!b</span><span style="color: #E02020; ">]</span> <span style="color: #2C922C; font-style: italic;">%flottant en bas (avec insistance).</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">figure</span></span><span style="color: #E02020; ">}[</span><span style="color: #C08020; font-weight: normal;">bt</span><span style="color: #E02020; ">]</span> <span style="color: #2C922C; font-style: italic;">%nous voulons le flottant en bas, ou en haut s'il ne peut pas?tre en bas.</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">figure</span></span><span style="color: #E02020; ">}[</span><span style="color: #C08020; font-weight: normal;">h</span><span style="color: #E02020; ">]</span> <span style="color: #2C922C; font-style: italic;">%nous voulons le flottant ici.(? l'endroit o? la commande est tap?e)</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">figure</span></span><span style="color: #E02020; ">}[</span><span style="color: #C08020; font-weight: normal;">H</span><span style="color: #E02020; ">]</span> <span style="color: #2C922C; font-style: italic;">%nous voulons le flottant ICI !</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">figure</span></span><span style="color: #E02020; ">}[</span><span style="color: #C08020; font-weight: normal;">hb</span><span style="color: #E02020; ">]</span> <span style="color: #2C922C; font-style: italic;">%nous voulons le flottant ici, ou en bas si cela n'est paspossible.</span>
&nbsp;</pre></pre></div><br />
<br />
<h3 class="formatter-title">Les l?gendes</h3><br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">figure</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">center</span><span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cincludegraphics"><span style="color: #800000;">includegraphics</span></a><span style="color: #E02020; ">{</span>poulpy.png<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">center</span><span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Ccaption"><span style="color: #800000;">caption</span></a><span style="color: #E02020; ">{</span>Poulpy est multicolore<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Clabel"><span style="color: #800000;">label</span></a><span style="color: #E02020; ">{</span>Poulpy est multicolore<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">figure</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<br />
<br />
<!-- START HTML -->
<center><div class="highlight_3d" style="width:650px; height:340px"><img src="https://www.sthda.com/french/french/upload/latex_legende_figure.png"/></div></center>
<!-- END HTML --><br />
<br />
<br />
<h3 class="formatter-title">Sauts de page</h3><br />
<br />
On peut faire un saut de page dans un document LaTex gr?ce ? la commande <em><span style="color:blue;">newpage</span></em>. Avec les flottants, deux nouvelles commandes apparaissent :<br />
<br />
    \clearpage, qui r?alise un saut de page tout en imposant ? LaTeX de mettre tous les flottants en page (il les traitera tous, et produira des pages remplies par les flottants non trait?s) ;<br />
<br />
    \cleardoublepage, qui a le m?me effet, si ce n'est qu'il reprend la nouvelle page sur une page impaire.<br />
<br />
<span class="warning">Comprenez bien l'utilit? de ces commandes. Si vous ?crivez un rapport en deux grandes parties, il est primordial qu'aucune image de la premi?re partie ne se retrouve dans la seconde ? cause d'un choix inopportun de LaTeX. Ces deux commandes s'utilisent exactement de la m?me mani?re que ewpage.<br />
</span><br />
<br />
[page]Les tableaux[/page]<br />
<!-- START HTML -->
<ul id="toc"></ul>
<!-- END HTML --><br />
<br />
Nous devons d?cider de l'alignement des cellules dans chaque colonne. Elles peuvent ?tre?<br />
    ? droite (option r) ;<br />
    ? gauche (option l) ;<br />
    centr?es (option c).<br />
<br />
<h3 class="formatter-title">Structure type</h3><br />
<br />
Nous allons cr?er un tableau contenant des colonnes centr?es.<br />
<br />
Plusieurs exemples sont montr?s dans le code ci-dessous et le r?sultat est affich? sur la figure apr?s.<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdocumentclass"><span style="color: #800000;">documentclass</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">report<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">latin1</span><span style="color: #E02020; ">]{</span>inputenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">T1</span><span style="color: #E02020; ">]{</span>fontenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">francais</span><span style="color: #E02020; ">]{</span>babel<span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span><span style="color: #E02020; ">}</span>
<span style="color: #800000; font-weight: normal;">\SweaveOpts</span>{concordance=TRUE</span><span style="color: #E02020; ">}</span>
<span style="color: #2C922C; font-style: italic;">% Tableau sans bordure</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csubsubsection"><span style="color: #800000;">subsubsection</span></a>*<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">Tableau sans bordure :<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span><span style="color: #E02020; ">}{</span>cc<span style="color: #E02020; ">}</span>
1 <span style="color: #E02020; ">&</span> 2 <span style="color: #E02020; ">\\</span>
3 <span style="color: #E02020; ">&</span> 4 <span style="color: #E02020; ">\\</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span></span><span style="color: #E02020; ">}</span>
<span style="color: #2C922C; font-style: italic;">%Tableau avec bordure</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csubsubsection"><span style="color: #800000;">subsubsection</span></a>*<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">Tableau avec bordures :<span style="color: #E02020; ">}</span>
Il faut placer la commande <span style="color: #800000; font-weight: normal;">\verb</span>|<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>| entre deux lignes cons?cutives, et plus g?n?ralement partout o? vous souhaitez obtenir une ligne horizontale (dans un tableau).<span style="color: #E02020; ">\\</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span><span style="color: #E02020; ">}{</span>cc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
1 <span style="color: #E02020; ">&</span> 2 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
3 <span style="color: #E02020; ">&</span> 4 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span></span><span style="color: #E02020; ">}</span>
<span style="color: #2C922C; font-style: italic;">%bordure des colonnes visibles</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csubsection"><span style="color: #800000;">subsection</span></a>*<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">Marquer la s?paration entre deux colonnes cons?cutives<span style="color: #E02020; ">}</span>
Pour marquer la s?paration entre deux colonnes cons?cutives par une bordure verticale, il faut ins?rer le caract?re " | ". 
Ici, <span style="color: #E02020; ">{</span>cc<span style="color: #E02020; ">}</span> devient <span style="color: #E02020; ">{</span>|c|c|<span style="color: #E02020; ">}</span>.<span style="color: #E02020; ">\\</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span><span style="color: #E02020; ">}{</span>|c|c|<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
1 <span style="color: #E02020; ">&</span> 2 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
3 <span style="color: #E02020; ">&</span> 4 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span></span><span style="color: #E02020; ">}</span>
<span style="color: #2C922C; font-style: italic;">%Un grand tableau</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csubsection"><span style="color: #800000;">subsection</span></a>*<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">Un grand tableau<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span><span style="color: #E02020; ">}{</span>|c|c|c|c|c|c|c|c|c|c|c|<span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
Multipli? par <span style="color: #E02020; ">&</span> 1 <span style="color: #E02020; ">&</span> 2 <span style="color: #E02020; ">&</span> 3 <span style="color: #E02020; ">&</span> 4 <span style="color: #E02020; ">&</span> 5 <span style="color: #E02020; ">&</span> 6 <span style="color: #E02020; ">&</span> 7 <span style="color: #E02020; ">&</span> 8 <span style="color: #E02020; ">&</span> 9 <span style="color: #E02020; ">&</span> 10 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
1 <span style="color: #E02020; ">&</span> 1 <span style="color: #E02020; ">&</span> 2 <span style="color: #E02020; ">&</span> 3 <span style="color: #E02020; ">&</span> 4 <span style="color: #E02020; ">&</span> 5 <span style="color: #E02020; ">&</span> 6 <span style="color: #E02020; ">&</span> 7 <span style="color: #E02020; ">&</span> 8 <span style="color: #E02020; ">&</span> 9 <span style="color: #E02020; ">&</span> 10 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
2 <span style="color: #E02020; ">&</span> 2 <span style="color: #E02020; ">&</span> 4 <span style="color: #E02020; ">&</span> 6 <span style="color: #E02020; ">&</span> 8 <span style="color: #E02020; ">&</span> 10 <span style="color: #E02020; ">&</span> 12 <span style="color: #E02020; ">&</span> 14 <span style="color: #E02020; ">&</span> 16 <span style="color: #E02020; ">&</span> 18 <span style="color: #E02020; ">&</span> 20 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
3 <span style="color: #E02020; ">&</span> 3 <span style="color: #E02020; ">&</span> 6 <span style="color: #E02020; ">&</span> 9 <span style="color: #E02020; ">&</span> 12 <span style="color: #E02020; ">&</span> 15 <span style="color: #E02020; ">&</span> 18 <span style="color: #E02020; ">&</span> 21 <span style="color: #E02020; ">&</span> 24 <span style="color: #E02020; ">&</span> 27 <span style="color: #E02020; ">&</span> 30 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
4 <span style="color: #E02020; ">&</span> 4 <span style="color: #E02020; ">&</span> 8 <span style="color: #E02020; ">&</span> 12 <span style="color: #E02020; ">&</span> 16 <span style="color: #E02020; ">&</span> 20 <span style="color: #E02020; ">&</span> 24 <span style="color: #E02020; ">&</span> 28 <span style="color: #E02020; ">&</span> 32 <span style="color: #E02020; ">&</span> 36 <span style="color: #E02020; ">&</span> 40 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
5 <span style="color: #E02020; ">&</span> 5 <span style="color: #E02020; ">&</span> 10 <span style="color: #E02020; ">&</span> 15 <span style="color: #E02020; ">&</span> 20 <span style="color: #E02020; ">&</span> 25 <span style="color: #E02020; ">&</span> 30 <span style="color: #E02020; ">&</span> 35 <span style="color: #E02020; ">&</span> 40 <span style="color: #E02020; ">&</span> 45 <span style="color: #E02020; ">&</span> 50 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
6 <span style="color: #E02020; ">&</span> 6 <span style="color: #E02020; ">&</span> 12 <span style="color: #E02020; ">&</span> 18 <span style="color: #E02020; ">&</span> 24 <span style="color: #E02020; ">&</span> 30 <span style="color: #E02020; ">&</span> 36 <span style="color: #E02020; ">&</span> 42 <span style="color: #E02020; ">&</span> 48 <span style="color: #E02020; ">&</span> 54 <span style="color: #E02020; ">&</span> 60 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
7 <span style="color: #E02020; ">&</span> 7 <span style="color: #E02020; ">&</span> 14 <span style="color: #E02020; ">&</span> 21 <span style="color: #E02020; ">&</span> 28 <span style="color: #E02020; ">&</span> 35 <span style="color: #E02020; ">&</span> 42 <span style="color: #E02020; ">&</span> 49 <span style="color: #E02020; ">&</span> 56 <span style="color: #E02020; ">&</span> 63 <span style="color: #E02020; ">&</span> 70 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
8 <span style="color: #E02020; ">&</span> 8 <span style="color: #E02020; ">&</span> 16 <span style="color: #E02020; ">&</span> 24 <span style="color: #E02020; ">&</span> 32 <span style="color: #E02020; ">&</span> 40 <span style="color: #E02020; ">&</span> 48 <span style="color: #E02020; ">&</span> 56 <span style="color: #E02020; ">&</span> 64 <span style="color: #E02020; ">&</span> 72 <span style="color: #E02020; ">&</span> 80 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
9 <span style="color: #E02020; ">&</span> 9 <span style="color: #E02020; ">&</span> 18 <span style="color: #E02020; ">&</span> 27 <span style="color: #E02020; ">&</span> 36 <span style="color: #E02020; ">&</span> 45 <span style="color: #E02020; ">&</span> 54 <span style="color: #E02020; ">&</span> 63 <span style="color: #E02020; ">&</span> 72 <span style="color: #E02020; ">&</span> 81 <span style="color: #E02020; ">&</span> 90 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
10 <span style="color: #E02020; ">&</span> 10 <span style="color: #E02020; ">&</span> 20 <span style="color: #E02020; ">&</span> 30 <span style="color: #E02020; ">&</span> 40 <span style="color: #E02020; ">&</span> 50 <span style="color: #E02020; ">&</span> 60 <span style="color: #E02020; ">&</span> 70 <span style="color: #E02020; ">&</span> 80 <span style="color: #E02020; ">&</span> 90 <span style="color: #E02020; ">&</span> 100 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
&nbsp;
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<br />
<!-- START HTML -->
<center><div class="highlight_3d" style="width:650px; height:640px"><img src="https://www.sthda.com/french/french/upload/latex_tableaux.png"/></div></center>
<!-- END HTML --><br />
<br />
<br />
<h3 class="formatter-title">Fusion des cellules</h3><br />
<br />
<strong><span style="color:blue;">Fusion des colonnes</span></strong><br />
<strong>La commande :</strong><br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #800000; font-weight: normal;">\multicolumn</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">nombre de colonnes fusionn?es}{c, l ou r accompagn? des bordures ?ventuelles}{le texte de la cellule</span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<strong><span style="color:blue;">Fusion des lignes</span></strong><br />
<br />
Il faut utiliser la commande <strong>\multirow</strong> contenu dans le package du m?me nom. Elle est d?pendante de trois param?tres (L'un des param?tres est rempla?able par une ?toile.) :<br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #800000; font-weight: normal;">\multirow</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">nombre de lignes fusionn?es<span style="color: #E02020; ">}{</span>taille de la colonne en cm<span style="color: #E02020; ">}{</span>votre texte<span style="color: #E02020; ">}</span>
<span style="color: #800000; font-weight: normal;">\multirow</span>{nombre de lignes fusionn?es}*{votre texte</span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<span class="notice"><br />
Notez que la commande \cline a ?t? introduite. Elle vous permet selon vos souhaits de ne mettre une ligne horizontale qu'entre deux colonnes choisies par vous (Les colonnes sont num?rot?es de la gauche vers la droite.).<br />
</span><br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdocumentclass"><span style="color: #800000;">documentclass</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">report<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">latin1</span><span style="color: #E02020; ">]{</span>inputenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">T1</span><span style="color: #E02020; ">]{</span>fontenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">francais</span>]{babel</span><span style="color: #E02020; ">}</span>
<span style="color: #2C922C; font-style: italic;">%Package multirow</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">multirow<span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span><span style="color: #E02020; ">}</span>
<span style="color: #800000; font-weight: normal;">\SweaveOpts</span><span style="color: #E02020; ">{</span>concordance=TRUE<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csubsection"><span style="color: #800000;">subsection</span></a>*{Fusion de colonnes</span><span style="color: #E02020; ">}</span>
<span style="color: #2C922C; font-style: italic;">%+++++++++++++++++++++++</span>
<span style="color: #2C922C; font-style: italic;">%Fusion de colonnes</span>
<span style="color: #2C922C; font-style: italic;">%+++++++++++++++++++++++</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">tabular</span><span style="color: #E02020; ">}{</span>|c|c|c|c|c|<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
1 <span style="color: #E02020; ">&</span> <span style="color: #800000; font-weight: normal;">\multicolumn</span><span style="color: #E02020; ">{</span>2<span style="color: #E02020; ">}{</span>c|<span style="color: #E02020; ">}{</span>2<span style="color: #E02020; ">}</span> <span style="color: #E02020; ">&</span> 3 <span style="color: #E02020; ">&</span> 4 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
<span style="color: #800000; font-weight: normal;">\multicolumn</span><span style="color: #E02020; ">{</span>2<span style="color: #E02020; ">}{</span>|c|<span style="color: #E02020; ">}{</span>5<span style="color: #E02020; ">}</span> <span style="color: #E02020; ">&</span> 6 <span style="color: #E02020; ">&</span> 7 <span style="color: #E02020; ">&</span> 8 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
9 <span style="color: #E02020; ">&</span> 10 <span style="color: #E02020; ">&</span> <span style="color: #800000; font-weight: normal;">\multicolumn</span><span style="color: #E02020; ">{</span>3<span style="color: #E02020; ">}{</span>c|<span style="color: #E02020; ">}{</span>11<span style="color: #E02020; ">}</span> <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span><span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csubsection"><span style="color: #800000;">subsection</span></a>*{Fusion de lignes</span><span style="color: #E02020; ">}</span>
<span style="color: #2C922C; font-style: italic;">%+++++++++++++++++++++++</span>
<span style="color: #2C922C; font-style: italic;">%Fusion de lignes</span>
<span style="color: #2C922C; font-style: italic;">%+++++++++++++++++++++++</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">tabular</span><span style="color: #E02020; ">}{</span>|l|c|c|c|c|<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
1 <span style="color: #E02020; ">&</span> <span style="color: #800000; font-weight: normal;">\multicolumn</span><span style="color: #E02020; ">{</span>2<span style="color: #E02020; ">}{</span>c|<span style="color: #E02020; ">}{</span>2<span style="color: #E02020; ">}</span> <span style="color: #E02020; ">&</span> 3 <span style="color: #E02020; ">&</span> 4 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
<span style="color: #800000; font-weight: normal;">\multicolumn</span><span style="color: #E02020; ">{</span>2<span style="color: #E02020; ">}{</span>|l|<span style="color: #E02020; ">}{</span>5<span style="color: #E02020; ">}</span> <span style="color: #E02020; ">&</span> 6 <span style="color: #E02020; ">&</span> 7 <span style="color: #E02020; ">&</span> 8 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
9 <span style="color: #E02020; ">&</span> 10 <span style="color: #E02020; ">&</span> <span style="color: #800000; font-weight: normal;">\multicolumn</span><span style="color: #E02020; ">{</span>3<span style="color: #E02020; ">}{</span>c|<span style="color: #E02020; ">}{</span>11<span style="color: #E02020; ">}</span> <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
<span style="color: #800000; font-weight: normal;">\multirow</span><span style="color: #E02020; ">{</span>2<span style="color: #E02020; ">}{</span>1cm<span style="color: #E02020; ">}{</span>12<span style="color: #E02020; ">}</span> <span style="color: #E02020; ">&</span> 13 <span style="color: #E02020; ">&</span> 14 <span style="color: #E02020; ">&</span> 15 <span style="color: #E02020; ">&</span> 16 <span style="color: #E02020; ">\\</span>
<span style="color: #800000; font-weight: normal;">\cline</span><span style="color: #E02020; ">{</span>2-5<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">&</span> 17 <span style="color: #E02020; ">&</span> 18 <span style="color: #E02020; ">&</span> 19 <span style="color: #E02020; ">&</span> 20 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
21 <span style="color: #E02020; ">&</span> 22 <span style="color: #E02020; ">&</span> <span style="color: #800000; font-weight: normal;">\multirow</span><span style="color: #E02020; ">{</span>2<span style="color: #E02020; ">}</span>*<span style="color: #E02020; ">{</span>23<span style="color: #E02020; ">}</span> <span style="color: #E02020; ">&</span> 24 <span style="color: #E02020; ">&</span> 25 <span style="color: #E02020; ">\\</span>
<span style="color: #800000; font-weight: normal;">\cline</span><span style="color: #E02020; ">{</span>1-2<span style="color: #E02020; ">}</span> <span style="color: #800000; font-weight: normal;">\cline</span><span style="color: #E02020; ">{</span>4-5<span style="color: #E02020; ">}</span>
26 <span style="color: #E02020; ">&</span> 27 <span style="color: #E02020; ">&</span> <span style="color: #E02020; ">&</span> 28 <span style="color: #E02020; ">&</span> 29 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<!-- START HTML -->
<center><div class="highlight_3d" style="width:650px; height:420px"><img src="https://www.sthda.com/french/french/upload/latex_fusion_de_cellules.png"/></div></center>
<!-- END HTML --><br />
<br />
<h3 class="formatter-title">Largeur des colonnes</h3><br />
<br />
<strong><span style="color:blue;">La commande :</span></strong><br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">p<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">largeur de la colonne en centim?tres</span><span style="color: #E02020; ">}</span></pre></pre></div><br />
<br />
<strong><span style="color:blue;">Exemple :</span></strong><br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">tabular</span><span style="color: #E02020; ">}{</span>|p<span style="color: #E02020; ">{</span>1cm<span style="color: #E02020; ">}</span>|p<span style="color: #E02020; ">{</span>2cm<span style="color: #E02020; ">}</span>|p<span style="color: #E02020; ">{</span>3cm<span style="color: #E02020; ">}</span>|p<span style="color: #E02020; ">{</span>4cm<span style="color: #E02020; ">}</span>|<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
1cm <span style="color: #E02020; ">&</span> 2cm <span style="color: #E02020; ">&</span> 3cm <span style="color: #E02020; ">&</span> 4cm <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<!-- START HTML -->
<center><div class="highlight_3d" style="width:650px; height:100px"><img src="https://www.sthda.com/french/french/upload/latex_tableaux_largeur_colonne.png"/></div></center>
<!-- END HTML --><br />
<br />
<h3 class="formatter-title">Cr?er une slashbox</h3><br />
<br />
<span class="success">Le package slashbox permet d'utiliser la commande \backslashbox{Texte dessous}{Texte dessus}</span><br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">tabular</span><span style="color: #E02020; ">}{</span>|c|p<span style="color: #E02020; ">{</span>1cm<span style="color: #E02020; ">}</span>|p<span style="color: #E02020; ">{</span>2cm<span style="color: #E02020; ">}</span>|<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
<span style="color: #800000; font-weight: normal;">\backslashbox</span><span style="color: #E02020; ">{</span>Patate<span style="color: #E02020; ">}{</span>Carotte<span style="color: #E02020; ">}</span> <span style="color: #E02020; ">&</span> 1cm <span style="color: #E02020; ">&</span> 2cm <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<br />
<!-- START HTML -->
<center><div class="highlight_3d" style="width:650px; height:80px"><img src="https://www.sthda.com/french/french/upload/latex_tableaux_slashbox.png"/></div></center>
<!-- END HTML --><br />
<br />
<h3 class="formatter-title">Colorer des cellules</h3><br />
<br />
<span class="warning">Deux packages sont ? utiliser : color et colortbl.</span><br />
<br />
<strong>Les commandes sont les suivantes :</strong><br />
<br />
   <strong> \columncolor{couleur}</strong> pour colorer les colonnes ;<br />
<br />
    <strong>\rowcolor{couleur}</strong> pour colorer les lignes ; pour colorer les lignes ;<br />
<br />
    <strong>\cellcolor{couleur}</strong> pour colorer les cellules.<br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdocumentclass"><span style="color: #800000;">documentclass</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">report<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">latin1</span><span style="color: #E02020; ">]{</span>inputenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">T1</span><span style="color: #E02020; ">]{</span>fontenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">francais</span><span style="color: #E02020; ">]{</span>babel<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">{</span>color<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">{</span>colortbl<span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span><span style="color: #E02020; ">}</span>
<span style="color: #800000; font-weight: normal;">\SweaveOpts</span><span style="color: #E02020; ">{</span>concordance=TRUE<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span><span style="color: #E02020; ">}{</span>| ><span style="color: #E02020; ">{</span><span style="color: #800000; font-weight: normal;">\columncolor</span><span style="color: #E02020; ">{</span>yellow<span style="color: #E02020; ">}}</span>c|c|c|c|c|c|c|c|c|c|c|<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
<span style="color: #800000; font-weight: normal;">\rowcolor</span><span style="color: #E02020; ">{</span>yellow<span style="color: #E02020; ">}</span>Multipli? par <span style="color: #E02020; ">&</span> 1 <span style="color: #E02020; ">&</span> 2 <span style="color: #E02020; ">&</span> 3 <span style="color: #E02020; ">&</span> 4 <span style="color: #E02020; ">&</span> 5 <span style="color: #E02020; ">&</span> 6 <span style="color: #E02020; ">&</span> 7 <span style="color: #E02020; ">&</span> 8 <span style="color: #E02020; ">&</span> 9 <span style="color: #E02020; ">&</span> 10 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
1 <span style="color: #E02020; ">&</span> 1 <span style="color: #E02020; ">&</span> 2 <span style="color: #E02020; ">&</span> 3 <span style="color: #E02020; ">&</span> 4 <span style="color: #E02020; ">&</span> 5 <span style="color: #E02020; ">&</span> 6 <span style="color: #E02020; ">&</span> 7 <span style="color: #E02020; ">&</span> 8 <span style="color: #E02020; ">&</span> 9 <span style="color: #E02020; ">&</span> 10 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
2 <span style="color: #E02020; ">&</span> 2 <span style="color: #E02020; ">&</span> 4 <span style="color: #E02020; ">&</span> 6 <span style="color: #E02020; ">&</span> 8 <span style="color: #E02020; ">&</span> 10 <span style="color: #E02020; ">&</span> 12 <span style="color: #E02020; ">&</span> 14 <span style="color: #E02020; ">&</span> 16 <span style="color: #E02020; ">&</span> 18 <span style="color: #E02020; ">&</span> 20 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
3 <span style="color: #E02020; ">&</span> 3 <span style="color: #E02020; ">&</span> 6 <span style="color: #E02020; ">&</span> 9 <span style="color: #E02020; ">&</span> 12 <span style="color: #E02020; ">&</span> 15 <span style="color: #E02020; ">&</span> 18 <span style="color: #E02020; ">&</span> 21 <span style="color: #E02020; ">&</span> 24 <span style="color: #E02020; ">&</span> 27 <span style="color: #E02020; ">&</span> 30 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
4 <span style="color: #E02020; ">&</span> 4 <span style="color: #E02020; ">&</span> 8 <span style="color: #E02020; ">&</span> 12 <span style="color: #E02020; ">&</span> 16 <span style="color: #E02020; ">&</span> 20 <span style="color: #E02020; ">&</span> 24 <span style="color: #E02020; ">&</span> 28 <span style="color: #E02020; ">&</span> 32 <span style="color: #E02020; ">&</span> 36 <span style="color: #E02020; ">&</span> 40 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
5 <span style="color: #E02020; ">&</span> 5 <span style="color: #E02020; ">&</span> 10 <span style="color: #E02020; ">&</span> 15 <span style="color: #E02020; ">&</span> 20 <span style="color: #E02020; ">&</span> 25 <span style="color: #E02020; ">&</span> 30 <span style="color: #E02020; ">&</span> 35 <span style="color: #E02020; ">&</span> 40 <span style="color: #E02020; ">&</span> 45 <span style="color: #E02020; ">&</span> 50 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
6 <span style="color: #E02020; ">&</span> 6 <span style="color: #E02020; ">&</span> 12 <span style="color: #E02020; ">&</span> 18 <span style="color: #E02020; ">&</span> 24 <span style="color: #E02020; ">&</span> 30 <span style="color: #E02020; ">&</span> 36 <span style="color: #E02020; ">&</span> 42 <span style="color: #E02020; ">&</span> 48 <span style="color: #E02020; ">&</span> 54 <span style="color: #E02020; ">&</span> 60 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<br />
<!-- START HTML -->
<center><div class="highlight_3d" style="width:650px; height:170px"><img src="https://www.sthda.com/french/french/upload/latex_tableau_colore_cellules.png"/></div></center>
<!-- END HTML --><br />
<br />
<br />
<span class="notice"><br />
Notez que pour pouvoir agir sur les colonnes, il vous faudra utiliser >{votre commande ou votre \begin{..\ }} avant l'instruction de cr?ation de colonne (l, r, c ou \p{}) et >{votre commande ou votre \end{..} } juste apr?s si vous le souhaitez.<br />
</span><br />
<br />
<h3 class="formatter-title">Un tableau flottant</h3><br />
<br />
Pour rendre un tableau flottant, et laisser LaTeX g?rer sa position, il faut l'entourer de l'environnement table<br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #0000D0; font-weight: normal;">table</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">center</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span><span style="color: #E02020; ">}</span>
Votre tableau
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">center</span><span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Ccaption"><span style="color: #800000;">caption</span></a><span style="color: #E02020; ">{</span>votre l?gende<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Clabel"><span style="color: #800000;">label</span></a><span style="color: #E02020; ">{</span>votre r?f?rence<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">table</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
[page]Table des mati?res[/page]<br />
<!-- START HTML -->
<ul id="toc"></ul>
<!-- END HTML --><br />
<br />
<span class="notice">Il vous suffit d'ins?rer la commande <strong>\tableofcontents </strong>? l'endroit o? vous souhaitez afficher une table des mati?res dans votre document.</span><br />
<br />
<h3 class="formatter-title">Table des mati?res simple</h3><br />
<br />
<span class="warning"><br />
La seule subtilit? r?side dans le fait qu'il faille compiler deux fois. La premi?re permet ? LaTeX de comprendre la structure du document et de lister les titres. La seconde permet la mise en forme de la table, avec les num?ros de pages.<br />
</span><br />
<br />
<strong><span style="color:blue;">Exemple:</span></strong><br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdocumentclass"><span style="color: #800000;">documentclass</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">book<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">latin1</span><span style="color: #E02020; ">]{</span>inputenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">T1</span><span style="color: #E02020; ">]{</span>fontenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">francais</span><span style="color: #E02020; ">]{</span>babel<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span><span style="color: #E02020; ">}</span>
<span style="color: #800000; font-weight: normal;">\SweaveOpts</span><span style="color: #E02020; ">{</span>concordance=TRUE<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Ctableofcontents"><span style="color: #800000;">tableofcontents</span></a>
<span style="color: #800000; font-weight: normal;">\part</span><span style="color: #E02020; ">{</span><span style="color: #00008B; font-weight: bold;">Partie 1</span><span style="color: #E02020; ">}</span>
    <span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cchapter"><span style="color: #800000;">chapter</span></a><span style="color: #E02020; ">{</span>Chapitre 1<span style="color: #E02020; ">}</span>
        <span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csection"><span style="color: #800000;">section</span></a>*<span style="color: #E02020; ">{</span>Une section<span style="color: #E02020; ">}</span>
        <span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csection"><span style="color: #800000;">section</span></a><span style="color: #E02020; ">{</span>Une section avec un nom m?ga <span style="color: #E02020; ">\\</span>
            mais alors vraiment m?ga trop giga long qui d?passe<span style="color: #E02020; ">}</span>
        <span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csubsection"><span style="color: #800000;">subsection</span></a><span style="color: #E02020; ">{</span>Une sous-section<span style="color: #E02020; ">}</span>
        <span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csubsection"><span style="color: #800000;">subsection</span></a><span style="color: #E02020; ">{</span>Une sous-section<span style="color: #E02020; ">}</span>
    <span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cchapter"><span style="color: #800000;">chapter</span></a><span style="color: #E02020; ">{</span>Chapitre 2<span style="color: #E02020; ">}</span>
        <span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csection"><span style="color: #800000;">section</span></a><span style="color: #E02020; ">{</span>Une section<span style="color: #E02020; ">}</span>
            <span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csubsection"><span style="color: #800000;">subsection</span></a><span style="color: #E02020; ">{</span>Une sous-section<span style="color: #E02020; ">}</span>
                <span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cparagraph"><span style="color: #800000;">paragraph</span></a><span style="color: #E02020; ">{</span>Un paragraphe<span style="color: #E02020; ">}</span>
            <span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csubsection"><span style="color: #800000;">subsection</span></a><span style="color: #E02020; ">{</span>Une sous-section<span style="color: #E02020; ">}</span>
                <span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cparagraph"><span style="color: #800000;">paragraph</span></a><span style="color: #E02020; ">{</span>Un paragraphe<span style="color: #E02020; ">}</span>
        <span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csection"><span style="color: #800000;">section</span></a><span style="color: #E02020; ">{</span>Une section<span style="color: #E02020; ">}</span>
    <span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cchapter"><span style="color: #800000;">chapter</span></a><span style="color: #E02020; ">{</span>Chapitre 3<span style="color: #E02020; ">}</span>
        <span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csection"><span style="color: #800000;">section</span></a><span style="color: #E02020; ">{</span>Une section<span style="color: #E02020; ">}</span>
        <span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Csection"><span style="color: #800000;">section</span></a><span style="color: #E02020; ">{</span>Une section<span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<br />
<br />
<!-- START HTML -->
<center><div class="highlight_3d" style="width:650px; height:420px"><img src="https://www.sthda.com/french/french/upload/latex_table_matiere.png"/></div></center>
<!-- END HTML --><br />
<br />
<span class="warning"><br />
Notez qu'il manque les paragraphes, un titre est trop long.<br />
</span><br />
<br />
<h3 class="formatter-title">Param?trage d'une table des mati?res</h3><br />
<br />
 <h4 class="formatter-title">Renommer la table, en l'appelant "sommaire" </h4> <br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #2C922C; font-style: italic;">% Dans le corps du document,avant la commande \tableofcontents.</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Crenewcommand"><span style="color: #800000;">renewcommand</span></a><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #800000; font-weight: normal;">\contentsname</span>}{Votre nouveau titre</span><span style="color: #E02020; ">}</span> 
&nbsp;</pre></pre></div><br />
<br />
<span class="warning"><br />
La m?thode d?velopp?e ici est applicable aussi ? peu pr?s ? tous les ?l?ments de structure d'un document (pour changer l'appellation ? Partie ? en autre chose, il vous faudra remplacer \contentsname par \partname par exemple.).<br />
</span><br />
<br />
 <h4 class="formatter-title">Raccourcir une ligne</h4> <br />
Nous pouvons voir que dans notre sommaire, une des lignes est trop longue et d?passe. Heureusement, deux titres diff?rents peuvent ?tre fournis lors de la cr?ation d'un ?l?ment de structure : l'un pour le document, l'autre pour la table des mati?res.<br />
<br />
<span class="success"><br />
La commande <strong>\section{titre dans le document}</strong> se transforme en <strong>\section[titre court apparaissant dans la table des mati?res]{titre long apparaissant dans le document}</strong>.<br />
</span><br />
<br />
<br />
 <h4 class="formatter-title">Inclure les paragraphes dans le sommaire</h4> <br />
<br />
Chaque ?l?ment de hi?rarchie correspond ? un chiffre.<br />
<br />
<br />
<br />
<table class="formatter-table">
<tr class="formatter-table-row">
<th class="formatter-table-head">El?ment hi?rarchique</th>
                <th class="formatter-table-head">Nombre</th>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Partie</td>
<td class="formatter-table-col">-1</td>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Chapitre</td>
<td class="formatter-table-col">0</td>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Section</td>
<td class="formatter-table-col">1</td>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">sous-section</td>
<td class="formatter-table-col">2</td>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Sous-sous-section</td>
<td class="formatter-table-col">3</td>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Paragraphe</td>
<td class="formatter-table-col">4</td>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Sous-paragraphe</td>
<td class="formatter-table-col">5</td>
</tr>
</table><br />
<br />
<br />
<span class="warning"><br />
La commande qui nous int?resse est <strong>\setcounter{tocdepth}{Nombre de votre choix}</strong>.  Elle sert ? demander ? LaTeX de composer une table des mati?res contenant tous les ?l?ments hi?rarchiques jusqu'? ceux d?finis par le nombre que vous aurez choisi<br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #800000; font-weight: normal;">\setcounter</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">tocdepth}{4</span><span style="color: #E02020; ">}</span><span style="color: #2C922C; font-style: italic;">%Inclusion des paragraphes</span>
&nbsp;</pre></pre></div></span><br />
<br />
 <h4 class="formatter-title">Exclure un ?l?ment de structure</h4> <br />
<span class="notice"><br />
Lorsqu'un ?l?ment de structure est suivi de * (par exemple \chapter*{un chapitre}), il n'y a pas de r?f?rence vers celui-ci dans la table des mati?res.<br />
</span><br />
<br />
[page]Table des figures et des tableaux[/page]<br />
<br />
Elles s'ins?rent respectivement via les commandes <strong>\listoffigures </strong>et <strong>\listoftables</strong> ; elles font appara?tre, au choix, soit un titre sp?cialement con?u pour la table, soit la l?gende contenue dans \caption.<br />
<br />
<strong>Les deux syntaxes possibles ci-dessous vous sont pr?sent?es:</strong><br />
<br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Ccaption"><span style="color: #800000;">caption</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">titre court</span><span style="color: #E02020; ">]{</span><span style="color: #2020C0; font-weight: normal;">l?gende normale de l'image<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Ccaption"><span style="color: #800000;">caption</span></a>{l?gende normale de l'image</span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<span class="warning">N'oubliez pas qu'il faut compiler deux fois pour faire apparaitre la table</span><br />
<br />
<br />
<strong><span style="color:blue;">Exemple :</span></strong><br />
<span class="formatter-code">Code LATEX :</span><div class="code"><pre style="display:inline;"><pre class="latex" style="font-family:monospace;">&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdocumentclass"><span style="color: #800000;">documentclass</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">12pt</span><span style="color: #E02020; ">]{</span><span style="color: #2020C0; font-weight: normal;">report<span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">latin1</span><span style="color: #E02020; ">]{</span>inputenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">T1</span><span style="color: #E02020; ">]{</span>fontenc<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">francais</span><span style="color: #E02020; ">]{</span>babel<span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span style="color: #800000;">usepackage</span></a><span style="color: #E02020; ">{</span>graphicx<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span><span style="color: #E02020; ">}</span>
<span style="color: #800000; font-weight: normal;">\SweaveOpts</span><span style="color: #E02020; ">{</span>concordance=TRUE<span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">table</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">center</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span><span style="color: #E02020; ">}{</span>|c|c|<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
1 <span style="color: #E02020; ">&</span> 2 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
3 <span style="color: #E02020; ">&</span> 4 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">center</span><span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Ccaption"><span style="color: #800000;">caption</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">Un tableau</span><span style="color: #E02020; ">]{</span>Mon beau tableau<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">table</span><span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">figure</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">center</span><span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cincludegraphics"><span style="color: #800000;">includegraphics</span></a><span style="color: #E02020; ">{</span>poulpy.png<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">center</span><span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Ccaption"><span style="color: #800000;">caption</span></a><span style="color: #E02020; ">{</span>Poulpy est multicolore<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">figure</span><span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">figure</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">center</span><span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cincludegraphics"><span style="color: #800000;">includegraphics</span></a><span style="color: #E02020; ">{</span>poulpy.png<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">center</span><span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Ccaption"><span style="color: #800000;">caption</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">Chatoyante</span><span style="color: #E02020; ">]{</span>Poulpy est chatoyante<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">figure</span><span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">figure</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">center</span><span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cincludegraphics"><span style="color: #800000;">includegraphics</span></a><span style="color: #E02020; ">{</span>poulpy.png<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">center</span><span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Ccaption"><span style="color: #800000;">caption</span></a><span style="color: #E02020; ">{</span>Poulpy est inestimable<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">figure</span><span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">table</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">center</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span><span style="color: #E02020; ">}{</span>|c|c|<span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
1 <span style="color: #E02020; ">&</span> 2 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
3 <span style="color: #E02020; ">&</span> 4 <span style="color: #E02020; ">\\</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Chline"><span style="color: #800000;">hline</span></a>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">tabular</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">center</span><span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Ccaption"><span style="color: #800000;">caption</span></a><span style="color: #E02020; ">{</span>Mon beau tableau<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">table</span><span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">figure</span><span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\begin</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">center</span><span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cincludegraphics"><span style="color: #800000;">includegraphics</span></a><span style="color: #E02020; ">{</span>poulpy.png<span style="color: #E02020; ">}</span>
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">center</span><span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Ccaption"><span style="color: #800000;">caption</span></a><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">Poulpesque</span><span style="color: #E02020; ">]{</span>Poulpy est poulpesque<span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">figure</span><span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Clistoftables"><span style="color: #800000;">listoftables</span></a>
<span style="color: #E02020; ">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Clistoffigures"><span style="color: #800000;">listoffigures</span></a>
&nbsp;
<span style="color: #C00000; font-weight: normal;">\end</span><span style="color: #E02020; ">{</span><span style="color: #0000D0; font-weight: normal;">document</span></span><span style="color: #E02020; ">}</span>
&nbsp;</pre></pre></div><br />
<br />
<br />
<!-- START HTML -->
<center><div class="highlight_3d" style="width:650px; height:370px"><img src="https://www.sthda.com/french/french/upload/table_des_figures_tableau.png"/></div></center>
<!-- END HTML -->]]></description>
			<pubDate>Sun, 09 Jun 2013 19:51:00 +0200</pubDate>
			
		</item>
		
	</channel>
</rss>
