Is there a way to make a slight modification by default to the appearance of the cells in the current Laptop without specifying the entire set of parameters? For example, I want all Cell with the Text style in the current Notebook to have a default
Cell
CellMargins -> {{Inherited, Inherited}, {0, Inherited}}
All other parameters should be inherited from the default stylesheet. How can I achieve this?
Open the edit stylesheet from the Format menu.
Then paste the following into it:
Cell[StyleData["Text"], CellMargins -> {{Inherited, Inherited}, {0, Inherited}}]
EDIT : add screenshot:
Source: https://habr.com/ru/post/1346023/More articles:Implementing a forgotten password in Django - pythonHow to access IFRAME download - javascriptAccess text Multiline TextView on Android - androidHow can I repeat the alarm in android only on Mondays, Tuesdays and Fridays - androidwe can forcibly clear the browser cache through some code - performanceSpecify an email address as the username in ASP.NET. - .netThe implementation of a three-dimensional sparse matrix? - sparse-matrixConvert string to generic type - javaWhat problem does StringBuilder solve? - stringThe DataTemplate in Resource sets the ViewModel to view, but then wpfAll Articles