|
Script to change Layout name to Project name - Quark 6
Here is a script that will make the Layout name the same as the Project name. Copy and paste into Script Editor, then save it into Quark's Scripts folder.
tell application "QuarkXPress"
repeat with i from 1 to count of project
tell project i
set ProjectName to name
if (count of layout space) = 1 then
set name of layout space 1 to ProjectName
save
end if
end tell
end repeat
end tell
__________________
Dan Curry
MacPro 2.66 Dual Processor Intel Xeon • OS X (Tiger) • Creo PS/M 8.1 • Brisque 4 • Full Auto Frames • Preps 5.2.2 • Lotem 400 • Epson 9800 w/ORIS rip
"Step One: Cut a hole in the box."
|