<?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>Random Wisdom &#187; reference</title>
	<atom:link href="http://scrolls.mafgani.net/tag/reference/feed/" rel="self" type="application/rss+xml" />
	<link>http://scrolls.mafgani.net</link>
	<description>An attempt at organizing my thoughts ...</description>
	<lastBuildDate>Sun, 13 Mar 2011 22:54:49 +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>Squeezing space in LaTeX</title>
		<link>http://scrolls.mafgani.net/2009/10/squeezing-space-in-latex/</link>
		<comments>http://scrolls.mafgani.net/2009/10/squeezing-space-in-latex/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 16:39:10 +0000</pubDate>
		<dc:creator>Mostafa</dc:creator>
				<category><![CDATA[How To ...]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[figures]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[space saving]]></category>
		<category><![CDATA[squeeze]]></category>

		<guid isPermaLink="false">http://scrolls.mafgani.net/?p=386</guid>
		<description><![CDATA[Academic papers and articled often come with a predefined maximum page count and it is common to find that it&#8217;s a limit that is easily exceeded. Under such circumstances, it becomes necessary to pull a few &#8220;dirty tricks&#8221; that squeeze out every last bit of available space. The most common approach is to simply redefine [...]]]></description>
			<content:encoded><![CDATA[<p>Academic papers and articled often come with a predefined maximum page count and it is common to find that it&#8217;s a limit that is easily exceeded. Under such circumstances, it becomes necessary to pull a few &#8220;dirty tricks&#8221; that squeeze out every last bit of available space.</p>
<p>The most common approach is to simply redefine the <span style="font-family: monospace; font-size: 8pt;">&#8216;\baselinestretch&#8217;</span> variable in the preamble of the document. The parameter controls the scaling of the space between the bottom of two successive lines of text. Therefore, the definition used to squeeze that space by 2% is:</p>
<pre>
\renewcommand{\baselinestretch}{0.98}
</pre>
<p>While that trick alone is sufficient in most cases, it is useful to be aware of other spacing parameters that can be adjusted. The Cambridge University Engineering Department has a nice <a href="http://www.eng.cam.ac.uk/help/tpl/textprocessing/squeeze.html">page</a>  with lots of details. I personally find <span style="font-family: monospace; font-size: 8pt;">&#8216;\textfloatsep&#8217;</span> to be one of the more useful ones:</p>
<pre>
\addtolength{\textfloatsep}{-5mm}
</pre>
<p>It is used to reduce the amount of space that is usually left between a float and the adjacent text block (e.g. end of caption of a top-figure and the text below).</p>
]]></content:encoded>
			<wfw:commentRss>http://scrolls.mafgani.net/2009/10/squeezing-space-in-latex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More LaTeX Resources</title>
		<link>http://scrolls.mafgani.net/2007/01/more-latex-resources/</link>
		<comments>http://scrolls.mafgani.net/2007/01/more-latex-resources/#comments</comments>
		<pubDate>Thu, 25 Jan 2007 10:01:00 +0000</pubDate>
		<dc:creator>Mostafa</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://scrolls.mafgani.net/?p=74</guid>
		<description><![CDATA[http://myitcv.org.uk/latex/]]></description>
			<content:encoded><![CDATA[<p><a href="http://myitcv.org.uk/latex/">http://myitcv.org.uk/latex/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://scrolls.mafgani.net/2007/01/more-latex-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Comprehensive LaTeX Symbol List</title>
		<link>http://scrolls.mafgani.net/2006/08/the-comprehensive-latex-symbol-list/</link>
		<comments>http://scrolls.mafgani.net/2006/08/the-comprehensive-latex-symbol-list/#comments</comments>
		<pubDate>Tue, 22 Aug 2006 10:46:00 +0000</pubDate>
		<dc:creator>Mostafa</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[symbols]]></category>

		<guid isPermaLink="false">http://scrolls.mafgani.net/?p=71</guid>
		<description><![CDATA[A handy document listing all the symbols possible with latex: CTAN Page A copy is also available here.]]></description>
			<content:encoded><![CDATA[<p>A handy document listing all the symbols possible with latex:</p>
<p><a href="http://www.ctan.org/tex-archive/info/symbols/comprehensive/">CTAN Page</a></p>
<p>A copy is also available <a href="http://pandora.iu-bremen.de/~mafgani/stuff/symbols-a4.pdf">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://scrolls.mafgani.net/2006/08/the-comprehensive-latex-symbol-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BASH Commands</title>
		<link>http://scrolls.mafgani.net/2006/02/bash-commands/</link>
		<comments>http://scrolls.mafgani.net/2006/02/bash-commands/#comments</comments>
		<pubDate>Tue, 14 Feb 2006 12:07:00 +0000</pubDate>
		<dc:creator>Mostafa</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://scrolls.mafgani.net/?p=55</guid>
		<description><![CDATA[Here&#8217;s a nice list: http://www.ss64.com/bash/index.html]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a nice list:</p>
<p><a href="http://www.ss64.com/bash/index.html">http://www.ss64.com/bash/index.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://scrolls.mafgani.net/2006/02/bash-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash scripting guides</title>
		<link>http://scrolls.mafgani.net/2005/12/bash-scripting-guides/</link>
		<comments>http://scrolls.mafgani.net/2005/12/bash-scripting-guides/#comments</comments>
		<pubDate>Fri, 30 Dec 2005 12:31:00 +0000</pubDate>
		<dc:creator>Mostafa</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://scrolls.mafgani.net/?p=41</guid>
		<description><![CDATA[Here&#8217;s a modest list: http://www.tldp.org/LDP/Bash-Beginners-Guide/html/http://www.opengroup.org/onlinepubs/009695399/toc.htmhttp://cfaj.freeshell.org/shell/http://www.shelldorado.com/http://home.comcast.net/~j.p.h/cus-faq.htmlhttp://sed.sourceforge.net/sed1line.txthttp://www.student.northpark.edu/pemente/sed/sedfaq.htmlhttp://www.faqs.org/faqs/unix-faq/faq/part1/http://www.shelldorado.com/goodcoding/cmdargs.htmlhttp://www.macobserver.com/tips/macosxcl101/http://www.wagoneers.com/UNIX/FIND/find-usage.htmlhttp://cnswww.cns.cwru.edu/~chet/bash/bashref.htmlhttp://www.tldp.org/LDP/abs/html/ Got the links from a post by Charles Howse on the 30th of December 2005 to the thread Why questions don&#8217;t get answered, or &#8220;No, I&#8217;ve already RTFM, tell me the answer!&#8221; on fedora-list.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a modest list:</p>
<p><a href="http://www.tldp.org/LDP/Bash-Beginners-Guide/html/">http://www.tldp.org/LDP/Bash-Beginners-Guide/html/</a><br /><a href="http://www.opengroup.org/onlinepubs/009695399/toc.htm">http://www.opengroup.org/onlinepubs/009695399/toc.htm</a><br /><a href="http://cfaj.freeshell.org/shell/">http://cfaj.freeshell.org/shell/</a><br /><a href="http://www.shelldorado.com/">http://www.shelldorado.com/</a><br /><a href="http://home.comcast.net/~j.p.h/cus-faq.html">http://home.comcast.net/~j.p.h/cus-faq.html</a><br /><a href="http://sed.sourceforge.net/sed1line.txt">http://sed.sourceforge.net/sed1line.txt</a><br /><a href="http://www.student.northpark.edu/pemente/sed/sedfaq.html">http://www.student.northpark.edu/pemente/sed/sedfaq.html</a><br /><a href="http://www.faqs.org/faqs/unix-faq/faq/part1/">http://www.faqs.org/faqs/unix-faq/faq/part1/</a><br /><a href="http://www.shelldorado.com/goodcoding/cmdargs.html">http://www.shelldorado.com/goodcoding/cmdargs.html</a><br /><a href="http://www.macobserver.com/tips/macosxcl101/">http://www.macobserver.com/tips/macosxcl101/</a><br /><a href="http://www.wagoneers.com/UNIX/FIND/find-usage.html">http://www.wagoneers.com/UNIX/FIND/find-usage.html</a><br /><a href="http://cnswww.cns.cwru.edu/~chet/bash/bashref.html">http://cnswww.cns.cwru.edu/~chet/bash/bashref.html</a><br /><a href="http://www.tldp.org/LDP/abs/html/">http://www.tldp.org/LDP/abs/html/</a></p>
<p>Got the links from a post by <span style="font-weight:bold;">Charles Howse</span> on the 30th of December 2005 to the thread <span style="font-style:italic;">Why questions don&#8217;t get answered, or &#8220;No, I&#8217;ve already RTFM, tell me the answer!&#8221;</span> on <a href="https://www.redhat.com/archives/fedora-list/">fedora-list</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://scrolls.mafgani.net/2005/12/bash-scripting-guides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prosper (TeX) Tutorials</title>
		<link>http://scrolls.mafgani.net/2005/08/prosper-tex-tutorials/</link>
		<comments>http://scrolls.mafgani.net/2005/08/prosper-tex-tutorials/#comments</comments>
		<pubDate>Sun, 21 Aug 2005 17:25:00 +0000</pubDate>
		<dc:creator>Mostafa</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[prosper]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://scrolls.mafgani.net/?p=9</guid>
		<description><![CDATA[Found a couple of prosper tutorials that were particularly helpful: A Prosper Tutorial Making Presentations with LaTeX and Prosper]]></description>
			<content:encoded><![CDATA[<p>Found a couple of prosper tutorials that were particularly helpful:</p>
<ul>
<li><a href="http://www.math.umbc.edu/%7Erouben/prosper/index.html">    A Prosper Tutorial</a></li>
<li><a href="http://freshmeat.net/articles/view/667/">Making Presentations with LaTeX and Prosper</a>  </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://scrolls.mafgani.net/2005/08/prosper-tex-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

