Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. package = Notebooks[][[2]]
  2.  
  3. SetOptions[ package, {
  4. StyleDefinitions ->
  5. Notebook[{
  6. Cell[StyleData[StyleDefinitions -> "Package.nb"]],
  7. Cell[StyleData["Code"], CellMargins -> {{0, 0}, {0, 0}}]}],
  8. ShowCellLabel -> False,
  9. ShowGroupOpener -> False}
  10. ]
  11.  
  12. (*notice that we are styling "Code" cell as this is the default one*)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement