Ответ: Импорт мастер-страниц в ПМ 7
В 6.5 пижаме такой:
-- Remove Unused Styles
-- 11 November 96, vsamarsk
-- Ýòîò ñöåíàðèé óäàëÿåò âñå ñòèëè àáçàöåâ,
-- íå èñïîëüçîâàííûå â àêòèâíîé ïóáëèêàöèè.
getpmstate >> pmstate
if pmstate=1
  // script should not be invoked when no documents open
  return
endif
getstoryidlist >> N,...
kill ...
getpagenumber >> pn
used.styles = 
loop i = 1,100000
	try settextcursor i,0,0
	getlasterror >> err
	if not(err)
		N = N-1
		textcursor +story
		repeat
			gettextcursor >> ...,pos,...
			break pos=0
			getstyle >> style
			if not(style?used.styles)
				used.styles=used.styles,style
			endif
			textcursor -para
		until pos=0
	endif
	toolbox dontcare
	break N=0
endloop
getstylenames >> ...,stylenames
while not(empty(stylenames))
	set stylenames >> style,stylenames
	if not(style?used.styles)
		removestyle style
	endif
endwhile
page pn
return
Окно-Дополнительные палитры -Показать сценарии. В сценариях Text-Styles