<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Forum du club des développeurs et IT Pro - Tableaux - Graphiques - Images - Flottants</title>
		<link>https://www.developpez.net/forums/</link>
		<description><![CDATA[Forum concernant l'insertion d'images, de graphiques, de tableaux et de flottants]]></description>
		<language>fr</language>
		<lastBuildDate>Wed, 03 Jun 2026 11:25:35 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>15</ttl>
		<image>
			<url>https://forum.developpez.be/images/misc/rss.png</url>
			<title>Forum du club des développeurs et IT Pro - Tableaux - Graphiques - Images - Flottants</title>
			<link>https://www.developpez.net/forums/</link>
		</image>
		<item>
			<title>Éditeurs gratuits de graphiques/tableaux/arbres de probas etc.</title>
			<link>https://www.developpez.net/forums/showthread.php?t=2183216&amp;goto=newpost</link>
			<pubDate>Tue, 14 Apr 2026 16:23:55 GMT</pubDate>
			<description>Bonjours à tous, 
 
Si jamais...</description>
			<content:encoded><![CDATA[<div>Bonjours à tous,<br />
<br />
Si jamais ça peut intéresser des personnes, voici une page qui regroupe plusieurs outils en ligne pour générer du code LaTeX pour tout ce qui est assez chronophage : tableaux, graphiques, tableaux de signes et de variation, colorbox et arbres de probas :<br />
<br />
<a rel="nofollow" href="https://www.sarmate.net/latex-tools.php" target="_blank">https://www.sarmate.net/latex-tools.php</a></div>

]]></content:encoded>
			<category domain="https://www.developpez.net/forums/f1983/autres-langages/autres-langages/latex/tableaux-graphiques-images-flottants/">Tableaux - Graphiques - Images - Flottants</category>
			<dc:creator>Fabrice_Frattini</dc:creator>
			<guid isPermaLink="true">https://www.developpez.net/forums/d2183216/autres-langages/autres-langages/latex/tableaux-graphiques-images-flottants/editeurs-gratuits-graphiques-tableaux-arbres-probas-etc/</guid>
		</item>
		<item>
			<title>Centrer verticalement sur plus de lignes</title>
			<link>https://www.developpez.net/forums/showthread.php?t=2177686&amp;goto=newpost</link>
			<pubDate>Mon, 23 Jun 2025 13:53:48 GMT</pubDate>
			<description>Bonjour tout le monde :D 
...</description>
			<content:encoded><![CDATA[<div>Bonjour tout le monde :D<br />
<br />
Cela fait longtemps que je ne suis pas passé par là..... <br />
Aujourd'hui ce qui m'amène est une histoire de centrage vertical lorsque plusieurs colonnes sont adjacentes. <br />
<u>Objectif : </u><br />
Centre verticalement mes  &quot;titre posant problème&quot; car pour le moment ils sont centrer verticalement que sur une ligne.<br />
Faire apparaitre les filets horizontaux de la colonne 2. Dès que je mets \cellcolor{gray!10} la couleur prend le dessus et ils dispraissent...<br />
<br />
D'avance un très grand merci à vous, je ne voulais pas vous déranger donc j ai regardé beaucoup de forum et j ai même demandé à l'IA .... mais bon elle a ses limites...<br />
<br />
Belle journée à vous ;)<br />
<br />
Frero<br />
<br />
Je mets mon ECM ici en espérant qu'il passe bien chez vous :<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><table cellspacing="0" cellpadding="0"><tr><td valign="top" width="33"><div style="border: 1px dashed gray; padding-left: 5px; padding-right: 5px; margin-right: 5px; text-align: right; font-family: monospace">1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br /></div></td><td valign="top"><pre style="margin: 0"><span style="color: #BE0000">\documentclass</span><span style="color: #C08020; font-weight: normal;">[a4paper,11pt, twoside]</span><span style="color: #BE0000">{</span>report<span style="color: #BE0000">}</span>
<span style="color: #BE0000">\usepackage</span><span style="color: #C08020; font-weight: normal;">[T1]</span><span style="color: #BE0000">{</span>fontenc<span style="color: #BE0000">}</span>
<span style="color: #BE0000">\usepackage</span><span style="color: #C08020; font-weight: normal;">[left=1.5cm, right=1.5cm, top=2.5cm, bottom=1.7cm]</span><span style="color: #BE0000">{</span>geometry<span style="color: #BE0000">}</span>
<span style="color: #BE0000">\usepackage</span><span style="color: #BE0000">{</span>tabularx<span style="color: #BE0000">}</span>
<span style="color: #BE0000">\usepackage</span><span style="color: #C08020; font-weight: normal;">[table,dvipsnames]</span><span style="color: #BE0000">{</span>xcolor<span style="color: #BE0000">}</span>
<span style="color: #BE0000">\usepackage</span><span style="color: #BE0000">{</span>multirow<span style="color: #BE0000">}</span>
<span style="color: #BE0000">\usepackage</span><span style="color: #BE0000">{</span>ragged2e<span style="color: #BE0000">}</span>
&nbsp;
<span style="color: #BE0000">\renewcommand</span><span style="color: #BE0000">\tabularxcolumn</span><span style="color: #C08020; font-weight: normal;">[1]</span><span style="color: #BE0000">{</span>&gt;<span style="color: #BE0000">{</span><span style="color: #BE0000">\noindent</span><span style="color: #BE0000">\justifying</span><span style="color: #BE0000">\arraybackslash</span><span style="color: #BE0000">}</span>m<span style="color: #BE0000">{</span><span style="color: #BE0000">#1</span><span style="color: #BE0000">}}</span>
&nbsp;
<span style="color: #0000ff;">\begin</span><span style="color: #BE0000">{</span><span style="color: black;">document</span><span style="color: #BE0000">}</span>
&nbsp;
<span style="color: #0000ff;">\begin</span><span style="color: #BE0000">{</span><span style="color: black;">tabularx</span><span style="color: #BE0000">}{</span><span style="color: #BE0000">\textwidth</span><span style="color: #BE0000">}{</span>|&gt;<span style="color: #BE0000">{</span><span style="color: #BE0000">\columncolor</span><span style="color: #BE0000">{</span>gray!<span style="color: #cc66cc;">30</span><span style="color: #BE0000">}</span><span style="color: #BE0000">\centering</span><span style="color: #BE0000">\arraybackslash</span><span style="color: #BE0000">}</span>m<span style="color: #BE0000">{</span><span style="color: #cc66cc;">3</span>cm<span style="color: #BE0000">}</span>|&gt;<span style="color: #BE0000">{</span><span style="color: #BE0000">\centering</span><span style="color: #BE0000">\arraybackslash</span><span style="color: #BE0000">}</span>m<span style="color: #BE0000">{</span><span style="color: #cc66cc;">2</span>cm<span style="color: #BE0000">}</span>|X|<span style="color: #BE0000">}</span> <span style="color: #BE0000">\hline</span>
<span style="color: #BE0000">\rowcolor</span><span style="color: #BE0000">{</span>gray!<span style="color: #cc66cc;">80</span><span style="color: #BE0000">}</span>
<span style="color: #BE0000">\multicolumn</span><span style="color: #BE0000">{</span><span style="color: #cc66cc;">3</span><span style="color: #BE0000">}{</span>|c|<span style="color: #BE0000">}{</span>Titre <span style="color: #BE0000">}</span> <span style="color: #BE0000">\\</span> <span style="color: #BE0000">\hline</span>
&nbsp;
<span style="color: #BE0000">\multicolumn</span><span style="color: #BE0000">{</span><span style="color: #cc66cc;">3</span><span style="color: #BE0000">}{</span>|&gt;<span style="color: #BE0000">{</span><span style="color: #BE0000">\justifying</span><span style="color: #BE0000">\arraybackslash</span><span style="color: #BE0000">}</span>m<span style="color: #BE0000">{</span><span style="color: #BE0000">\dimexpr</span><span style="color: #BE0000">\textwidth</span>-<span style="color: #cc66cc;">2</span><span style="color: #BE0000">\tabcolsep</span>-<span style="color: #cc66cc;">2</span><span style="color: #BE0000">\arrayrulewidth</span><span style="color: #BE0000">}</span>|<span style="color: #BE0000">}{}</span> <span style="color: #BE0000">\\</span> 	<span style="color: #BE0000">\hline</span>
 <span style="color: #0080ff;">&amp;</span> 	<span style="color: #BE0000">\cellcolor</span><span style="color: #BE0000">{</span>gray!<span style="color: #cc66cc;">10</span><span style="color: #BE0000">}</span> Titre  <span style="color: #0080ff;">&amp;</span>  Juste du texte mais lipsum me fournissait trop de ligne , de ce fait mon tableau d&eacute;passait de la page. D'ailleurs en passant si qqun savait comment demander &agrave; lipsum de g&eacute;n&eacute;rer uniquement un nombre de lignes fixe ce serait cool   <span style="color: #BE0000">\\</span>  	<span style="color: #BE0000">\cline</span><span style="color: #BE0000">{</span><span style="color: #cc66cc;">2</span>-<span style="color: #cc66cc;">3</span><span style="color: #BE0000">}</span>
&nbsp;
<span style="color: #BE0000">\multirow</span><span style="color: #BE0000">{</span><span style="color: #cc66cc;">2</span><span style="color: #BE0000">}{</span><span style="color: #cc66cc;">3</span>cm<span style="color: #BE0000">}{</span>Titre posant probleme<span style="color: #BE0000">}</span> <span style="color: #0080ff;">&amp;</span> Titre  <span style="color: #0080ff;">&amp;</span> Juste du texte mais lipsum me fournissait trop de ligne , de ce fait mon tableau d&eacute;passait de la page. D'ailleurs en passant si qqun savait comment demander &agrave; lipsum de g&eacute;n&eacute;rer uniquement un nombre de lignes fixe ce serait cool 	Juste du texte mais lipsum me fournissait trop de ligne , de ce fait mon tableau d&eacute;passait de la page. D'ailleurs en passant si qqun savait comment demander &agrave; lipsum de g&eacute;n&eacute;rer uniquement un nombre de lignes fixe ce serait cool  <span style="color: #BE0000">\\</span> 	<span style="color: #BE0000">\hline</span>
 <span style="color: #0080ff;">&amp;</span> 	<span style="color: #BE0000">\cellcolor</span><span style="color: #BE0000">{</span>gray!<span style="color: #cc66cc;">10</span><span style="color: #BE0000">}</span> Titre <span style="color: #0080ff;">&amp;</span> 	Juste du texte mais lipsum me fournissait trop de ligne , de ce fait mon tableau d&eacute;passait de la page. D'ailleurs en passant si qqun savait comment demander &agrave; lipsum de g&eacute;n&eacute;rer uniquement un nombre de lignes fixe ce serait cool   <span style="color: #BE0000">\\</span> 	<span style="color: #BE0000">\cline</span><span style="color: #BE0000">{</span><span style="color: #cc66cc;">2</span>-<span style="color: #cc66cc;">3</span><span style="color: #BE0000">}</span>
&nbsp;
<span style="color: #BE0000">\multirow</span><span style="color: #BE0000">{</span><span style="color: #cc66cc;">2</span><span style="color: #BE0000">}{</span><span style="color: #cc66cc;">3</span>cm<span style="color: #BE0000">}{</span><span style="color: #BE0000">\cellcolor</span><span style="color: #BE0000">{</span>gray!<span style="color: #cc66cc;">30</span><span style="color: #BE0000">}</span>Titre posant probleme<span style="color: #BE0000">}</span> 	<span style="color: #0080ff;">&amp;</span> <span style="color: #BE0000">\cellcolor</span><span style="color: #BE0000">{</span>gray!<span style="color: #cc66cc;">10</span><span style="color: #BE0000">}</span> Titre <span style="color: #0080ff;">&amp;</span>  Juste du texte mais lipsum me fournissait trop de ligne , de ce fait mon tableau d&eacute;passait de la page. D'ailleurs en passant si qqun savait comment demander &agrave; lipsum de g&eacute;n&eacute;rer uniquement un nombre de lignes fixe ce serait cool  <span style="color: #BE0000">\\</span> 	<span style="color: #BE0000">\hline</span> 
<span style="color: #0000ff;">\end</span><span style="color: #BE0000">{</span><span style="color: black;">tabularx</span><span style="color: #BE0000">}</span>
<span style="color: #0000ff;">\end</span><span style="color: #BE0000">{</span><span style="color: black;">document</span><span style="color: #BE0000">}</span></pre></td></tr></table></code><hr />
</div></div>

]]></content:encoded>
			<category domain="https://www.developpez.net/forums/f1983/autres-langages/autres-langages/latex/tableaux-graphiques-images-flottants/">Tableaux - Graphiques - Images - Flottants</category>
			<dc:creator>Frero67</dc:creator>
			<guid isPermaLink="true">https://www.developpez.net/forums/d2177686/autres-langages/autres-langages/latex/tableaux-graphiques-images-flottants/centrer-verticalement-plus-lignes/</guid>
		</item>
	</channel>
</rss>
