Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Cell[StyleData["InlineCell"],
  2. ShowAutoStyles->True,
  3. ShowCodeAssist->True,
  4. LanguageCategory->"Mathematica",
  5. FormatType->"InputForm",
  6. FontFamily->"Courier New",
  7. FontWeight->"Bold"]
  8.  
  9. SetOptions[
  10. EvaluationNotebook[],
  11. StyleDefinitions -> Notebook[
  12. {
  13. Cell[StyleData[StyleDefinitions -> "Default.nb"]],
  14. Cell[StyleData["Text"], DefaultInlineFormatType -> System`DefaultInputInlineFormatType],
  15. Cell[StyleData["InlineCell", StyleDefinitions->StyleData["Input"]]]
  16. }
  17. ]
  18. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement