Re: changing the color of superscript text in Quark
Re: changing the color of superscript text in Quark
- Subject: Re: changing the color of superscript text in Quark
- From: Hans Haesler <email@hidden>
- Date: Wed, 12 Dec 2001 22:10:13 +0100
On Tue, 11 Dec 2001, Elmer Banate wrote:
>
I wan't to change the color of every text who is
>
superscript in a story/document. But my script change
>
not the color only it also change the style of the
>
text from surperscript to plain.
>
Is there anything wrong with my set command?
Yes, there is. Setting a style to a text, which is already
in this style, results in 'style:plain'.
Try it manually. Select a word, hold down command and
shift and type "B": the style of the word changes to 'bold'.
Hit "B" a second time: the style is toggled back to 'plain'.
So, in your script, delete the 'style:superscript':
---
set properties of every text style range where style is superscript to {color:"blue"}
---
Hans Haesler <email@hidden>