Re: Quark - modify the master spread or screen?
Re: Quark - modify the master spread or screen?
- Subject: Re: Quark - modify the master spread or screen?
- From: Ed Stockly <email@hidden>
- Date: Tue, 13 Mar 2001 10:34:20 -0800
>
Note: it is not necessary to use the 'Odd' and 'Even' Masters. Use only
>
one and save it as a template.
This is true, it is not necessary but do acheive the desired effect without
relying on third party solutions to set the section start (Like Prefab
Player or ScriptMaster XT)...
>
> (...) the folios normally show up on the right side (where the even pages
>
> should be on the left).
>
>
There is only one thing to be done: change the Section start.
Actually you are on the right track for a possible solution.....
Assuming your document is set up without facing pages and the first master
page is the left page and the second master page is the right page then
try this:
tell application "QuarkXPress 4.11"
set leftMaster to object reference of spread 1 of master document 1
set rightMaster to object reference of spread 2 of master document 1
tell document 1
set master spread of page 1 to rightMaster
set master spread of page 2 to leftMaster
end tell
end tell
HTH,
ES
-- <
http://justapplescript.weblogs.com/>
-- <
http://justapplescript.weblogs.com/AppleScriptLearningResources>
-- Feedback welcome, join today!