I would like to change a StyleSheet in such a way that any text that is typed into the inline cell (the one created by Ctrl+9) is shown in a different font (e.g. the font of my choice). At present I do not see, what definition should I change.
|
|
Using the Option Inspector: In the In the screenshot below, I changed the value of this option from
Using To change the for the new inline cells for the active notebook, use
Example cell containing an inline cell:
For the style change to apply to all new inline cells in the current front-end session, use
If you want to have the changes to persist across sessions, use
Finally, to reset any of the changes, use
where Setting your own custom styles:
|
|||||
|
|
To do this via a StyleSheet add this to your stylesheet:
To create your stylesheet you could follow these steps if you prefer doing things programmatically: Quickly editing the stylesheet and saving it or if you prefer a more "standard" way of adding a stylesheet you could follow the steps outlined by @kguler in the comment below. |
|||||||||
|





