Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. Button[Test,
  2. NotebookApply[EvaluationNotebook[],
  3. TemplateBox[{RowBox[{"[", ToBoxes@SelectionPlaceholder[Species],
  4. "]"}]}, "chemical", Editable -> True, Selectable -> True],
  5. Placeholder]]
  6.  
  7. SetOptions[EvaluationNotebook[],
  8. StyleDefinitions ->
  9. Notebook[{Cell[
  10. StyleData[
  11. StyleDefinitions ->
  12. FrontEnd`FileName[{"Report"}, "StandardReport.nb",
  13. CharacterEncoding -> "UTF-8"]]],
  14. Cell[StyleData["chemical"], StyleMenuListing -> None,
  15. TagBoxOptions -> {SyntaxForm -> "symbol"},
  16. ShowStringCharacters -> False, ShowAutoStyles -> False,
  17. ZeroWidthTimes -> True, FontWeight -> Plain,
  18. FontFamily -> "Times",
  19. TemplateBoxOptions -> {DisplayFunction -> (RowBox[{#}] &),
  20. SyntaxForm -> "symbol"}]}]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement