Tagged Questions
8
votes
1answer
120 views
How can I add a background to a stylesheet?
In version 9 we can set the background to an image, however I'd like to save this into a stylesheet that can be installed.
4
votes
2answers
97 views
Problems with setting style options
Consider the following:
FirstOutput=Style["Test", FontSize -> 20]
SetOptions[Style, FontSize -> 20];
SecondOutput=Style["Test"]
I would like the string ...