<?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>Chronicles from Edinburgh &#187; latex</title>
	<atom:link href="http://www.micheledallatorre.it/blog/tag/latex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.micheledallatorre.it/blog</link>
	<description>[.::MDT::.] on the Internet</description>
	<lastBuildDate>Sun, 20 Dec 2009 00:04:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to export charts from a Calc spreadsheet to EPS</title>
		<link>http://www.micheledallatorre.it/blog/2009/04/26/how-to-export-charts-from-a-calc-spreadsheet-to-eps/</link>
		<comments>http://www.micheledallatorre.it/blog/2009/04/26/how-to-export-charts-from-a-calc-spreadsheet-to-eps/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 23:14:35 +0000</pubDate>
		<dc:creator>MDT</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[calc]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[eps]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[openoffice]]></category>

		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=589</guid>
		<description><![CDATA[If you need to export the chars you have in a Calc spreadsheet to EPS, for example to put them in a LaTeX file, you can use this macro in OpenOffice Calc:

' Export all charts from a Calc spreadsheet -- Jose Fonseca

Sub Main
   Dim oDoc, oDocCtrl, oDocFrame, oDispatchHelper
   oDoc = ThisComponent
 [...]]]></description>
		<wfw:commentRss>http://www.micheledallatorre.it/blog/2009/04/26/how-to-export-charts-from-a-calc-spreadsheet-to-eps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert EPS to PDF</title>
		<link>http://www.micheledallatorre.it/blog/2009/04/24/how-to-convert-eps-to-pdf/</link>
		<comments>http://www.micheledallatorre.it/blog/2009/04/24/how-to-convert-eps-to-pdf/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 15:49:27 +0000</pubDate>
		<dc:creator>MDT</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[eps]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=594</guid>
		<description><![CDATA[In Ubuntu the simplest way to convert EPS files to PDF is to use the epstopdf command.
To install it, type this command into your terminal:

sudo apt-get install texlive-extra-utils

Then simply use this command to convert any EPS file to a PDF:

epstopdf &#60;filename&#62;





			Share this on del.icio.us
		

			Digg this!
		

			Share this on Reddit
		

			Stumble upon something good? Share it on StumbleUpon
		

			Share [...]]]></description>
		<wfw:commentRss>http://www.micheledallatorre.it/blog/2009/04/24/how-to-convert-eps-to-pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LaTeX: how to display tables wider than the page</title>
		<link>http://www.micheledallatorre.it/blog/2009/04/22/latex-how-to-display-tables-wider-than-the-page/</link>
		<comments>http://www.micheledallatorre.it/blog/2009/04/22/latex-how-to-display-tables-wider-than-the-page/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 00:50:24 +0000</pubDate>
		<dc:creator>MDT</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[latex]]></category>

		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=582</guid>
		<description><![CDATA[If you have a table that exceeds the margins of your LaTeX document, you can fix it by  using the Geometry package.
To do this, simply add this line to your LaTeX document:

\usepackage[centering,includeheadfoot,margin=2cm]{geometry}

(Source: LaTeX Community)




			Share this on del.icio.us
		

			Digg this!
		

			Share this on Reddit
		

			Stumble upon something good? Share it on StumbleUpon
		

			Share this on Technorati
		

			Post this to MySpace
		

			Share [...]]]></description>
		<wfw:commentRss>http://www.micheledallatorre.it/blog/2009/04/22/latex-how-to-display-tables-wider-than-the-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LaTeX: how to put frames to figures</title>
		<link>http://www.micheledallatorre.it/blog/2009/04/22/latex-how-to-put-frames-to-figures/</link>
		<comments>http://www.micheledallatorre.it/blog/2009/04/22/latex-how-to-put-frames-to-figures/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 00:42:25 +0000</pubDate>
		<dc:creator>MDT</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[latex]]></category>

		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=577</guid>
		<description><![CDATA[If you want to put your figure inside a box in LaTeX, one simple way is  to use the epslatex package.
To do that, first of all import the package:

\usepackage{graphicx}

then use the fbox command, for example:

\begin{figure}
	\centering
	\fbox{\includegraphics{logo.png}}
\end{figure}

(Source: LaTeX Community)




			Share this on del.icio.us
		

			Digg this!
		

			Share this on Reddit
		

			Stumble upon something good? Share it on StumbleUpon
		

			Share this on Technorati
		

			Post [...]]]></description>
		<wfw:commentRss>http://www.micheledallatorre.it/blog/2009/04/22/latex-how-to-put-frames-to-figures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
