X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ.pm;h=aca817d6bd46e6177dc94a2890017f73084b9ed2;hb=3661d7849ae4636b74000e33e068493d90ed8337;hp=7ba3a740e4a6106bece14645955f6110371c7aeb;hpb=4ec204cfd114d9ce19fd616f093503c971b00a1f;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/lib/LaTeX/TikZ.pm b/lib/LaTeX/TikZ.pm index 7ba3a74..aca817d 100644 --- a/lib/LaTeX/TikZ.pm +++ b/lib/LaTeX/TikZ.pm @@ -260,7 +260,7 @@ Creates a L object with name C<$name> and optional rela The default layer is C
. -Layers are stored into a global hash, so that when you refer to them by their name, you get the existing layer object. +Layers are stored into a global hash, so that when you refer to them by their name, you get the existing layer object. Layers can also be directly applied to sets with the C<< ->layer >> method. @@ -382,7 +382,7 @@ sub import { =head1 DEPENDENCIES -L with L 0.80 or greater. +L 0.80 or greater. L.