<?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 - Blogs - lulzec</title>
		<link>https://www.developpez.net/forums/blogs/1238180-lulzec/</link>
		<description>Developpez.com, le Club des Développeurs et IT Pro</description>
		<language>fr</language>
		<lastBuildDate>Fri, 17 Apr 2026 03:42:01 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>15</ttl>
		<image>
			<url>https://forum.developpez.be/images/misc/rss.jpg</url>
			<title>Forum du club des développeurs et IT Pro - Blogs - lulzec</title>
			<link>https://www.developpez.net/forums/blogs/1238180-lulzec/</link>
		</image>
		<item>
			<title>Nouvelle extension Latex</title>
			<link>https://www.developpez.net/forums/blogs/1238180-lulzec/b3690/nouvelle-extension-latex/</link>
			<pubDate>Wed, 06 Sep 2017 11:31:31 GMT</pubDate>
			<description>Une nouvelle extension vient...</description>
			<content:encoded><![CDATA[<blockquote class="blogcontent restore">Une nouvelle extension vient de sortir pour vous aider à réaliser des algorithmes à la manière d'algobox<br />
Algobox est un logiciel pour apprendre l'algorithmique très utilisé au lycée.<br />
<br />
<img src="https://www.developpez.net/forums/attachments/p309725d1504697335/general-developpement/langages-programmation/compilateur-natif-kesako/capture-2017-09-06-13-28-36.png/" border="0" alt="Nom : Capture du 2017-09-06 13-28-36.png
Affichages : 1743
Taille : 37,5 Ko"  style="float: CONFIG" /><br />
<br />
L'image présenté ci-dessus est produite par la suite de commandes extrêmement simple suivante*:<br />
<div class="bbcode_container">
	<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
	<td style="border: 0; padding: 0; text-align: left">Code latex :</td>
	<td style="border: 0; padding: 0; text-align: right"><a href="#" onclick="return ano_selectionnerCode(this);">Sélectionner tout</a> -
	<a href="#" onclick="return ano_etendreCode(this);">Visualiser dans une fenêtre à part</a></td></tr></table>
	<pre class="bbcode_code" style="height:204px;"><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 />26<br />27<br />28<br /></div></td><td valign="top"><pre style="margin: 0"><span style="color: #0000ff;">\begin</span><span style="color: #BE0000">{</span><span style="color: black;">algobox</span><span style="color: #BE0000">}</span>
<span style="color: #BE0000">\;</span> <span style="color: #BE0000">\VARIABLES</span>
<span style="color: #BE0000">\;</span>    a1 <span style="color: #BE0000">\ESTDUTYPE</span> NOMBRE
<span style="color: #BE0000">\;</span>    b1 <span style="color: #BE0000">\ESTDUTYPE</span> NOMBRE
<span style="color: #BE0000">\;</span>    a2 <span style="color: #BE0000">\ESTDUTYPE</span> NOMBRE
<span style="color: #BE0000">\;</span>    b2 <span style="color: #BE0000">\ESTDUTYPE</span> NOMBRE
<span style="color: #BE0000">\;</span> <span style="color: #BE0000">\DEBUTALGORITHME</span>
<span style="color: #BE0000">\;</span>    <span style="color: #BE0000">\LIRE</span> a1
<span style="color: #BE0000">\;</span>    <span style="color: #BE0000">\LIRE</span> b1
<span style="color: #BE0000">\;</span>    <span style="color: #BE0000">\LIRE</span> a2
<span style="color: #BE0000">\;</span>    <span style="color: #BE0000">\LIRE</span> b2
<span style="color: #BE0000">\;</span>    <span style="color: #BE0000">\SI</span> (a1 == a2) <span style="color: #BE0000">\ALORS</span>
<span style="color: #BE0000">\;</span>    <span style="color: #BE0000">\DEBUTSI</span>
<span style="color: #BE0000">\;</span>        <span style="color: #BE0000">\SI</span> (b1 == b2) <span style="color: #BE0000">\ALORS</span>
<span style="color: #BE0000">\;</span>        <span style="color: #BE0000">\DEBUTSI</span>
<span style="color: #BE0000">\;</span>             <span style="color: #BE0000">\AFFICHER</span> &quot;Les droites sont parall&egrave;les&quot;
<span style="color: #BE0000">\;</span>        <span style="color: #BE0000">\FINSI</span>
<span style="color: #BE0000">\;</span>        <span style="color: #BE0000">\SINON</span>
<span style="color: #BE0000">\;</span>        <span style="color: #BE0000">\DEBUTSINON</span>
<span style="color: #BE0000">\;</span>             <span style="color: #BE0000">\AFFICHER</span> &quot;Les droites sont s&eacute;cantes&quot;
<span style="color: #BE0000">\;</span>        <span style="color: #BE0000">\FINSINON</span>
<span style="color: #BE0000">\;</span>    <span style="color: #BE0000">\FINSI</span>
<span style="color: #BE0000">\;</span>    <span style="color: #BE0000">\SINON</span>
<span style="color: #BE0000">\;</span>    <span style="color: #BE0000">\DEBUTSINON</span>
<span style="color: #BE0000">\;</span>        <span style="color: #BE0000">\AFFICHER</span> &quot;Les droites sont confondues&quot;
<span style="color: #BE0000">\;</span>   <span style="color: #BE0000">\FINSINON</span>
<span style="color: #BE0000">\;</span> <span style="color: #BE0000">\FINALGORITHME</span>
<span style="color: #0000ff;">\end</span><span style="color: #BE0000">{</span><span style="color: black;">algobox</span><span style="color: #BE0000">}</span></pre></td></tr></table></pre>
</div><br />
Il pourra aider les profs de maths à rédiger de tels algorithmes très facilement ! L'extension contient toutes les commandes nécessaires pour reproduire à l'identique un algorithme tel qu'il est affiché avec Algobox.<br />
<br />
Peut être prochainement à venir l'intégration de l'exportation d'un programme dans algobox.<br />
<br />
:fleche: Extension de Julien Rivaud<br />
<br />
Pour la télécharger, n'attendez plus :<br />
    -&gt; <a href="https://www.ctan.org/pkg/algobox" target="_blank">https://www.ctan.org/pkg/algobox</a></blockquote>

]]></content:encoded>
			<dc:creator>lulzec</dc:creator>
			<guid isPermaLink="true">https://www.developpez.net/forums/blogs/1238180-lulzec/b3690/nouvelle-extension-latex/</guid>
		</item>
	</channel>
</rss>
