2016

Table Of Contents
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>
Use the CHARSTYLE element to identify a character style sheet to be applied to
the cross reference.
Use the HYPERLINK element to enable/disable the hyperlink in the PDF output.
Use the XREFSTYLE element to specify the type of cross reference.
Use the SEPARATOR element to specify the separator text.
You can show custom text as the 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/>CUSTOM TEXT</XREF>
<RICHTEXT MERGE="false">and Appendix A) Paragraph text
144 | A GUIDE TO QUARKXPRESS SERVER 2016
USING QUARKXPRESS SERVER