Heading variable not resolved in PDF

This forum is for Single-Sourcing your Flare content to multiple outputs.
Post Reply
nielsf
Propeller Head
Posts: 86
Joined: Mon Feb 02, 2015 5:44 am
Location: Copenhagen, Denmark

Heading variable not resolved in PDF

Post by nielsf »

Hi,
I've some topics on the following form:

Code: Select all

      <body>
        <h1>Batch Core</h1>
        <p>
            <MadCap:snippetText src="../Resources/Snippets/ThisSection.flsnp" />
        </p>
    </body>
The snippet contains:

Code: Select all

This section describes the <MadCap:variable name="Heading.AnyLevel" style="font-weight: bold;" /> module.
In html5, this gets me
"This section describes the Batch Core module."

In PDF, this gets me
"This section describes the [[[Undefined variable Heading.AnyLevel]]] module."

How can this be?

-Niels
(evaluating Flare 10)
-----
Flaring in Copenhagen, Denmark
wclass
Propellus Maximus
Posts: 1238
Joined: Mon Feb 27, 2006 5:56 am
Location: Melbourne, Australia

Re: Heading variable not resolved in PDF

Post by wclass »

It looks like the variable only works in a header, which is kind of implied by the help file.
Maybe you need to report a bug.
Margaret Hassall - Melbourne
nielsf
Propeller Head
Posts: 86
Joined: Mon Feb 02, 2015 5:44 am
Location: Copenhagen, Denmark

Re: Heading variable not resolved in PDF

Post by nielsf »

...except it works in the body of the html5 output... :roll:
I will report it when I am allowed.
Thanks for replying.

-Niels
-----
Flaring in Copenhagen, Denmark
Post Reply