Tagged Questions
2
votes
2answers
173 views
How can I italicize FrameLabel directives?
Suppose that I use Frame -> True in Plot. Then I can use ...
13
votes
2answers
303 views
Is there a way to outline text?
If I have:
Graphics[
{Red, EdgeForm[Directive[White, Thick]],
Inset[Style[Text@"Hi!", 44], {0, 0}]}, Background -> Black
]
I unfortunately get:
...
9
votes
2answers
311 views
Keeping Text Size the Same Throughout Entire Notebook File
Is there a way in which when you choose to format the size of the font within your notebook, for a particular cell, when you go into another cell, the default size font (12pt) will not be ...