Table of Contents

Previous

Next


Marker Styles Options

ePublisher provides many options to allow you to customize your content transformation process and implement the online features you need. For example, the options define table of contents levels, popup windows, and related topics, as well as many other features and behaviors.

Marker type

Specifies the function associated with the selected marker style. ePublisher defines default names for the marker styles to support selected features. For example, if you have a marker style named Filename, ePublisher sets this option to allow that marker to define file names for output files. These default associations automate ePublisher configuration. You can specify your own marker styles and assign the function for each marker style. This option is available only for marker styles. For more information, see “Defining the Processing of Markers and Field Codes” on page 157.

Navigationtitle

Specifies whether the selected marker type supports the Navigationtitle function. If you enable this option for a marker type, you can use the marker to specify alternate text to display in the table of contents for a topic. For example, if you have a topic that does not have a heading, such as a topic that contains just a table or chart, you can add a marker with this option enabled to that topic and specify the text you want to be displayed in the table of contents for that topic.

Variable

Specifies the name for a variable that ePublisher creates. ePublisher sets the value of the variable to the contents of the selected paragraph or character style. You can then use this variable in your page layout override Page.asp file.

For example, if you want to include a section name in a banner area at the top of each topic in that section, you can assign a variable for the paragraph style of the section name. Then, you can modify the override Page.asp file to include this variable value in the page layout where you want it. Each topic in a section use the section name for that section, until the next section name defined by the paragraph style changes the value for the next section of topics. To insert a variable in the override Page.asp file, insert the following code in the file, where variable is the name of the variable you specify in this option:

<div wwpage:content="wwvars:variable">replaced variable value</div>

After processing the Page.asp file for a topic where the variable value is User Information, ePublisher replaces this code with the following code in the output file:

<div>User Information</div>

ePublisher/2008.4/Help/04.Reference_Information/02.074.ePublisher_Window_Descriptions (last edited 2009-04-28 22:36:27 by TonyMcDow)