<?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>Evolution Systems &#187; Latex</title>
	<atom:link href="http://evolution-systems.co.uk/tag/latex/feed/" rel="self" type="application/rss+xml" />
	<link>http://evolution-systems.co.uk</link>
	<description>Web Development, Software Development and Linux Consultancy services</description>
	<lastBuildDate>Fri, 08 Aug 2025 09:18:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Texmaker High CPU Usage And Slow Typing On Ubuntu 9.04</title>
		<link>http://evolution-systems.co.uk/2009/10/29/texmaker-high-cpu-usage-and-slow-typing-on-ubuntu-9-04-2/</link>
		<comments>http://evolution-systems.co.uk/2009/10/29/texmaker-high-cpu-usage-and-slow-typing-on-ubuntu-9-04-2/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 23:57:50 +0000</pubDate>
		<dc:creator><![CDATA[Matthew Jakeman]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Matts Blog]]></category>
		<category><![CDATA[9.04]]></category>
		<category><![CDATA[Latex]]></category>
		<category><![CDATA[Texmaker]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://evolution-systems.co.uk/wordpress/?p=471</guid>
		<description><![CDATA[I have been using Kile for a while for my LaTeX editing needs but after getting a new netbook (running Ubuntu 9.04 netbook remix), and not wanting to install the KDE libs I decided to switch back to texmaker. I installed it and loaded up a document to start doing a bit of work in [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I have been using Kile for a while for my LaTeX editing needs but after getting a new netbook (running Ubuntu 9.04 netbook remix), and not wanting to install the KDE libs I decided to switch back to texmaker.</p>
<p>I installed it and loaded up a document to start doing a bit of work in it and the typing was extremely slow. I also noticed that the CPU usage shot up whenever I was typing. I tried the same on my desktop with the same results.</p>
<p>I did a bit of searching and it appears this is a <a href="https://bugs.launchpad.net/ubuntu/+source/texmaker/+bug/368092">known bug</a>.</p>
<p>The only workaround I can find is to use the following command to run texmaker.</p>
<p><code>texmaker -graphicssystem raster</code><br />
This seems to work but isn&#8217;t ideal. I would quite like to know what actually causes this. Of course there is every possibility that this will be gone in 9.10. I will find out soon when I upgrade but the Ubuntu server traffic is ridiculous today with it being the release day so I think I&#8217;ll leave it a while before I do any upgrades.</p>
]]></content:encoded>
			<wfw:commentRss>http://evolution-systems.co.uk/2009/10/29/texmaker-high-cpu-usage-and-slow-typing-on-ubuntu-9-04-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reverse Enumerate In Latex</title>
		<link>http://evolution-systems.co.uk/2009/06/24/reverse-enumerate-in-latex-2/</link>
		<comments>http://evolution-systems.co.uk/2009/06/24/reverse-enumerate-in-latex-2/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 18:09:02 +0000</pubDate>
		<dc:creator><![CDATA[Matthew Jakeman]]></dc:creator>
				<category><![CDATA[Matts Blog]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Latex]]></category>
		<category><![CDATA[Reverse Enumerate]]></category>

		<guid isPermaLink="false">http://evolution-systems.co.uk/wordpress/?p=479</guid>
		<description><![CDATA[I just had the need to enumerate a list of numbered bullet points in reverse order within a Latex document I am writing. I suppose this is a feature that isn&#8217;t hugely needed so it isn&#8217;t contained within the standard Latex feature set. After a little searching I came across this style file which will [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I just had the need to enumerate a list of numbered bullet points in reverse order within a Latex document I am writing. I suppose this is a feature that isn&#8217;t hugely needed so it isn&#8217;t contained within the standard Latex feature set.</p>
<p>After a little searching I came across <a href="http://www.math.harvard.edu/graduate/vitae/revnum.sty">this style file</a> which will create the \begin{revnumerate} environment which can be used to easily create a reversely enumerated list. An in depth description of how to use this style can be found <a href="http://www.ctan.org/tex-archive/macros/latex/contrib/revnum/revnum.pdf">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://evolution-systems.co.uk/2009/06/24/reverse-enumerate-in-latex-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Xemacs and elisp packages</title>
		<link>http://evolution-systems.co.uk/2009/02/26/xemacs-and-elisp-packages-2/</link>
		<comments>http://evolution-systems.co.uk/2009/02/26/xemacs-and-elisp-packages-2/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 17:05:48 +0000</pubDate>
		<dc:creator><![CDATA[Matthew Jakeman]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Matts Blog]]></category>
		<category><![CDATA[elisp]]></category>
		<category><![CDATA[Latex]]></category>
		<category><![CDATA[xemacs]]></category>

		<guid isPermaLink="false">http://evolution-systems.co.uk/wordpress/?p=500</guid>
		<description><![CDATA[I recently had a look around for a nice way to create tables for use in a latex using some sort of WYSIWYG editor and came across this elisp package for xemacs. Having never used an elisp package before I did a bit of searching around and it proved to be a bit tricker to [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I recently had a look around for a nice way to create tables for use in a latex using some sort of WYSIWYG editor and came across <a href="http://table.sourceforge.net/">this</a> elisp package for xemacs.</p>
<p>Having never used an elisp package before I did a bit of searching around and it proved to be a bit tricker to find how to install it thatn I thought it would be. Anyway, here are the simple steps needed to get one running.</p>
<p>First of all create a directory somewhere for your elisp files to reside in, I chose ~/elisp. Then open your xemacs slisp config file, for me this was located in ~/.xemacs/custom.el &#8211; Then add the following lines to it :</p>
<p><code>(add-to-list 'load-path "~/elisp")<br />(require  'table)</code></p>
<p>In the second line, &#8216;table&#8217; refers to the elisp file excluding the &#8216;.el&#8217; file extension, so &#8216;table.el&#8217; in this case. Simples&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://evolution-systems.co.uk/2009/02/26/xemacs-and-elisp-packages-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
