Jean-Baptiste Rouquier | 2 Jun 2006 14:47
Picon
Picon

Re: Metapost or pgf/tikz?

Thanks for this detailed advice. It would be very useful if added to the 
beamer manual in section 12 "graphics".
Here are a few additions :
> Things metapost can do better than TikZ.
> (...)
>
> Things metapost and TikZ are both good at.
> (...)
and tight integration with TeX. Formulas inside graphics are easy.

> Things metaport and TikZ are both bad at.
> (...)
and outdated programming language :
 - macro based
 - regularly cryptographic error messages, sometimes with very 
approximate location
 - no modern language features for comfortable programming (data 
structures, namespace hierarchy, etc.)
I have not tried TikZ a lot, it can be better regarding this point, but 
still inherits a lot from TeX.

> Things TikZ can do better than metapost:
> (...)
> - detailed manual
There are also very good unofficial tutorials or galleries with source 
code or manuals for Metapost.

Jean-Baptiste Rouquier
Mark Jago | 22 Jun 2006 10:58
Picon

(no subject)

Hi,
Does anyone know how to use tikz to draw a reflexive arc, i.e. a  
(roughly) circular arrow from a node to itself?
Thanks,
Mark

This message has been checked for viruses but the contents of an attachment
may still contain software viruses, which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.

All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
Murali Krishnan Ganapathy | 22 Jun 2006 18:31
Favicon

Re: (no subject)

Mark Jago wrote:
> Hi,
> Does anyone know how to use tikz to draw a reflexive arc, i.e. a  
> (roughly) circular arrow from a node to itself?
> Thanks,
> Mark
>
>   
\draw (nodename) .. controls +(60:1cm) and +(120:1cm) .. (nodename};
draws a curve which leaves at 60 degrees and comes back at 120 degrees. 
I hope this is what you wanted?

- Murali

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Gordon Royle | 23 Jun 2006 04:16
Picon
Picon
Favicon

Beamer, PGF and TiKz


I have previously used beamer and PGF (mostly pgfnodes for drawing networks),
but now there is TiKz as well, and I am a little confused by the
relationship between TiKz and PGF...

Does TiKz now REPLACE the functionality that used to be in, say, pgfnodes?
Or is it complementary?
Should I redo my pgfnode pictures in TiKz or can I just mix and match as I
choose...

(I know that I could probably find partial answers by experimentation, but
time is short and I have a 50-minute talk with many diagrams to prepare....)

Expert advice gratefully received...

Cheers

gordon 
--
View this message in context: http://www.nabble.com/Beamer%2C-PGF-and-TiKz-t1834007.html#a5005150
Sent from the pgf-users forum at Nabble.com.

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Murali Krishnan Ganapathy | 23 Jun 2006 07:01
Favicon

Re: Beamer, PGF and TiKz

Gordon Royle wrote:
> I have previously used beamer and PGF (mostly pgfnodes for drawing networks),
> but now there is TiKz as well, and I am a little confused by the
> relationship between TiKz and PGF...
>
> Does TiKz now REPLACE the functionality that used to be in, say, pgfnodes?
> Or is it complementary?
> Should I redo my pgfnode pictures in TiKz or can I just mix and match as I
> choose...
>
>   
TikZ is just a UI layer which makes PGF easier to use, i.e. every TikZ 
command is internally replaced by equivalent sequences of PGF commands. 
Since loading TikZ automatically loads PGF, you can mix and match to 
your heart's content.

- Murali

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Till Tantau | 23 Jun 2006 11:51
Picon
Favicon

Re: Beamer, PGF and TiKz


Am 23.06.2006 um 07:01 schrieb Murali Krishnan Ganapathy:

> Gordon Royle wrote:
>> I have previously used beamer and PGF (mostly pgfnodes for drawing  
>> networks),
>> but now there is TiKz as well, and I am a little confused by the
>> relationship between TiKz and PGF...
>>
>> Does TiKz now REPLACE the functionality that used to be in, say,  
>> pgfnodes?
>> Or is it complementary?
>> Should I redo my pgfnode pictures in TiKz or can I just mix and  
>> match as I
>> choose...
>>
>>
> TikZ is just a UI layer which makes PGF easier to use, i.e. every TikZ
> command is internally replaced by equivalent sequences of PGF  
> commands.
> Since loading TikZ automatically loads PGF, you can mix and match to
> your heart's content.

> - Murali

Indeed. I only wanted to add that the node management of pgf has  
changed completely and the old \pgfnoderect, \pgfnodecircle etc.  
commands are only supported for compatibility. So, it is not possible  
to connect, say, a pgf node created using \pgfnoderect to a node  
created using the new \pgfnode command. Since TikZ maps back to the  
(Continue reading)


Gmane