2020

Table Of Contents
USING QUARKXPRESS SERVER
<RICHTEXT>Term</RICHTEXT>
</PARAGRAPH>
Use the INDEXSPECIFICATIONS tag to define the index preferences, including
setting the style and the index term separators.
<INDEXSPECIFICATIONS>
<INDEXSTYLE NAME ="IndexStyle">
<SEPARATORS BETWEEN-PAGE-NUMBERS=""
BETWEEN-PAGE-RANGE=""
FOLLOWING-ENTRIES=""
BEFORE-CROSS-REFERENCE=""
CROSS-REFERENCE-STYLE=""
LEVELFORMAT="NESTED"/>
<LEVELSTYLE FIRSTLEVEL ="Style1"
SECONDLEVEL ="Style2"
THIRDLEVEL ="Style3"
FOURTHLEVEL =" Style4"
LETTERHEADSTYLE ="Style5"/>
</INDEXSTYLE>
</INDEXSPECIFICATIONS>
Rendering:
The INDEX OPERATION element is used to render indexes.
<PARAGRAPH>
<INDEX OPERATION="CREATE" Style="IndexStyle"/>/>
</PARAGRAPH>
Working with cross references
The cross references feature makes it easy to create cross references. There are three
types of cross references that can be created in QuarkXPress:
Footnotes
Endnotes
Numbered Items
Use the <XREF> elements in a <REFNOTE> element, to specify cross references.
To create a numbered item cross reference:
<PAGESEQUENCE MASTERREFERENCE="B-Body">
<STORY>
<PARAGRAPH PARASTYLE="Normal">
<RICHTEXT MERGE="false">Paragraph text (see Section
</RICHTEXT>
<XREF HREF="#d83c7191-fbb9-4565-8364-4de14c77c44a"
CHARSTYLE="CrossRef" INCLUDEABOVEBELOW="true"
HYPERLINK="FALSE"
SEPARATOR="->" />
<RICHTEXT MERGE="false">and Appendix A) Paragraph text
continues.</RICHTEXT>
</PARAGRAPH>
. . .
<PARAGRAPH PARASTYLE="Heading1">
<RICHTEXT MERGE="false">Support</RICHTEXT>
</PARAGRAPH>
<PARAGRAPH PARASTYLE="Heading2" XREFLABEL="d83c7191-fbb9-
4565-8364-4de14c77c44a">
<RICHTEXT MERGE="false">Loss History</RICHTEXT>
</PARAGRAPH>
</STORY>
</PAGESEQUENCE>
160 | A GUIDE TO QUARKXPRESS SERVER 2020