leo 2009/8/9 Leo <sdl....@gmail.com>: > On 2009-08-09 08:33 +0100, Graham Smith wrote: >> Leo, >> >> Thanks again, it seems the answer lies in Latex, rather than OrgMode, >> so I will work away at that. >> >> having said that, the commands you gave me are extremely useful for >> making a stand alone diagram to insert as a graphic into some other >> document. So well worth knowing. > > You're welcome, Graham. > > Leo
Just for completeness, and should anyone search the forum with a similar problem,the answer lay in the wide margins used by default in the article class, so new headers are: #+LATEX_HEADER: \usepackage{tikz} #+LATEX_HEADER: \usetikzlibrary{mindmap,trees} #+LATEX_HEADER: \usepackage[a4paper, left=3cm,right=2cm]{geometry} Plus you can scale the tikz drawing using \begin{tikzpicture}[scale=0.85] However, it doesn't scale very well and the different elements do not scale proportionally, so while it works fine for a small tweak, it is useless for the large changes. Graham _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode