Re: [NTG-context] placing a tikz/pgf figure

2007-01-10 Thread Willi Egger
Hi Hasn, In order to make sure, that the cooperation between tikz and Context works okay, you should install pgf 1.10 http://sourceforge.net/project/showfiles.php?group_id=142562 Further you need to install the Latex package xkeyval. I hope that will do! Willi Hans Hagen wrote: Willi

[NTG-context] placing a tikz/pgf figure

2007-01-09 Thread M.J. Kallen
Hi all, I'm trying to determine how to best insert a figure/graph created using the tikz/pgf module (I'm using v1.10). The attached sample file compares the result of just using \placefigure and \placefigure with \startcombination[1*1]. In the first case, the result is not centered (which

Re: [NTG-context] placing a tikz/pgf figure

2007-01-09 Thread Willi Egger
Indeed I also get the results as you describe them. When looking at the file *.tmp then you see, that the figure is generated on the fly. When external figure is issued, then the textwidth is the base and therefore the figure ends up leftaligned. -- In such cases I prefer to have the figures

Re: [NTG-context] placing a tikz/pgf figure

2007-01-09 Thread Hans Hagen
Willi Egger wrote: Indeed I also get the results as you describe them. When looking at the file *.tmp then you see, that the figure is generated on the fly. When external figure is issued, then the textwidth is the base and therefore the figure ends up leftaligned. -- In such cases I prefer

Re: [NTG-context] placing a tikz/pgf figure

2007-01-09 Thread Aditya Mahajan
On Tue, 9 Jan 2007, M.J. Kallen wrote: Hi all, I'm trying to determine how to best insert a figure/graph created using the tikz/pgf module (I'm using v1.10). The attached sample file compares the result of just using \placefigure and \placefigure with \startcombination[1*1]. In the

Re: [NTG-context] placing a tikz/pgf figure

2007-01-09 Thread Mojca Miklavec
On 1/9/07, Hans Hagen wrote: Willi Egger wrote: Indeed I also get the results as you describe them. When looking at the file *.tmp then you see, that the figure is generated on the fly. When external figure is issued, then the textwidth is the base and therefore the figure ends up

Re: [NTG-context] placing a tikz/pgf figure

2007-01-09 Thread Mojca Miklavec
(abstract of Maarten-Jan's sample) \usemodule[tikz] \starttext \startbuffer[tikz] \starttikzpicture \draw[red,thick] (0,0) -- (1,1) {[rounded corners] -- (2,0) -- (3,1)} -- (3,0) -- (2,1); \stoptikzpicture \stopbuffer \placefigure {The figure is

Re: [NTG-context] placing a tikz/pgf figure

2007-01-09 Thread Aditya Mahajan
On Wed, 10 Jan 2007, Mojca Miklavec wrote: (abstract of Maarten-Jan's sample) \usemodule[tikz] \starttext \startbuffer[tikz] \starttikzpicture \draw[red,thick] (0,0) -- (1,1) {[rounded corners] -- (2,0) -- (3,1)} -- (3,0) -- (2,1);