2017

Table Of Contents
QUARKXPRESS SERVER FEATURES
A Guide to QuarkXPress Server 2017 | 215
The following is an example of the use of the
REPEATABLEMASTERPAGEALTERNATIVES.
<MASTERPAGESEQUENCE NAME=”ConditionalMa ster”>
<REPEATABLEMASTERPAGEALTERNATIVES>
<CONDITIONALMASTERPAGEREFERENCE NAME=”D -MasterD”
POSITION=”FIRST”/>
<CONDITIONALMASTERPAGEREFERENCE NAME=”A -MasterA”
ODDOREVEN=”EVEN” POSITION=”REST”/>
<CONDITIONALMASTERPAGEREFERENCE NAME=”C -MasterC”
ODDOREVEN=”ODD” POSITION=”REST”/>
<CONDITIONALMASTERPAGEREFERENCE NAME=”B -MasterB”
POSITION=”LAST”/>
</REPEATABLEMASTERPAGEALTERNATIVES>
</MASTERPAGESEQUENCE>
This applies the D-MasterD master page to the first page, the A-MasterA
master page to all even numbered pages, the C-MasterC master page to all odd
numbered pages, and the B-MasterB master page to the last page.
The
CONDITIONALMASTERPAGEREFERENCE element gives you the ability to6.
specify the master page along with the conditions that must be satisfied to
apply the given master page on a page. The following conditions may be
specified:
a page’s position within a sequence
the odd or even page number property
whether or not a particular page is blank
contains the actual flow content with reference to the
MASTERPAGESEQAUENCE
via a @MASTERPAGESEQUENEREF and a @MASTERPAGEREF respectively. Each
PAGESEQUENCE element will have a certain non-variable static content segment
(represented by
STATICCONTENT) containing the content that is intended to be
repeated across multiple flow pages.
The
STATICCONTENT element gives you the ability to specify content chunks7.
that are intended to be repeated across multiple flow pages. For example,
running headers or footers.
The
SECTIONNUMBERFORMAT element gives you the ability to specify the page8.
number format.
<PROJECT>
<LAYOUT>
<ID UID=”1”/>
<MASTERPAGESEQUENCE NAME=”APSMasterPage s”>
<REPEATABLEMASTERPAGEALTERNATIVES>
<CONDITIONALMASTERPAGEREFERENCE POSITIO N=”FIRST” NAME=”C-
ArticleFirst”/>
<CONDITIONALMASTERPAGEREFERENCE POSITIO N=”REST” NAME=”D-
ArticleRest”/>
<CONDITIONALMASTERPAGEREFERENCE POSITIO N=”LAST” NAME=”E-
ArticleLast”/>
<CONDITIONALMASTERPAGEREFERENCE BLANKOR NOTBLANK=” BLANK”
NAME=”F-BlankMaster”/>
</REPEATABLEMASTERPAGEALTERNATIVES>
</MASTERPAGESEQUENCE>
<PAGESEQUENCE MASTERPAGESEQUENCEREF=”AP SMasterPag es”
FORCEPAGECOUNT=”ENDONEVEN”>
<SECTIONNUMBERFORMAT FORMAT=”NUMERIC” INITIALPAGENUMBER=”1”/>