<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Francesco Corsentino .net &#187; adobe</title> <atom:link href="http://corsentino.net/tag/adobe/feed/" rel="self" type="application/rss+xml" /><link>http://corsentino.net</link> <description>blogger // writer // student</description> <lastBuildDate>Mon, 06 Feb 2012 10:17:57 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>LaTeX su piattaforma Microsoft Windows: guida (quasi) completa</title><link>http://corsentino.net/2011/03/latex-su-piattaforma-microsoft-windows-guida-quasi-completa/</link> <comments>http://corsentino.net/2011/03/latex-su-piattaforma-microsoft-windows-guida-quasi-completa/#comments</comments> <pubDate>Mon, 14 Mar 2011 07:30:01 +0000</pubDate> <dc:creator>Kiko</dc:creator> <category><![CDATA[Featured]]></category> <category><![CDATA[Resources]]></category> <category><![CDATA[Tutorial]]></category> <category><![CDATA[Vivere scrivendo]]></category> <category><![CDATA[adobe]]></category> <category><![CDATA[dekstop-publishing]]></category> <category><![CDATA[ghostscript]]></category> <category><![CDATA[ghostview]]></category> <category><![CDATA[latex]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[postscript]]></category> <category><![CDATA[windows]]></category> <guid
isPermaLink="false">http://corsentino.net/?p=1413</guid> <description><![CDATA[Nel 1978 un professore della Stanford University, Donald Knuth, famoso per il suo libro The Art of Computer Programming, rilasciò un programma per il desktop publishing che chiamò TeX (che è pure il linguaggio di markup col quale creare i documenti). TeX risultò essere molto potente fin dai primi rilasci, ma era pure uno strumento...]]></description> <content:encoded><![CDATA[<p>Nel 1978 un professore della <em>Stanford University</em>, <a
href="http://it.wikipedia.org/wiki/Donald_Knuth" target="_blank">Donald Knuth</a>, famoso per il suo libro <em>The Art of Computer Programming</em>, rilasciò un programma per il <em>desktop publishin</em>g che chiamò <a
href="http://uk.tug.org/" target="_blank">TeX</a> (che è pure il linguaggio di markup col quale creare i documenti).</p><p><a
href="http://uk.tug.org/" target="_blank">TeX</a> risultò essere molto potente fin dai primi rilasci, ma era pure uno strumento piuttosto complesso a fronte di risultati finali eccezionali. Fu apprezzato dagli accademici in generale perché facilitava (nonostante ciò possa sembrare in contraddizione con la dicitura &#8220;strumento complesso&#8221;) la scrittura di documenti scientifici di ogni tipo. Dato il suo livello di complessità <a
href="http://it.wikipedia.org/wiki/Leslie_Lamport" target="_blank">Leslie Lamport</a> decise di derivarne un ulteriore linguaggio di markup operante a più alto livello. Nel 1985 venne così lanciato <a
href="http://www.latex-project.org/" target="_blank">LaTeX</a>, distribuito sotto licenza free. <a
href="http://www.latex-project.org/" target="_blank">LaTeX</a> conobbe sin da subito un grandissimo successo ed è diventato praticamente quasi uno standard in moltissime università e centri accademici di tutto il mondo per la redazione di documentazione tecnica (fra scienziati, matematici, fisici, chimici, ingegneri e, indifferentemente, cultori delle materie letterarie).</p><p>E&#8217; disponibile per tutte le piattaforme, quindi ampiamente utilizzabile su sistemi <a
href="http://corsentino.net/tag/microsoft/">Microsft</a>, <a
href="http://corsentino.net/tag/apple/">Apple</a> o <a
href="http://corsentino.net/tag/linux/">Unix-like</a>.</p><p>In questo articolo mostreremo il suo uso su piattaforma <a
href="http://corsentino.net/tag/windows/">Microsoft Windows</a>, accennando ai vari strumenti che possono essere di aiuto a quanti intendono utilizzarlo per produrre materiale scientifico o di qualsivoglia natura.</p><p>Vi anticipo che potete soddisfare ogni vostro dubbio visitando il <a
href="http://www.latex-project.org/" target="_blank">sito ufficiale della distribuzione</a> o il <a
href="http://www.guit.sssup.it/index.php" target="_blank">Gruppo di Utilizzatori Italiani di TeX</a>.</p><h3><a
name="Passo preliminare"></a>Passo preliminare: installazione di GhostScript</h3><p><a
href="http://corsentino.net/wp-content/uploads/GPL-Ghostscript.jpg"><img
class="alignleft size-full wp-image-1422" title="GPL-Ghostscript" src="http://corsentino.net/wp-content/uploads/GPL-Ghostscript.jpg" alt="" width="120" height="120" /></a>Per prima cosa bisogna installare <em>GhostScript</em>, cioè una sorta di programmi capaci di interpretare il linguaggio <a
href="http://it.wikipedia.org/wiki/PostScript" target="_blank">PostScript</a> (che serve a descrivere pagine, testi e immagini). Il miglior candidato è proprio <em>GhostScript</em> (scaricabile da <a
href="http://pages.cs.wisc.edu/~ghost/doc/GPL/index.htm" target="_blank">questo</a> indirizzo) per il quale esiste una comoda interfaccia grafica e cioè <em>GhostView</em> (il cui sito ufficiale è <a
href="http://pages.cs.wisc.edu/~ghost/gsview/" target="_blank">questo</a>).</p><p>Il processo di installazione è semplicissimo e dovrete solamente rispondere a un paio di domande. Occhio soprattutto a quando vi viene segnalato quali formati di file saranno associati a <em>GhostView</em>: in particolare dovrete decidere se aprire i PDF col suddetto programma o continuare a usare il software che più vi piace (tipo <a
href="http://get.adobe.com/it/reader/" target="_blank">Adobe Reader</a>).</p><h3>Scaricare e installare MiKTeX, questo sconosciuto</h3><p><a
href="http://www.miktex.org/" target="_blank">MiKTeX</a> è una delle più importanti distribuzioni disponibile per Microsoft Windows capace di mettere a punto un completo ambiente <em>TeX/LaTeX</em>. Nell&#8217;ottobre del 2010 è stata rilasciata la versione numero 2.9 (supporta ora pure <em>Windows 7</em>).</p><p><img
class="aligncenter size-full wp-image-1423" title="miktex" src="http://corsentino.net/wp-content/uploads/miktex.gif" alt="" width="316" height="200" /></p><p>Dal sito ufficiale potete scaricare il <a
href="http://www.miktex.org/2.9/setup" target="_blank">file di installazione</a>. Ne esistono di due tipi:</p><ol><li>il <strong>NetInstaller</strong> che consta di appena 6MB e che si occupa di scaricare tutto da Internet e procedere così a una installazione completa e completamente personalizzabile;</li><li>l&#8217;<strong>installer</strong> completo di 140MB.</li></ol><p>Le schermate del wizard di installazione sono semplici da capire. Vi verrà chiesta l&#8217;impostazione predefinita sul formato di carta, linguaggi e pacchetti da includere durante l&#8217;installazione vera e propria che porterà via qualche minuto del vostro prezioso tempo.</p><p>Terminata la fase di installazione ecco che potete cominciare a lavorare sul serio producendo la vostra documentazione.</p><h3>Cosa serve per lavorare con LaTeX?</h3><p>Di norma le vostre necessità riguardano un buon editor di testi, un programma di grafica e un visualizzatore di file <em>PostScript</em> o <em>PDF</em>. Cominciamo da questi ultimi perché qui il lavoro è veramente già fatto. Se non avete già <a
href="http://get.adobe.com/it/reader/" target="_blank">Adobe Reader</a> potete comunque contare su <em>GhostView</em> che abbiamo installato al <a
href="#Passo preliminare">passo 1</a> di questo piccolo tutorial.</p><p>Passando agli <strong>editor di testo</strong> la scelta è veramente molto soggettiva. Si può propendere per un software completo o uno minimale. In generale serve un comunissimo editor <em>ASCII</em> dove editare i sorgenti <em>LaTeX</em>, quindi basterebbe il <a
href="http://www.microsoft.com/windows" target="_blank">Notepad</a> di <em>MS Windows </em>o il leggerissimo <a
href="http://www.pspad.com/" target="_blank">PSPad</a>. Oppure potete affidarvi a un editor per programmatori e di seguito vi propongo una breve lista (sono rilasciati sotto licenza freeware o software libero):</p><ul><li><a
href="http://www.geany.org/" target="_blank">Geany</a>;</li><li><a
href="http://notepad-plus-plus.org/" target="_blank">Notepad++</a>;</li><li><a
href="http://www.scintilla.org/SciTE.html" target="_blank">SciTE</a>.</li></ul><p><img
class="aligncenter size-full wp-image-1424" title="lyx" src="http://corsentino.net/wp-content/uploads/lyx.png" alt="" width="450" height="366" /></p><p>Si passa poi agli editor specifici per <em>LaTeX</em> (anche se quelli più completi e professionali sono disponibili per ambienti Unix-like):</p><ul><li><a
href="http://www.lyx.org/" target="_blank">LyX</a> (assimilabile come un Word Processor a tutti gli effetti);</li><li><a
href="http://www.texniccenter.org/" target="_blank">TeXnicCenter</a> (il mio preferito);</li><li><a
href="http://www.texmacs.org/" target="_blank">GNU TeXmacs</a> (il più completo, a mio parere).</li></ul><p>Altri software interessanti riguardano la <strong>gestione dei formati grafici</strong>. In particolare io prediligo <a
href="http://live.gnome.org/Dia" target="_blank">DIA</a> per la costruzione di grafici, grazie al buon numero di librerie messe a disposizione dell&#8217;utente, praticamente adatte a qualunque tipologia di disegno (schemi elettrici, grafici UML, diagrammi di tutti i tipi). Se dovete lavorare con i <strong>grafici matematici</strong> allora non potete non usare <a
href="http://www.gnuplot.info/" target="_blank">GNUplot</a>, un <em>must</em> in questo settore. Potete pure usare un comodo <a
href="http://corsentino.net/tag/web-application/">tool online</a> quale <a
href="http://corsentino.net/2009/12/creare-grafici-e-diagrammi-con-draw-anywhere/">Draw Anywhere</a>. Io comunque preferisco <em>DIA</em> per la facilità con cui si convertono le immagini nel formato <a
href="http://it.wikipedia.org/wiki/Encapsulated_PostScript" target="_blank">eps</a>.</p><p>Un altro software che vi propongo è <a
href="http://bibdesk.sourceforge.net/" target="_blank">BibDesk</a>, ottimo per <strong>gestire un database bibliografico</strong> dal quale estrarre gli elementi da inserire nel vostro documento, in modo facile, pratico e veloce.</p><p>Infine ecco due riferimenti per ottenere da un sorgente <em>LaTeX</em> un <strong>formato ipertestuale</strong>, quale una pagina web: <a
href="http://www.cse.ohio-state.edu/~gurari/TeX4ht/mn.html" target="_blank">TeX4ht</a> e <a
href="http://saftsack.fs.uni-bayreuth.de/~latex2ht/" target="_blank">Latex2HTML</a>.</p><p>Tu che programmi usi?</p> ]]></content:encoded> <wfw:commentRss>http://corsentino.net/2011/03/latex-su-piattaforma-microsoft-windows-guida-quasi-completa/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>7 AIR Applications for Developers</title><link>http://corsentino.net/2009/10/7-air-applications-for-developers/</link> <comments>http://corsentino.net/2009/10/7-air-applications-for-developers/#comments</comments> <pubDate>Wed, 21 Oct 2009 07:45:23 +0000</pubDate> <dc:creator>Kiko</dc:creator> <category><![CDATA[Resources]]></category> <category><![CDATA[adobe]]></category> <category><![CDATA[air]]></category> <category><![CDATA[tools]]></category> <guid
isPermaLink="false">http://corsentino.net/?p=179</guid> <description><![CDATA[So, this is Adobe AIR: a new framework where live some useful applications. In this article I would give special attention to web developers enumerating some applications I commonly use.]]></description> <content:encoded><![CDATA[<p>On the official site we can read</p><blockquote><p><a
href="http://www.adobe.com/products/air/">Adobe AIR</a> offers an exciting new way to engage customers with innovative, branded applications, without requiring changes to existing technology, people, or processes.</p></blockquote><p>So, this is <a
href="http://www.adobe.com/products/air/">Adobe AIR</a>: a new framework where live some useful applications. In this article I would give special attention to web developers enumerating some applications I commonly use.</p><p>First of all I recommend you to visit Official Pages about <a
href="http://www.adobe.com/products/air/">AIR</a> and <a
href="http://www.adobe.com/devnet/air/">Developer Center</a>.</p><h3>Polaris</h3><p><img
title="Polaris" src="http://www.desktop-reporting.com/images/iv1.jpg" alt="" width="222" height="133" /></p><p>Url: <a
href="http://www.desktop-reporting.com/index.html">http://www.desktop-reporting.com/index.html</a></p><p>Polaris is a cross-platform desktop widget for Google Analytics. With 8 standard reports it&#8217;s the easiest way keep your data always instantly available. The rich interface and swift navigation make it a pleasure to use.</p><h3>Klok</h3><p><img
title="Klok" src="http://klok.mcgraphix.com/klok/images/screenshot.png" alt="" width="241" height="296" /></p><p>Url: <a
href="http://klok.mcgraphix.com/klok/index.htm">http://klok.mcgraphix.com/klok/index.htm</a></p><p>Your time is your product. Every minute you spend working that goes unaccounted for is like giving away your product for free. Tracking your time accurately is essential to staying profitable.</p><p>In addition, knowing how much time you spend on past projects, can allow you to better estimate future projects. Do you know how much time you spend in meetings? On the phone? Promoting yourself? Making sales calls?</p><h3>Shrink O&#8217;Matic</h3><p><img
title="Shrink OMatic" src="http://maxonmedia.net/images/uploads/shrink.jpg_560.jpeg" alt="" width="336" height="182" /></p><p>Url: <a
href="http://www.adobe.com/cfusion/marketplace/index.cfm?marketplaceid=1&amp;categoryid=6&amp;event=marketplace.offering&amp;offeringid=10355">http://www.adobe.com/cfusion/marketplace/index.cfm?marketplaceid=1&amp;categoryid=6&amp;event=marketplace.offering&amp;offeringid=10355</a></p><p>Shrink O&#8217;Matic is an Adobe® AIR™ application to easily (batch) resize (shrink) images. It handles JPGs, GIFs and PNGs.</p><p>Simply drag and drop images and they&#8217;ll be resized as you wish! Options allow you to choose the output sizes, names and formats.</p><h3>Color Browser</h3><p><img
title="Color Browser" src="http://www.levitationdesign.com/images/ColorBrowser.png" alt="" width="369" height="316" /></p><p>Url: <a
href="http://levitationdesign.com/2008/color-browser/">http://levitationdesign.com/2008/color-browser/</a></p><p>Color Browser was designed as a way to store my favorite color sets for reference. Kuler and ColourLovers had great ways to manage my favorites too, but I keeping them open, or referencing them quickly was a pain, or not possible if I wasn’t online. So I put together a small application to handle a local set of my favorite color palettes.</p><h3>Web Snapshot</h3><p><img
title="Web Snapshot" src="http://myspyder.net/tools/websnapshot/images/websnapshot_1.jpg" alt="" width="351" height="149" /></p><p>Url: <a
href="http://myspyder.net/tools/websnapshot/">http://myspyder.net/tools/websnapshot/</a></p><p>Enter the Url and Press Snap. Or Drag&amp;Drop it from your browser. Click on the Thumnails to Save. With Auto Save Checked, the thumnails are immediatly saved to your &#8216;save&#8217; folder.</p><p>Select the type of Snapshot you want to make: Thumbnail, Browser size, or Full Page.</p><h3>Icon Generator</h3><p><img
title="Icon Generator" src="http://clockmaker.jp/labs/air_icon/imgs/preview_win.jpg" alt="" width="312" height="336" /></p><p>Url: <a
href="http://clockmaker.jp/labs/air_icon/">http://clockmaker.jp/labs/air_icon/</a></p><p>Icon Generator is a little application that lets you generate a CS3 or Web 2.0 style icon, only 3 step. Pick color, type characters, and save it. Just create 4 different sizes of the icon.</p><h3>Snippely</h3><p><img
title="Snippely" src="http://mootools.net/snippely-screenshot.png" alt="" width="473" height="373" /></p><p>Url: <a
href="http://code.google.com/p/snippely/">http://code.google.com/p/snippely/</a></p><p>Snippely is a basic text and code organizational tool. Instead of storing bits of code, quick notes, and memos in text files all over your hard drive, this application will let you save and organize &#8220;snippets&#8221; in one convenient location. A snippet is a collection of one or more pieces of code and notes. Snippets are stored in groups for organization and quick retrieval.</p><p>A snippet is composed of a title, description, and one or more &#8216;snips&#8217;. You can add any number of note and code snips in a variety of different languages (more to be added). When not being edited, the snip will be syntax highlighted according to the language selected. Snips are also sortable so you can organize your snippet however you want. Since everything is saved to a local database as you work, there&#8217;s no need to worry about pressing the save button or submitting a form.</p> ]]></content:encoded> <wfw:commentRss>http://corsentino.net/2009/10/7-air-applications-for-developers/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>
