Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. CurrentValue[{StyleDefinitions,"Reference", CellFrameLabels}]
  2.  
  3. SetOptions[
  4. EvaluationNotebook[],
  5. StyleDefinitions -> Notebook[
  6. {
  7. Cell[StyleData[StyleDefinitions->FrontEnd`FileName[{"Article"}, "JournalArticle.nb"]]],
  8. Cell[StyleData["Reference"],
  9. CellFrameLabels->{
  10. {
  11. Cell[TextData[{CounterBox["Reference"],"."}],"Reference",CellBaseline->Baseline,TextAlignment->Right],
  12. Inherited
  13. },
  14. {Inherited,Inherited}
  15. }
  16. ]
  17. },
  18. StyleDefinitions->"PrivateStylesheetFormatting.nb"
  19. ]
  20. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement