emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Leo <sdl.web@gmail.com>
To: emacs-orgmode@gnu.org
Subject: MindMap using tikz/pgf (was: A MindMap export would be awesome)
Date: Sat, 01 Aug 2009 22:22:37 +0100	[thread overview]
Message-ID: <m0fxcbz0te.fsf@cam.ac.uk> (raw)
In-Reply-To: 874otonv8m.fsf@thinkpad.tsdh.de

Hi all,

MindMap looks like an effective way to represent certain knowledge
structure. I wonder if export a substree or an org file to mindmap may
be made possible through tikz/pgf. Here's an example of a mindmap done
in tikz: http://imagebin.org/57996

---- example TeX ----
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{mindmap}

\begin{document}
\begin{tikzpicture}
  \path[mindmap,concept color=black,text=white]
  node[concept] {Computer Science}
  [clockwise from=0]
  child[concept color=green!50!black] {
    node[concept] {practical}
    [clockwise from=90]
    child { node[concept] {algorithms} }
    child { node[concept] {data structures} }
    child { node[concept] {programming languages} }
    child { node[concept] {software engineering} }
  }
  child[concept color=blue] {
    node[concept] {applied}
    [clockwise from=-30]
    child { node[concept] {databases} }
    child { node[concept] {WWW} }
  }
  child[concept color=red] { node[concept] {technical} }
  child[concept color=orange] { node[concept] {theoretical} };
\end{tikzpicture}
\end{document}


-- 
Emacs uptime: 6 days, 1 hour, 34 minutes, 22 seconds

      parent reply	other threads:[~2009-08-01 21:22 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-07 19:33 A MindMap export would be awesome Tassilo Horn
2009-07-07 19:36 ` Eric S Fraga
2009-07-07 20:17   ` Tassilo Horn
2009-07-07 20:03 ` Charles Philip Chan
2009-07-07 20:19   ` Tassilo Horn
2009-07-07 21:03     ` Charles Philip Chan
2009-07-08  6:06       ` Tassilo Horn
2009-07-08  6:14         ` Bastien
2009-07-08  8:59           ` Tassilo Horn
2009-07-08  9:17             ` Carsten Dominik
2009-07-08 19:25         ` Charles Philip Chan
2009-07-10  1:37   ` Charles Cave
2009-07-12 19:22 ` Leo
2009-08-01 21:22 ` Leo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m0fxcbz0te.fsf@cam.ac.uk \
    --to=sdl.web@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).