<?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>Lindoze.net &#187; PGF/TikZ</title>
	<atom:link href="http://blog.lindoze.net/tag/pgftikz/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lindoze.net</link>
	<description>Lindoze.net Weblog</description>
	<lastBuildDate>Sat, 02 Aug 2008 12:15:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Convert Your VYM Mindmap to PGF/TikZ</title>
		<link>http://blog.lindoze.net/software/convert-vym-mindmap-pgftikz/</link>
		<comments>http://blog.lindoze.net/software/convert-vym-mindmap-pgftikz/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 14:46:15 +0000</pubDate>
		<dc:creator>flo</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[PGF/TikZ]]></category>

		<guid isPermaLink="false">http://blog.lindoze.net/?p=60</guid>
		<description><![CDATA[PGF/TikZ is able to produce really eye-candy mind maps (see example). However it might be impractical to create the TikZ structure for larger amount of nodes.
I&#8217;ve written a small C program that creates a PGF/TikZ LaTeX file out of a VYM (View Your Mind) XML export. So far this tool has only very basic functionality. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.lindoze.net/wp-content/uploads/2008/08/vym2tikz_testmm.png" rel="lightbox[60]"><img class="ngg-singlepic ngg-left" title="Vym2TikZ Example Mind Map - PDFLaTeX Result" src="http://blog.lindoze.net/wp-content/uploads/2008/08/vym2tikz_testmm-80x80.png" alt="" width="80" height="80" /></a><a title="PGF/TikZ" href="http://sourceforge.net/projects/pgf/">PGF/TikZ</a> is able to produce really eye-candy mind maps (see <a title="PGF/TikZ mind mapping example" href="http://www.fauskes.net/pgftikzexamples/computer-science-mindmap/" target="_blank">example</a>). However it might be impractical to create the TikZ structure for larger amount of nodes.</p>
<p>I&#8217;ve written a small C program that creates a PGF/TikZ LaTeX file out of a <a title="VYM View Your Mind - Mind Mapping Software" href="http://www.insilmaril.de/vym/">VYM</a> (View Your Mind) XML export. So far this tool has only very basic functionality. Neither it handles UTF-8 explicitly, nor XLinks. Also it doesn&#8217;t add any alignment code to the LaTeX file yet, so you have to do some manual editing.</p>
<h3>Download</h3>
<ul>
<li><a href="http://blog.lindoze.net/wp-content/uploads/2008/08/vym2tikz-source.tbz2">Vym2TikZ source tbz2</a> (2.4 KiB, 2008/08/01, cc-by-nc-sa, requires libxml2)</li>
<li><a href="http://blog.lindoze.net/wp-content/uploads/2008/08/vym2tikz.c">Vym2TikZ c source code only</a> (5.0 KiB, 2008/08/01, cc-by-nc-sa, requires libxml2)</li>
<li><a href="http://blog.lindoze.net/wp-content/uploads/2008/08/vym2tikz.tbz2">Vym2TikZ binary</a> (3.1 KiB, Linux, 2008/08/01, IA32, dynamically linked against libxml2, compiled under Ubuntu 8.04)</li>
</ul>
<p><span id="more-60"></span></p>
<h3>Example Usage</h3>
<ol>
<li>Create a mind map with VYM and save it as *.vym. (example: <a href="http://blog.lindoze.net/wp-content/uploads/2008/08/test.vym">test.vym</a>)</li>
<li>Select <em>Map &gt; Export &gt; XML&#8230;</em> and export your mind map. (example: <a href="http://blog.lindoze.net/wp-content/uploads/2008/08/test.xml">test.xml</a>)</li>
<li>Call <em>Vym2TikZ</em>: <em>./vym2tikz test.xml test.tex</em> (result: <a href="http://blog.lindoze.net/wp-content/uploads/2008/08/test.tex">test.tex</a>)</li>
<li>If you want to run PDFLaTeX directly (and don&#8217;t include the tex file) you have to add an additional header to <em>test.tex</em>. Also you might have to add alignment commands like <em>[clockwise from=0]</em>. (edited file: <a href="http://blog.lindoze.net/wp-content/uploads/2008/08/test_edit.tex">test_edit.tex</a>)</li>
<li>Finally call PDFLaTeX and view the PDF file. (see image on top)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.lindoze.net/software/convert-vym-mindmap-pgftikz/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
