default in Mathematica
(1)
(2)
...
etc
I'd like:
[4.1]
[4.2a]
[4.2b]
[4.3]
...
etc
You can do that using the stylesheet editor (Format/Stylesheet
editor...).
Assuming you're in the default style make a cell in your notebook in
the DisplayedFormulaNumbered style, open the stylesheet editor and
edit the style by clicking and then typing ctrl-shift-E ("Show
expression"). Replace the contents with:
Cell[StyleData["DisplayFormulaNumbered"],
CellMargins->{{60, Inherited}, {Inherited, Inherited}},
StripStyleOnPaste->True,
CellFrameLabels->{{None,
Cell[
TextData[{"[",
CounterBox["Section"],"." ,CounterBox["DisplayFormulaNumbered"],
"]"}]]}, {None, None}},
DefaultFormatType->DefaultInputFormatType,
HyphenationOptions->{"HyphenationCharacter"->"\[Continuation]"},
LanguageCategory->"Formula",
ScriptLevel->0,
SingleLetterItalics->True,
CounterIncrements->"DisplayFormulaNumbered",
MenuPosition->1710,
UnderoverscriptBoxOptions->{LimitsPositioning->True}]
ctrl-shift-E to close again.
This is a modified version of the original hat I copied from the
notebook's parent style (Default.m). From the notebook's stylesheet
you can click through to its parent by clicking it's parent name in
the top of the stylesheet. If you want you could also change the
definition in the default style, but I would suggest making a copy and
use that as your own style file.
BTW Don't know how to have to do these a, b numberings of yours. Aee
they generated automatically?
Cheers -- Sjoerd
A notebook and PDF file showing an example of this will be posted at Peter
Lindsay's site:
Peter Lindsay at the Mathematical Institute in the University of St Andrews
[ www.mcs.st-and.ac.uk ] has kindly undertaken to maintain an archive that
provides downloadable notebooks and PDF files for various Presentations
solutions that have appeared on MathGroup.
http://blackbook.mcs.st-and.ac.uk/~Peter/djmpark/html/
David Park
djm...@comcast.net
http://home.comcast.net/~djmpark/