|
Set pagination for online Help topicsWhen you import a Word document, you define how the contents
of the Word file appear as topics in RoboHelp. For example, suppose
your Word file contains ten topics. If each topic contains subtopics,
definition lists, tasks, and tables, you can have each topic appear
as a separate HTML file. If each of these topic headings is in Heading
1 style, you can have each Heading 1 topic created as a separate
HTML topic. If, however, you set the pagination at Heading 2, separate HTML
files are created for each Heading 2 topic.
You can select multiple paragraph styles for pagination. For
example, selecting Heading 1 and Heading 2 for pagination, causes
RoboHelp to start a new topic at every instance of Heading 1 as
well as Heading 2.
Note: Pagination is based on the Word paragraph styles and not
on RoboHelp styles.
Even though you can set pagination for any Word paragraph style,
the topic generated must contain relevant, complete information
for the reader. For example, if you set pagination for Heading 3,
you run the risk of creating topics with only task-level instructions.
In this case, the required contextual information required to complete
the task is isolated in another Heading 3 level topic. To avoid
such disjointed, incomplete topics, set the pagination at a higher
level.
Do one of the following: Select File >
Import > Word Document.
Select File > Link > Word Document.
Select File > Project Settings.
Click Edit under Word Document.
In the Conversion Settings dialog box, in the Paragraph group,
select the paragraph style on which to base pagination.
Select the option marked Pagination (Split into topics based
on this style) and click OK.
RoboHelp splits the documents into topics using the specified
pagination styles.
Convert context-sensitive Help markers in Word to map IDsYou can convert the context-sensitive Help markers that
you insert in your Microsoft Word documents and reuse them as map
IDs. You insert the context-sensitive markers using the Custom Footnote
option in Word. You insert context-sensitive Help markers using
the Insert Footnotes And Endnotes dialog box in Word. To insert
context-sensitive Help markers, enter a custom string such as TopicAlias
and then insert the map ID as the marker text. The custom string
must not contain spaces or any other invalid characters. See Microsoft Word Help for more
information about inserting custom footnote markers.
Sometimes Word documents that you are linking to or importing
have context-sensitive Help markers. If so, you can incorporate
them in the map ID header file that you generate. In the project
header file, add the map IDs that you assigned to topics in your
Word documents. The context-sensitive marker string is a project-wide
parameter. Ensure that all Word documents that you link to or import
contain the same string as the context-sensitive marker text. Do one of the following: Select File >
Import > Word Document.
Select File > Link > Word Document.
Select File > Project Settings.
Click Edit under Word Document.
In the Conversion Settings dialog box, in the Other Settings
group, enter the context-sensitive Help marker string and click
OK.
Define the topic name pattern for generated topicsWhen you set heading styles for pagination, the heading
text is included by default in the filename of the topic file created
in RoboHelp. For example, suppose you define Heading 2 for pagination.
If the Word document has two Heading 2 topics, “Introduction” and
“Beyond basics,” the topics are created as files named introduction.htm
and beyond_basics.htm. The result is intuitively named HTML files
that indicate the topic title. In addition to this default scheme, you
can define more naming conventions. If, however, the Help system
uses sequentially numbered files, such as helptopic001.html, helptopic002.html,
and so on, you can define the pattern to support that convention. Do one of the following: Select File >
Import > Word Document.
Select File > Link > Word Document.
Select File > Project Settings.
In the Conversion Settings dialog box, select Other Settings.
In the Other Settings tab, set the topic name pattern.
Topics
are named according to the selected pattern. You can select one
of the following or create a topic name pattern.
Default
|
Uses the topic title text as the topic filename.
|
<$filename_no_ext>-<$paratext>
|
The name of the converted HTML topic contains
the following:
For
example, a Word file named “Chapter.doc” with “1-Introduction” as
paragraph text is converted to an HTML topic named “Chapter-1-Introduction.”
|
<$filename_no_ext>-<n>
|
The name of the converted HTML topic contains
the following:
For example, “Chapter.doc”
is converted to an HTML topic named “Chapter-1.”
|
<$paratext_no_num>
|
The name of the converted HTML topic contains
the paragraph text used to demarcate the HTML topic, without numbering.
For example, paragraph text “1.Introduction” is converted to an
HTML topic named “Introduction.”.
|
<$paratext>
|
The name of the converted HTML topic contains
the paragraph text used to demarcate the HTML topic. For example,
paragraph text “Introduction” is converted into an HTML topic named
“Introduction.”
|
|
|
|