X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ.pm;h=274c9ae65a7a98206436324b429e30f41fd3ffd3;hb=4f696c03a66ef6b52ee7b9b3c74a71d5abc64f7e;hp=1c12cadf3862a9096ea3a3632ffa00a744a325a1;hpb=61a93a58351bf2d238dcf81a1a557112b0c0ee85;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/lib/LaTeX/TikZ.pm b/lib/LaTeX/TikZ.pm index 1c12cad..274c9ae 100644 --- a/lib/LaTeX/TikZ.pm +++ b/lib/LaTeX/TikZ.pm @@ -9,11 +9,11 @@ LaTeX::TikZ - Perl object model for generating PGF/TikZ code. =head1 VERSION -Version 0.02 +Version 0.03 =cut -our $VERSION = '0.02'; +our $VERSION = '0.03'; =head1 SYNOPSIS @@ -85,7 +85,7 @@ The two TikZ concepts of I and I have been unified with the modif =head3 C - Tikz->union(@seq) + Tikz->union(@kids) Creates a L object out of the paths C<@kids>. @@ -99,6 +99,12 @@ Creates a L object out of the paths C<@kids>. 'even odd rule', ); +=head3 C + + Tikz->path(@kids) + +A synonym for L. + =head3 C Tikz->join($connector, @kids)