<?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>BlackHC's Adventures in the Dev World &#187; AddIn</title>
	<atom:link href="http://blog.blackhc.net/tag/addin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.blackhc.net</link>
	<description>Just another weblog</description>
	<lastBuildDate>Wed, 16 Nov 2011 23:12:15 +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>PowerPoint Tools</title>
		<link>http://blog.blackhc.net/2009/04/powerpoint-tools/</link>
		<comments>http://blog.blackhc.net/2009/04/powerpoint-tools/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 09:47:10 +0000</pubDate>
		<dc:creator>BlackHC</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[AddIn]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[MiKTeX]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[TexPoint]]></category>

		<guid isPermaLink="false">http://blog.blackhc.net/?p=376</guid>
		<description><![CDATA[<a href="http://blog.blackhc.net/2009/04/powerpoint-tools/" title="PowerPoint Tools"></a>I've finally managed to upload a version of my PowerPoint LaTeX add-in for PowerPoint 2007. I'm just going to post a short Vimeo video here that shows how inline formulas work (the main feature): I've tried to work on the &#8230;<p class="read-more"><a href="http://blog.blackhc.net/2009/04/powerpoint-tools/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://blog.blackhc.net/2009/04/powerpoint-tools/" title="PowerPoint Tools"></a><p>I've finally managed to upload a version of my PowerPoint LaTeX add-in for <a href="http://office.microsoft.com/en-gb/powerpoint/default.aspx" target="_blank">PowerPoint</a> 2007.</p>
<p>I'm just going to post a short Vimeo video here that shows how inline formulas work (the main feature):</p>
<p><a href="http://blog.blackhc.net/2009/04/powerpoint-tools/"><em>Click here to view the embedded video.</em></a></p>
<p>I've tried to work on the add-in during my spring vacation but somehow I have instead spent all my time watching four seasons of House M.D. (which was totally worth it though <img src='http://blog.blackhc.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ).</p>
<p>There are still some features like support for MikeTeX, code clean-ups, small bugfixes and a preference window that I should work on, but I don't plan on selling it, so I don't really care if it's still somewhat work in progress.<br />
I'm going to continue working on it when I have to use PowerPoint again.</p>
<p>You can check it out (and another add-in dubbed Language Painter that I wrote to fix some annoyances when writing presentations in languages different from your keyboard layout) at <a href="http://code.google.com/p/powerpointtools/" target="_blank">http://code.google.com/p/powerpointtools/</a>.</p>
<p><object width="400" height="267" data="http://picasaweb.google.de/s/c/bin/slideshow.swf" type="application/x-shockwave-flash"><param name="flashvars" value="host=picasaweb.google.de&amp;RGB=0x000000&amp;feed=http%3A%2F%2Fpicasaweb.google.de%2Fdata%2Ffeed%2Fapi%2Fuser%2Fblackhc%2Falbumid%2F5327258296103265841%3Fkind%3Dphoto%26alt%3Drss" /><param name="src" value="http://picasaweb.google.de/s/c/bin/slideshow.swf" /></object><br />
<span id="more-376"></span></p>
<h3>"Inter-Mortem"</h3>
<p>I'm not really done with the project but I think it's time nonetheless to talk about the project itself. Initially I looked into using <a href="http://texpoint.necula.org/" target="_blank">TexPoint</a> for a presentation I had to prepare, but it wasn't very user-friendly in my opinion and I also didn't really want to install <a href="http://miktex.org/" target="_blank">MiKTeX</a> again, so the idea was born to use a web service (from codecogs.com or wordpress.com) to render the equations and embed the formulas as pictures. A few tests later I knew that it was feasible, so I started to work on the project.</p>
<p>The bulk of the code was written in 4 days during my winter vacation (so that was 4 months ago) - I've only added minor things since then.</p>
<p>This warrants the question what took me so long to upload it and/or write about it. The main reason why it was delayed by such a long time is that I wanted to polish it some more and make sure it really has a well-rounded feature set. In retrospect I shouldn't have added support for non-inline equations because people will hardly use them and the way you edit them is kind of crazy (I create a text shape in the current slide to let the user change the equation) and I reverted lots of the later changes because I wasn't sure which direction to take UI-wise.</p>
<p>The user interface is mostly okay in my opinion but the ribbon might need a redesign to streamline it some more and also maybe come up with new things users would want to do. For that I'll probably wait until I have to use it again (probably in a few weeks' time) and then take notes about what to improve.</p>
<p>The design of the code is somewhat messy when you look at it, but that's because it grew out of a experimental project to see if it was possible to embed LaTeX code the way I wanted, and most of the functionality ended up in one big file/class (LaTeXTool.cs)  because everything is centered around inline formulas.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.blackhc.net/2009/04/powerpoint-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

