Hi,
On Wed, Aug 25, 2010 at 20:25, Luiz Marcelo Serique <
marcelo.serique(a)gmail.com> wrote:
On Wed, Aug 25, 2010 at 12:07 PM, Guillaume
Lerouge <guillaume(a)xwiki.com>
wrote:
Hi,
On Wed, Aug 25, 2010 at 16:22, Luiz Marcelo Serique <
marcelo.serique(a)gmail.com> wrote:
> Hu guys,
>
> there is any way to supress content parts from the pdf report?
>
> Here is the problem:
>
> Most of pages have a toc macro with this code
>
> {{box cssClass="floatinginfobox"}}
> {{toc depth="3"/}}
> {{/box}}
>
> As we know, the pdf report also puts a toc page.
>
> My reports are getting two tocs, one from report and one from content.
>
> But i do not want to remove de pdf toc because some wiki pages do not
have
> the content toc.
>
> There is a way to supress the content toc from appearing in the pdf
report?
{{velocity}}
#if($context.action != 'export')
your stuff here
#end
{{/velocity}}
Guillaume
Nice Guillaume,
there is a way to nest the toc macro inside a new macro?
I am trying to create a macro with all this code inside, inclusive the
{{toc}}, just to facilitate, but the toc is not rendered.