Guest User

Untitled

a guest
Dec 17th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Module[{nb, sd},
  2. nb = CreateDocument[];
  3. FrontEndTokenExecute["EditStyleDefinitions", nb];
  4. sd = Lookup[NotebookInformation[nb], "StyleDefinitions"][[1]];
  5. {nb, sd}
  6. ]
Add Comment
Please, Sign In to add comment