ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* tree charts
@ 2007-02-21 17:05 Idris Samawi Hamid
  2007-02-21 18:18 ` Aditya Mahajan
  0 siblings, 1 reply; 26+ messages in thread
From: Idris Samawi Hamid @ 2007-02-21 17:05 UTC (permalink / raw)
  To: ntg-context

Dear cabal,

Do any of you have any examples of tree charts done in, say, MetaFun? Are  
there any macros, libraries etc. for easy tree charts in \ConTeXt?

Example:
http://www.mathematik.uni-kl.de/~anne/Aufl-Bilder/D7Tree.jpg

Best
Idris

-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: tree charts
  2007-02-21 17:05 tree charts Idris Samawi Hamid
@ 2007-02-21 18:18 ` Aditya Mahajan
  2007-02-21 19:05   ` Idris Samawi Hamid
  2007-02-25  0:24   ` tree charts John R. Culleton
  0 siblings, 2 replies; 26+ messages in thread
From: Aditya Mahajan @ 2007-02-21 18:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, 21 Feb 2007, Idris Samawi Hamid wrote:

> Dear cabal,
>
> Do any of you have any examples of tree charts done in, say, MetaFun? Are
> there any macros, libraries etc. for easy tree charts in \ConTeXt?
>
> Example:
> http://www.mathematik.uni-kl.de/~anne/Aufl-Bilder/D7Tree.jpg

There are three ways you can do it in ConTeXt

1) Most features: pstricks (yes pstricks can be used with context, but 
you always have to go the ps->pdf route)

2) Easiest syntax and prettiest looking output: tikz. You need one of 
the recent versions of tikz that work fine with context (except some 
of the exotic features, like adding arbitrary nodes to the page)

3) A very flexible system, but it takes a while to get used to the 
syntax: Metaobj. You also need a workabound to get metaobj to run 
correctly with metafun (search the mailing list for Taco's 
reply on a mail with metaobj in the subject)

For things like this, my personal recommendation will be tikz. It is 
not as powerful as metapost, since all the calculations are done in 
tex, but the user interface is slightly easier to use than metapost, 
and it has a good looking library of functions.

If you need something, quick and dirty, plain metapost with boxes 
package will also work. There is also the flowchart module, but I do 
not think that it can draw diagonal lines.

Aditya

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: tree charts
  2007-02-21 18:18 ` Aditya Mahajan
@ 2007-02-21 19:05   ` Idris Samawi Hamid
  2007-02-21 20:16     ` Idris Samawi Hamid
  2007-02-25  0:24   ` tree charts John R. Culleton
  1 sibling, 1 reply; 26+ messages in thread
From: Idris Samawi Hamid @ 2007-02-21 19:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, 21 Feb 2007 11:18:10 -0700, Aditya Mahajan <adityam@umich.edu>  
wrote:

> On Wed, 21 Feb 2007, Idris Samawi Hamid wrote:
>
>> Dear cabal,
>>
>> Do any of you have any examples of tree charts done in, say, MetaFun?  
>> Are
>> there any macros, libraries etc. for easy tree charts in \ConTeXt?
>>
>> Example:
>> http://www.mathematik.uni-kl.de/~anne/Aufl-Bilder/D7Tree.jpg
>
> There are three ways you can do it in ConTeXt
>
> 1) Most features: pstricks (yes pstricks can be used with context, but
> you always have to go the ps->pdf route)

I used pstricks for this purpose for my dissertation years ago (LaTeX,  
dvips). It's been years since I used pstricks, does not seem too popular  
with ConTeXt, dvips does not work well with ConTeXt virtual fonts, etc....

> 2) Easiest syntax and prettiest looking output: tikz. You need one of
> the recent versions of tikz that work fine with context (except some
> of the exotic features, like adding arbitrary nodes to the page)

Never heard of it; will look it up

>
> 3) A very flexible system, but it takes a while to get used to the
> syntax: Metaobj. You also need a workabound to get metaobj to run
> correctly with metafun (search the mailing list for Taco's
> reply on a mail with metaobj in the subject)

Will look this up as well, though I don't look forward to yet another  
syntax (still need to get used to metapost ;-)

> For things like this, my personal recommendation will be tikz. It is
> not as powerful as metapost, since all the calculations are done in
> tex, but the user interface is slightly easier to use than metapost,
> and it has a good looking library of functions.
>
> If you need something, quick and dirty, plain metapost with boxes
> package will also work. There is also the flowchart module, but I do
> not think that it can draw diagonal lines.

Yes, otherwise that module would be the ticket. Maybe someone will extend  
it someday; I think a tree-chart module is at least just as important as  
one for flow charts.

THANK YOU for the info!

Best
Idris

-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: tree charts
  2007-02-21 19:05   ` Idris Samawi Hamid
@ 2007-02-21 20:16     ` Idris Samawi Hamid
  2007-02-21 20:45       ` Aditya Mahajan
  2007-02-21 21:09       ` Hans Hagen
  0 siblings, 2 replies; 26+ messages in thread
From: Idris Samawi Hamid @ 2007-02-21 20:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, 21 Feb 2007 12:05:08 -0700, Idris Samawi Hamid  
<ishamid@colostate.edu> wrote:

>> 2) Easiest syntax and prettiest looking output: tikz. You need one of
>> the recent versions of tikz that work fine with context (except some
>> of the exotic features, like adding arbitrary nodes to the page)
>
> Never heard of it; will look it up

This looks like a really nice package. The following, howeve, cracked me  
up (manual, page 67):

"This special module is necessary since ConTeXt satanically restricts the  
length of module names..."

LOL '<

Idris

-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: tree charts
  2007-02-21 20:16     ` Idris Samawi Hamid
@ 2007-02-21 20:45       ` Aditya Mahajan
  2007-02-22  8:30         ` Hans Hagen
  2007-02-21 21:09       ` Hans Hagen
  1 sibling, 1 reply; 26+ messages in thread
From: Aditya Mahajan @ 2007-02-21 20:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, 21 Feb 2007, Idris Samawi Hamid wrote:

> On Wed, 21 Feb 2007 12:05:08 -0700, Idris Samawi Hamid
> <ishamid@colostate.edu> wrote:
>
>>> 2) Easiest syntax and prettiest looking output: tikz. You need one of
>>> the recent versions of tikz that work fine with context (except some
>>> of the exotic features, like adding arbitrary nodes to the page)
>>
>> Never heard of it; will look it up
>
> This looks like a really nice package. The following, howeve, cracked me
> up (manual, page 67):
>
> "This special module is necessary since ConTeXt satanically restricts the
> length of module names..."
>
> LOL '<

This was true until about the beginning of 2005. I do not know when 
Till Tantau first tried to port pgf to context. A while back I told 
him that this is no longer true for ConTeXt .... but there has not 
been a new release of the manual for a while.

I also found the following to be funny:

<quote>
2.2.3 Setting up the Environment in ConTEXt
Karl’s uncle Hans uses ConTEXt. Like Gerda, Hans can also use TikZ.
</quote>


If you decide to try it, check out the code from CVS rather than from 
CTAN. There have been some changes since version 1.10, many of them 
improve the compatibility with ConTeXt (colors, etc.)

Aditya

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: tree charts
  2007-02-21 20:16     ` Idris Samawi Hamid
  2007-02-21 20:45       ` Aditya Mahajan
@ 2007-02-21 21:09       ` Hans Hagen
  2007-02-21 23:13         ` quick question David C. Walden
  1 sibling, 1 reply; 26+ messages in thread
From: Hans Hagen @ 2007-02-21 21:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Idris Samawi Hamid wrote:
> On Wed, 21 Feb 2007 12:05:08 -0700, Idris Samawi Hamid  
> <ishamid@colostate.edu> wrote:
>
>   
>>> 2) Easiest syntax and prettiest looking output: tikz. You need one of
>>> the recent versions of tikz that work fine with context (except some
>>> of the exotic features, like adding arbitrary nodes to the page)
>>>       
>> Never heard of it; will look it up
>>     
>
> This looks like a really nice package. The following, howeve, cracked me  
> up (manual, page 67):
>
> "This special module is necessary since ConTeXt satanically restricts the  
> length of module names..."
>   

hm, that restriction has been dropped quite some time ago but there is 
the restriction that a third party module must start with t-

also, names can (and could) be remapped from long to short etc

Hans

-- 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: quick question
  2007-02-21 23:13         ` quick question David C. Walden
@ 2007-02-21 22:18           ` Aditya Mahajan
  0 siblings, 0 replies; 26+ messages in thread
From: Aditya Mahajan @ 2007-02-21 22:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, 21 Feb 2007, David C. Walden wrote:

> Is there an easy way in ConTeXt to do the equivalent of
>    \enlargethispage{1\baselineskip}
> in LaTeX?

\adaptlayout[lines=+1]

Aditya

^ permalink raw reply	[flat|nested] 26+ messages in thread

* quick question
  2007-02-21 21:09       ` Hans Hagen
@ 2007-02-21 23:13         ` David C. Walden
  2007-02-21 22:18           ` Aditya Mahajan
  0 siblings, 1 reply; 26+ messages in thread
From: David C. Walden @ 2007-02-21 23:13 UTC (permalink / raw)
  To: ntg-context



Is there an easy way in ConTeXt to do the equivalent of
    \enlargethispage{1\baselineskip}
in LaTeX?

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: tree charts
  2007-02-21 20:45       ` Aditya Mahajan
@ 2007-02-22  8:30         ` Hans Hagen
  2007-02-22 16:52           ` Idris Samawi Hamid
  0 siblings, 1 reply; 26+ messages in thread
From: Hans Hagen @ 2007-02-22  8:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Aditya Mahajan wrote:
> I also found the following to be funny:
>
> <quote>
> 2.2.3 Setting up the Environment in ConTEXt
> Karl^[$B!G^[(Bs uncle Hans uses ConTEXt. Like Gerda, Hans can also use TikZ.
> </quote>
>
>   
i saw that one -)

Btw, Willy Egger has a hard cover version of that manual which me might 
like to take to the context meeting.

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: tree charts
  2007-02-22  8:30         ` Hans Hagen
@ 2007-02-22 16:52           ` Idris Samawi Hamid
  2007-02-22 19:39             ` Aditya Mahajan
                               ` (2 more replies)
  0 siblings, 3 replies; 26+ messages in thread
From: Idris Samawi Hamid @ 2007-02-22 16:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

On Thu, 22 Feb 2007 01:30:26 -0700, Hans Hagen <pragma@wxs.nl> wrote:

> Btw, Willy Egger has a hard cover version of that manual which me might
> like to take to the context meeting.

I'd like to see a better integration of this package with ConTeXt. For  
example, hooking it into the ConTeXt color mechanism (unless you guys have  
some tricks up your sleave you'ld like to share ;-) I could not get global  
text color within a TikZ environment without individually coloring every  
node...

Best
Idris

-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: tree charts
  2007-02-22 16:52           ` Idris Samawi Hamid
@ 2007-02-22 19:39             ` Aditya Mahajan
  2007-02-22 21:13               ` debian tikz module plink
  2007-02-23  1:34               ` tree charts Idris Samawi Hamid
  2007-02-23  9:26             ` Hans Hagen
  2007-02-23 21:45             ` David Wooten
  2 siblings, 2 replies; 26+ messages in thread
From: Aditya Mahajan @ 2007-02-22 19:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, 22 Feb 2007, Idris Samawi Hamid wrote:

> Hi,
>
> On Thu, 22 Feb 2007 01:30:26 -0700, Hans Hagen <pragma@wxs.nl> wrote:
>
>> Btw, Willy Egger has a hard cover version of that manual which me might
>> like to take to the context meeting.
>
> I'd like to see a better integration of this package with ConTeXt. For
> example, hooking it into the ConTeXt color mechanism (unless you guys have
> some tricks up your sleave you'ld like to share ;-) I could not get global
> text color within a TikZ environment without individually coloring every
> node...

If a color is defined using ConTeXt's definecolor it can be used with 
tikz. Here is an example (adapted from the tikz manual)

\usemodule[tikz]
\definecolor[mycolor] [g=.75,r=.15,b=.5]

\starttext

\start[tikzpicture]
       [parent anchor=east,child anchor=west,grow=east]
\tikzstyle{every node}=[ball color=mycolor,circle,text=white]
\tikzstyle{edge from parent}=[draw,dashed,thick,red]
\node {root}
       child {node {left}}
       child {node {right}
       child {node {child}}
       child {node {child}}
};
\stop[tikzpicture]

\stoptext

^ permalink raw reply	[flat|nested] 26+ messages in thread

* debian tikz module
  2007-02-22 19:39             ` Aditya Mahajan
@ 2007-02-22 21:13               ` plink
  2007-02-22 22:19                 ` Aditya Mahajan
  2007-02-23  1:34               ` tree charts Idris Samawi Hamid
  1 sibling, 1 reply; 26+ messages in thread
From: plink @ 2007-02-22 21:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

when testing the small example from the tikz manual, I got this
... module tikz not found
error, texexec stopping with undefined \tikzstyle. On a fresh debian 
installation, that is.
I seem to remember this error from some earlier tryouts but not the 
solution.

Anyone for a hint?

Thanks,
Jak.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: debian tikz module
  2007-02-22 21:13               ` debian tikz module plink
@ 2007-02-22 22:19                 ` Aditya Mahajan
  2007-02-23 10:37                   ` [NTG-context] " Johan Sandblom
  0 siblings, 1 reply; 26+ messages in thread
From: Aditya Mahajan @ 2007-02-22 22:19 UTC (permalink / raw)
  To: plink, mailing list for ConTeXt users

On Thu, 22 Feb 2007, plink wrote:

> Hi,
>
> when testing the small example from the tikz manual, I got this
> ... module tikz not found

You need to install the tikz module. Download tikz from the 
sourceforge website or CTAN, and unzip it in a temporary directory. 
Then you need to correct the directory structure to conform to TDS. 
There are some instructions in the tikz manual.

You will also need to install xkeyval, in case your installation does 
not have it.

> error, texexec stopping with undefined \tikzstyle.

Since tikz module is not found, these will be missing.

> On a fresh debian installation, that is.

ConTeXt compatibility was added recently (4-5 months ago). I do not 
know whether debian stable has it or not. Maybe first you should try 
to update the tex installation using debian methods (I do not know 
those).

Aditya

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: tree charts
  2007-02-22 19:39             ` Aditya Mahajan
  2007-02-22 21:13               ` debian tikz module plink
@ 2007-02-23  1:34               ` Idris Samawi Hamid
  1 sibling, 0 replies; 26+ messages in thread
From: Idris Samawi Hamid @ 2007-02-23  1:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, 22 Feb 2007 12:39:25 -0700, Aditya Mahajan <adityam@umich.edu>  
wrote:

> I could not get
>> global
>> text color within a TikZ environment without individually coloring every
>> node...
>
> If a color is defined using ConTeXt's definecolor it can be used with
> tikz. Here is an example (adapted from the tikz manual)

Ok, I got confused by something the manual said about color (p. 108); I  
thought that non-LaTeX users had to use \definecolor{} which crashes on  
context...

Aditya, my hero,
THNX as always

Idris

>
> \usemodule[tikz]
> \definecolor[mycolor] [g=.75,r=.15,b=.5]
>
> \starttext
>
> \start[tikzpicture]
>        [parent anchor=east,child anchor=west,grow=east]
> \tikzstyle{every node}=[ball color=mycolor,circle,text=white]
> \tikzstyle{edge from parent}=[draw,dashed,thick,red]
> \node {root}
>        child {node {left}}
>        child {node {right}
>        child {node {child}}
>        child {node {child}}
> };
> \stop[tikzpicture]
>
> \stoptext

-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: tree charts
  2007-02-22 16:52           ` Idris Samawi Hamid
  2007-02-22 19:39             ` Aditya Mahajan
@ 2007-02-23  9:26             ` Hans Hagen
  2007-02-23 21:45             ` David Wooten
  2 siblings, 0 replies; 26+ messages in thread
From: Hans Hagen @ 2007-02-23  9:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Idris Samawi Hamid wrote:
> Hi,
>
> On Thu, 22 Feb 2007 01:30:26 -0700, Hans Hagen <pragma@wxs.nl> wrote:
>
>   
>> Btw, Willy Egger has a hard cover version of that manual which me might
>> like to take to the context meeting.
>>     
>
> I'd like to see a better integration of this package with ConTeXt. For  
> example, hooking it into the ConTeXt color mechanism (unless you guys have  
> some tricks up your sleave you'ld like to share ;-) I could not get global  
> text color within a TikZ environment without individually coloring every  
> node...
>
>   
well, i first need a project where i can apply tikz -) 

(currently luatex dev take most time available for dev) 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [NTG-context] debian tikz module
  2007-02-22 22:19                 ` Aditya Mahajan
@ 2007-02-23 10:37                   ` Johan Sandblom
  2007-02-23 18:22                     ` Aditya Mahajan
  0 siblings, 1 reply; 26+ messages in thread
From: Johan Sandblom @ 2007-02-23 10:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users, debian-tex-maint

[-- Attachment #1: Type: text/plain, Size: 1477 bytes --]

With texlive and pgf (which contains tikz) from testing and latest
context (2007.01.23-3) from unstable, the tikz module is found, but
still it does not work. Log attached.


2007/2/22, Aditya Mahajan <adityam@umich.edu>:
> On Thu, 22 Feb 2007, plink wrote:
>
> > Hi,
> >
> > when testing the small example from the tikz manual, I got this
> > ... module tikz not found
>
> You need to install the tikz module. Download tikz from the
> sourceforge website or CTAN, and unzip it in a temporary directory.
> Then you need to correct the directory structure to conform to TDS.
> There are some instructions in the tikz manual.
>
> You will also need to install xkeyval, in case your installation does
> not have it.
>
> > error, texexec stopping with undefined \tikzstyle.
>
> Since tikz module is not found, these will be missing.
>
> > On a fresh debian installation, that is.
>
> ConTeXt compatibility was added recently (4-5 months ago). I do not
> know whether debian stable has it or not. Maybe first you should try
> to update the tex installation using debian methods (I do not know
> those).
>
> Aditya
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>


-- 
Johan Sandblom  N8, MRC, Karolinska sjh
t +46851776108  17176 Stockholm
m +46735521477  Sweden
"What is wanted is not the will to believe, but the
will to find out, which is the exact opposite"
- Bertrand Russell

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: tikztest.log --]
[-- Type: text/x-log; name="tikztest.log", Size: 8141 bytes --]

This is pdfTeX, Version 3.141592-1.40.2 (Web2C 7.5.6) (format=cont-en 2007.2.23)  23 FEB 2007 11:36
entering extended mode
\write18 enabled.
 (/usr/share/texmf/web2c/natural.tcx)
**tikztest.tex emergencyend
(./tikztest.tex

ConTeXt  ver: 2007.01.23 13:32 MKII  fmt: 2007.2.23  int: english/english

language        : language en is active
system          : cont-new loaded
(/usr/share/texmf/tex/context/base/cont-new.tex
systems         : beware: some patches loaded from cont-new.tex
\boislevel=\count210
(/usr/share/texmf/tex/context/base/cont-new.mkii))
system          : cont-old loaded
(/usr/share/texmf/tex/context/base/cont-old.tex
loading         : Context Old Macros
)
system          : cont-fil loaded
(/usr/share/texmf/tex/context/base/cont-fil.tex
loading         : Context File Synonyms
)
system          : cont-sys loaded
(/usr/share/texmf/tex/context/user/cont-sys.tex
system          : module plus loaded
(/usr/share/texmf/tex/context/base/m-plus.tex)
(/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex))
bodyfont        : 12pt rm is loaded
language        : patterns en->ec:ec->1->2:3 uk->ec:ec->2->2:3 de->texnansi:tex
nansi->3->2:3 de->ec:ec->4->2:3 fr->texnansi:texnansi->5->2:3 fr->ec:ec->6->2:3
 es->ec:ec->7->2:3 pt->texnansi:texnansi->8->2:3 pt->ec:ec->9->2:3 it->texnansi
:texnansi->10->2:3 it->ec:ec->11->2:3 nl->texnansi:texnansi->12->2:3 nl->ec:ec-
>13->2:3 cz->il2:il2->14->2:3 cz->ec:ec->15->2:3 sk->il2:il2->16->2:3 sk->ec:ec
->17->2:3 pl->pl0:pl0->18->2:3 pl->ec:ec->19->2:3 pl->qx:qx->20->2:3 loaded
specials        : tex,postscript,rokicki loaded
\openout3 = `tikztest.tui'.

system          : tikztest.top loaded
(./tikztest.top
specials        : loading definition file tpd
(/usr/share/texmf/tex/context/base/spec-tpd.tex
specials        : loading definition file fdf
(/usr/share/texmf/tex/context/base/spec-fdf.tex
\everygoto=\toks326
\PDFsymbolbox=\box157
\everyPDFxform=\toks327

(/usr/share/texmf/tex/context/base/spec-fdf.mkii))
specials        : fdf loaded
\everyPDFximage=\toks328
\PDFcurrenttransparency=\count211
)
specials        : fdf,tpd loaded
)
\openout0 = `tikztest-mpgraph.mp'.

\openout0 = `mpgraph.mp'.


systems         : system commands are enabled
system          : module tikz loaded
(/usr/share/texmf/tex/plain/pgf/frontendlayer/tikz.tex
(/usr/share/texmf-texlive/tex/latex/xkeyval/xkeyval.tex
\XKV@toks=\toks329
\XKV@depth=\count212

2005/08/12 v2.5d key=value parser (HA)
(/usr/share/texmf-texlive/tex/latex/xkeyval/xkvtxhdr.tex
2005/02/22 v1.1 xkeyval TeX header (HA))
(/usr/share/texmf-texlive/tex/latex/xkeyval/keyval.tex))
(/usr/share/texmf/tex/plain/pgf/basiclayer/pgf.tex
(/usr/share/texmf/tex/generic/pgf/utilities/pgfrcs.code.tex
Loading package pgfrcs version 2006/10/11 v1.09 (rcs-revision 1.12).
)
Loading package pgf version 2006/10/11  (rcs-revision 1.5).

(/usr/share/texmf/tex/plain/pgf/basiclayer/pgfcore.tex
(/usr/share/texmf/tex/plain/pgf/systemlayer/pgfsys.tex
(/usr/share/texmf/tex/generic/pgf/utilities/pgfrcs.code.tex)
(/usr/share/texmf/tex/generic/pgf/utilities/pgf-latex-emulation.tex
\@unused=\write7
\@tempdima=\dimen214
\@tempdimb=\dimen215
\@tempcnta=\count213
\@tempcntb=\count214
\@tempboxa=\box158
\pgf@length@skip=\skip56
\@auxout=\write8
\KV@toks@=\toks330
)
(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys.code.tex
Loading package pgfsys version 2006/10/11 v1.09 (rcs-revision 1.18).
\pgf@x=\dimen216
\pgf@y=\dimen217
\pgf@xa=\dimen218
\pgf@ya=\dimen219
\pgf@xb=\dimen220
\pgf@yb=\dimen221
\pgf@xc=\dimen222
\pgf@yc=\dimen223

(/usr/share/texmf/tex/generic/pgf/systemlayer/pgf.cfg
Loading file pgf.cfg version 2006/10/11  (rcs-revision 1.2).
)
(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
Loading file pgfsys-pdftex.def version 2006/10/11  (rcs-revision 1.12).

(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
Loading file pgfsys-common-pdf.def version 2006/10/11  (rcs-revision 1.6).
)))
(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
Loading file pgfsyssoftpath.code.tex version 2006/10/11  (rcs-revision 1.3).
)
(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
Loading file pgfsysprotocol.code.tex version 2006/10/11  (rcs-revision 1.3).
))
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcore.code.tex
Loading package pgfcore version 2006/10/11 v1.09 (rcs-revision 1.4).

(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoremath.code.tex
Loading file pgfcoremath.code.tex version 2006/10/11  (rcs-revision 1.2).
\c@pgf@counta=\count215
\c@pgf@countb=\count216
\c@pgf@countc=\count217
\c@pgf@countd=\count218
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
Loading file pgfcorepoints.code.tex version 2006/10/11  (rcs-revision 1.5).
\pgf@picminx=\dimen257
\pgf@picmaxx=\dimen258
\pgf@picminy=\dimen259
\pgf@picmaxy=\dimen260
\pgf@pathminx=\dimen261
\pgf@pathmaxx=\dimen262
\pgf@pathminy=\dimen263
\pgf@pathmaxy=\dimen264
\pgf@tempdim=\dimen265
\c@pgf@tempcount=\count219
\pgf@xx=\dimen266
\pgf@xy=\dimen267
\pgf@yx=\dimen268
\pgf@yy=\dimen269
\pgf@zx=\dimen270
\pgf@zy=\dimen271
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
Loading file pgfcorepathconstruct.code.tex version 2006/10/11  (rcs-revision 1.
5).
\pgf@path@lastx=\dimen272
\pgf@path@lasty=\dimen273
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
Loading file pgfcorepathusage.code.tex version 2006/10/11  (rcs-revision 1.6).
\pgf@shorten@end@additional=\dimen274
\pgf@shorten@start@additional=\dimen275
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
Loading file pgfcorescopes.code.tex version 2006/10/11  (rcs-revision 1.18).
\pgfpic=\box159
\pgf@hbox=\box160
\pgf@layerbox@main=\box161
\pgf@picture@serial@count=\count220
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
Loading file pgfcoregraphicstate.code.tex version 2006/10/11  (rcs-revision 1.5
).
\pgflinewidth=\dimen276
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex
Loading file pgfcoretransformations.code.tex version 2006/10/11  (rcs-revision 
1.4).
\pgf@pt@x=\dimen277
\pgf@pt@y=\dimen278
\pgf@pt@temp=\dimen279
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
Loading file pgfcorequick.code.tex version 2006/10/11  (rcs-revision 1.2).
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
Loading file pgfcoreobjects.code.tex version 2006/10/11  (rcs-revision 1.2).
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex
Loading file pgfcorepathprocessing.code.tex version 2006/10/11  (rcs-revision 1
.4).
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
Loading file pgfcorearrows.code.tex version 2006/10/11  (rcs-revision 1.5).

! Missing \endcsname inserted.
<to be read again> 
                   \bgroup 
\dotextmodediscretionary #1->\bgroup 
                                     \let \nextnextnext \egroup \def \next #...

\pgf@ifundefined #1->\expandafter \ifx \csname #1
                                                 \endcsname \relax \expandaf...

\pgf@arrows@check@already ...d {pgf@arrow@code@#2}
                                                   {#3}{\PackageError {pgf}{...
l.509 }
       
? x
 
Here is how much of TeX's memory you used:
 2190 strings out of 57405
 35866 string characters out of 548247
 4617125 words of memory out of 5545215
 41925 multiletter control sequences out of 10000+50000
 75031 words of font info for 37 fonts, out of 500000 for 2000
 192 hyphenation exceptions out of 8191
 36i,2n,36p,339b,471s stack positions out of 1500i,500n,5000p,200000b,50000s
No pages of output.
PDF statistics:
 0 PDF objects out of 1000 (max. 8388607)
 0 named destinations out of 1000 (max. 131072)
 1 words of extra memory for PDF output out of 10000 (max. 10000000)


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: debian tikz module
  2007-02-23 10:37                   ` [NTG-context] " Johan Sandblom
@ 2007-02-23 18:22                     ` Aditya Mahajan
  2007-02-23 19:27                       ` Johan Sandblom
                                         ` (2 more replies)
  0 siblings, 3 replies; 26+ messages in thread
From: Aditya Mahajan @ 2007-02-23 18:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: debian-tex-maint

On Fri, 23 Feb 2007, Johan Sandblom wrote:

> With texlive and pgf (which contains tikz) from testing and latest
> context (2007.01.23-3) from unstable, the tikz module is found, but
> still it does not work. Log attached.

Your log file says

system          : module tikz loaded
(/usr/share/texmf/tex/plain/pgf/frontendlayer/tikz.tex

which means that it is finding tikz.tex (plain support) rather than 
t-tikz.tex (context support)

On my system (Windows+mswincontext) I get

system          : module tikz loaded
(e:/isoimage/usr/local/context/tex/texmf-project/tex/context/pgf/frontendlayer
t-tikz.tex

followed by loading of a lot of files under tex/context/pgf...

What does
  kpsewhich t-tikz.tex
give on your system. If it is not found, it may mean that either pgf 
is not uptodate or not installed correctly.

Aditya

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: debian tikz module
  2007-02-23 18:22                     ` Aditya Mahajan
@ 2007-02-23 19:27                       ` Johan Sandblom
  2007-02-23 19:28                       ` plink
  2007-02-23 20:51                       ` [NTG-context] " Frank Küster
  2 siblings, 0 replies; 26+ messages in thread
From: Johan Sandblom @ 2007-02-23 19:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

It reports nothing, which is disturbing since

locate t-tikz.tex gives
/usr/share/texmf/context/pgf/frontendlayer/t-tikz.tex

I suppose this indicates some change is needed in texmf.cnf?

Changing \usemodule[tikz] to \usemodule[t][tikz] did not help.

Johan

2007/2/23, Aditya Mahajan <adityam@umich.edu>:
> On Fri, 23 Feb 2007, Johan Sandblom wrote:
>
> > With texlive and pgf (which contains tikz) from testing and latest
> > context (2007.01.23-3) from unstable, the tikz module is found, but
> > still it does not work. Log attached.
>
> Your log file says
>
> system          : module tikz loaded
> (/usr/share/texmf/tex/plain/pgf/frontendlayer/tikz.tex
>
> which means that it is finding tikz.tex (plain support) rather than
> t-tikz.tex (context support)
>
> On my system (Windows+mswincontext) I get
>
> system          : module tikz loaded
> (e:/isoimage/usr/local/context/tex/texmf-project/tex/context/pgf/frontendlayer
> t-tikz.tex
>
> followed by loading of a lot of files under tex/context/pgf...
>
> What does
>   kpsewhich t-tikz.tex
> give on your system. If it is not found, it may mean that either pgf
> is not uptodate or not installed correctly.
>
> Aditya
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>


-- 
Johan Sandblom  N8, MRC, Karolinska sjh
t +46851776108  17176 Stockholm
m +46735521477  Sweden
"What is wanted is not the will to believe, but the
will to find out, which is the exact opposite"
- Bertrand Russell

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: debian tikz module
  2007-02-23 18:22                     ` Aditya Mahajan
  2007-02-23 19:27                       ` Johan Sandblom
@ 2007-02-23 19:28                       ` plink
  2007-02-23 20:51                       ` [NTG-context] " Frank Küster
  2 siblings, 0 replies; 26+ messages in thread
From: plink @ 2007-02-23 19:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks Aditya, I noticed just after sending my post that I had removed 
the debian pgf package before, because it didn't work with ConTeXt.

After reinstalling it I noticed however, that nothing had changed 
recently. It still works with LaTeX but the ConTeXt support realized in 
the current pgf-version (for unstable debian) is still not working, 
which - given that it is still based on 1.09 upstream pgf/tikz - may 
seem as no suprise.

A quick and *very dirty* installation of 1.10 worked fine with ConTeXt, 
so hopefully the next pgf-debian release has that ConTeXt support built in.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [NTG-context] debian tikz module
  2007-02-23 18:22                     ` Aditya Mahajan
  2007-02-23 19:27                       ` Johan Sandblom
  2007-02-23 19:28                       ` plink
@ 2007-02-23 20:51                       ` Frank Küster
  2007-02-24 16:05                         ` Ralf Stubner
  2 siblings, 1 reply; 26+ messages in thread
From: Frank Küster @ 2007-02-23 20:51 UTC (permalink / raw)
  To: Aditya Mahajan; +Cc: mailing list for ConTeXt users, debian-tex-maint

Aditya Mahajan <adityam@umich.edu> wrote:

> On my system (Windows+mswincontext) I get
>
> system          : module tikz loaded
> (e:/isoimage/usr/local/context/tex/texmf-project/tex/context/pgf/frontendlayer
> t-tikz.tex
>
> followed by loading of a lot of files under tex/context/pgf...
>
> What does
>  kpsewhich t-tikz.tex
> give on your system. If it is not found, it may mean that either pgf
> is not uptodate or not installed correctly.

Hm, this is strange.  On my system (Debian with TeXLive 2005, without
the separate context package, but that shouldn't matter), it isn't found
either: 

(517)[21:48:19]frank@riesling:~$ kpsewhich --progname=context t-tikz.tex
(518)[21:48:24]frank@riesling:~$ ls /usr/share/texmf/context/pgf/frontendlayer/t-tikz.tex 
/usr/share/texmf/context/pgf/frontendlayer/t-tikz.tex
(519)[21:48:30]frank@riesling:~$ grep t-tikz.tex /usr/share/texmf/ls-R 
t-tikz.tex
(520)[21:48:32]frank@riesling:~$

but it should.  As shown above, it's in the ls-R database, and it's in
the search patch for context:

$ kpsewhich --progname=context tikz.tex
/usr/share/texmf/tex/plain/pgf/frontendlayer/tikz.tex

(521)[21:49:41]frank@riesling:~$ kpsewhich --progname=context --show-path=tex | sed -e 's/:/\n/g' | grep /usr/share/texmf
!!/usr/share/texmf/tex/context//
!!/usr/share/texmf-texlive/tex/context//
!!/usr/share/texmf-tetex/tex/context//
!!/usr/share/texmf/tex/plain//

So t-tikz.tex is definetely earlier than tikz.tex.  Next thing would be
to run kpsewhich with --debug, but I don't have time for this ATM.

Regards, Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: tree charts
  2007-02-22 16:52           ` Idris Samawi Hamid
  2007-02-22 19:39             ` Aditya Mahajan
  2007-02-23  9:26             ` Hans Hagen
@ 2007-02-23 21:45             ` David Wooten
  2 siblings, 0 replies; 26+ messages in thread
From: David Wooten @ 2007-02-23 21:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Feb 22, 2007, at 8:52 AM, Idris Samawi Hamid wrote:

> Hi,
>
> On Thu, 22 Feb 2007 01:30:26 -0700, Hans Hagen <pragma@wxs.nl> wrote:
>
>> Btw, Willy Egger has a hard cover version of that manual which me  
>> might
>> like to take to the context meeting.
>
> I'd like to see a better integration of this package with ConTeXt. For
> example, hooking it into the ConTeXt color mechanism (unless you  
> guys have
> some tricks up your sleave you'ld like to share ;-) I could not get  
> global
> text color within a TikZ environment without individually coloring  
> every
> node...

I'd second this. For some reason PGF/TikZ is rather appealing to me  
right now. Although clearly MetaPost/Fun can do it all, it is (or at  
least seems) more daunting. Perhaps the beautiful examples for TikZ  
are closer to what I need "out of the box" (graphs of various kinds)  
than the beautiful examples from MetaFun.

David

> Best
> Idris
>
> -- 
> Professor Idris Samawi Hamid
> Department of Philosophy
> Colorado State University
> Fort Collins, CO 80523

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [NTG-context] debian tikz module
  2007-02-23 20:51                       ` [NTG-context] " Frank Küster
@ 2007-02-24 16:05                         ` Ralf Stubner
  2007-02-26  8:31                           ` Bug#394613: " Frank Küster
  0 siblings, 1 reply; 26+ messages in thread
From: Ralf Stubner @ 2007-02-24 16:05 UTC (permalink / raw)
  To: Frank Küster
  Cc: Aditya Mahajan, mailing list for ConTeXt users, debian-tex-maint

Frank Küster wrote:

> (517)[21:48:19]frank@riesling:~$ kpsewhich --progname=context t-tikz.tex
> (518)[21:48:24]frank@riesling:~$ ls /usr/share/texmf/context/pgf/frontendlayer/t-tikz.tex 
> /usr/share/texmf/context/pgf/frontendlayer/t-tikz.tex
                   ^ shouldn't there be a 'tex' path component?

Then it would be in the serch path for ConTeXt.

cheerio
ralf



-- 
To UNSUBSCRIBE, email to debian-tex-maint-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: tree charts
  2007-02-21 18:18 ` Aditya Mahajan
  2007-02-21 19:05   ` Idris Samawi Hamid
@ 2007-02-25  0:24   ` John R. Culleton
  1 sibling, 0 replies; 26+ messages in thread
From: John R. Culleton @ 2007-02-25  0:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wednesday 21 February 2007 13:18, Aditya Mahajan wrote:
> On Wed, 21 Feb 2007, Idris Samawi Hamid wrote:
> > Dear cabal,
> >
> > Do any of you have any examples of tree charts done in, say,
> > MetaFun? Are there any macros, libraries etc. for easy tree
> > charts in \ConTeXt?
> >
> > Example:
> > http://www.mathematik.uni-kl.de/~anne/Aufl-Bilder/D7Tree.jpg
>
> There are three ways you can do it in ConTeXt
>
> 1) Most features: pstricks (yes pstricks can be used with context,
> but you always have to go the ps->pdf route)
>
My understanding is that the m-pstric module allows direct use of 
pstricks in Context, and handles the mechanics of conversion from 
dvips to ps to pdf by an extra pass. 

(However I am often wrong.)


-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Bug#394613: [NTG-context] debian tikz module
  2007-02-24 16:05                         ` Ralf Stubner
@ 2007-02-26  8:31                           ` Frank Küster
  2007-02-26 10:29                             ` Johan Sandblom
  0 siblings, 1 reply; 26+ messages in thread
From: Frank Küster @ 2007-02-26  8:31 UTC (permalink / raw)
  To: Ralf Stubner
  Cc: Aditya Mahajan, mailing list for ConTeXt users, debian-tex-maint, 394613

Ohura-san, 

any plans to fix this bug?  It was again noticed on the ConTeXt mailing
list; in Debian, tikz.tex is found earlier than t-tikz.tex, and
therefore there's no tikz support for ConTeXt.

Ralf Stubner <ralf.stubner@web.de> wrote:

> Frank Küster wrote:
>
>> (517)[21:48:19]frank@riesling:~$ kpsewhich --progname=context t-tikz.tex
>> (518)[21:48:24]frank@riesling:~$ ls
>> /usr/share/texmf/context/pgf/frontendlayer/t-tikz.tex
>> /usr/share/texmf/context/pgf/frontendlayer/t-tikz.tex
>                   ^ shouldn't there be a 'tex' path component?
>
> Then it would be in the serch path for ConTeXt.

(or rather, it would be before anything in tex/context, tex/plain and
tex/generic, and no longer at random order with respect to other things
in the whole tree; TEXMF//) is also included.

I didn't notice the missing component.  That is bug #394613 in pgf.


Regards, Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [NTG-context] debian tikz module
  2007-02-26  8:31                           ` Bug#394613: " Frank Küster
@ 2007-02-26 10:29                             ` Johan Sandblom
  2007-02-26 11:33                               ` Frank Küster
  0 siblings, 1 reply; 26+ messages in thread
From: Johan Sandblom @ 2007-02-26 10:29 UTC (permalink / raw)
  To: Frank Küster
  Cc: Ralf Stubner, Aditya Mahajan, mailing list for ConTeXt users,
	debian-tex-maint, 394613

It appears to be fixed in 1.10, no?

Johan

2007/2/26, Frank Küster <frank@kuesterei.ch>:
> Ohura-san,
>
> any plans to fix this bug?  It was again noticed on the ConTeXt mailing
> list; in Debian, tikz.tex is found earlier than t-tikz.tex, and
> therefore there's no tikz support for ConTeXt.
>
> Ralf Stubner <ralf.stubner@web.de> wrote:
>
> > Frank Küster wrote:
> >
> >> (517)[21:48:19]frank@riesling:~$ kpsewhich --progname=context t-tikz.tex
> >> (518)[21:48:24]frank@riesling:~$ ls
> >> /usr/share/texmf/context/pgf/frontendlayer/t-tikz.tex
> >> /usr/share/texmf/context/pgf/frontendlayer/t-tikz.tex
> >                   ^ shouldn't there be a 'tex' path component?
> >
> > Then it would be in the serch path for ConTeXt.
>
> (or rather, it would be before anything in tex/context, tex/plain and
> tex/generic, and no longer at random order with respect to other things
> in the whole tree; TEXMF//) is also included.
>
> I didn't notice the missing component.  That is bug #394613 in pgf.
>
>
> Regards, Frank
> --
> Dr. Frank Küster
> Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
> Debian Developer (teTeX/TeXLive)
>
>


-- 
Johan Sandblom  N8, MRC, Karolinska sjh
t +46851776108  17176 Stockholm
m +46735521477  Sweden
"What is wanted is not the will to believe, but the
will to find out, which is the exact opposite"
- Bertrand Russell



^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: debian tikz module
  2007-02-26 10:29                             ` Johan Sandblom
@ 2007-02-26 11:33                               ` Frank Küster
  0 siblings, 0 replies; 26+ messages in thread
From: Frank Küster @ 2007-02-26 11:33 UTC (permalink / raw)
  To: Johan Sandblom
  Cc: mailing list for ConTeXt users, 394613, debian-tex-maint, Ralf Stubner

"Johan Sandblom" <johan.sandblom@ki.se> wrote:

> It appears to be fixed in 1.10, no?

Hm, is it fixed?  From the bug log and attached patch, it rather seemed
to be an error in the Debian packaging.

Regards, Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2007-02-26 11:33 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-21 17:05 tree charts Idris Samawi Hamid
2007-02-21 18:18 ` Aditya Mahajan
2007-02-21 19:05   ` Idris Samawi Hamid
2007-02-21 20:16     ` Idris Samawi Hamid
2007-02-21 20:45       ` Aditya Mahajan
2007-02-22  8:30         ` Hans Hagen
2007-02-22 16:52           ` Idris Samawi Hamid
2007-02-22 19:39             ` Aditya Mahajan
2007-02-22 21:13               ` debian tikz module plink
2007-02-22 22:19                 ` Aditya Mahajan
2007-02-23 10:37                   ` [NTG-context] " Johan Sandblom
2007-02-23 18:22                     ` Aditya Mahajan
2007-02-23 19:27                       ` Johan Sandblom
2007-02-23 19:28                       ` plink
2007-02-23 20:51                       ` [NTG-context] " Frank Küster
2007-02-24 16:05                         ` Ralf Stubner
2007-02-26  8:31                           ` Bug#394613: " Frank Küster
2007-02-26 10:29                             ` Johan Sandblom
2007-02-26 11:33                               ` Frank Küster
2007-02-23  1:34               ` tree charts Idris Samawi Hamid
2007-02-23  9:26             ` Hans Hagen
2007-02-23 21:45             ` David Wooten
2007-02-21 21:09       ` Hans Hagen
2007-02-21 23:13         ` quick question David C. Walden
2007-02-21 22:18           ` Aditya Mahajan
2007-02-25  0:24   ` tree charts John R. Culleton

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 NNTP newsgroup(s).