X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FMod.pm;fp=lib%2FLaTeX%2FTikZ%2FMod.pm;h=5c907387ba71cec8d92820fe88b943f678c9db86;hb=37b2cca5547d02b2a751a26f9949d492b5002c2e;hp=de90607ee1ac9e210b2cfd19d43aef8d28ccf721;hpb=d8d667d1c5266bff861df78c252c92d1504be92c;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/lib/LaTeX/TikZ/Mod.pm b/lib/LaTeX/TikZ/Mod.pm index de90607..5c90738 100644 --- a/lib/LaTeX/TikZ/Mod.pm +++ b/lib/LaTeX/TikZ/Mod.pm @@ -35,11 +35,11 @@ These methods are required by the interface : C Returns an identifier for the mod object. -It is used to gather mods together when calling C on them. +It is used to gather mods together when calling C on them. =item * -C +C Returns true if and only if the effects of the mod C<$mod> are already ensured by the current mod object, in which case no actual TikZ code will be emitted for C<$mod>. Both mod objects are guaranteed to have the same C. @@ -62,7 +62,7 @@ Returns the TikZ code that activates the current mod as a string formatted by th requires qw( tag - cover + covers declare apply );