Re: Equation Labels
- To: mathgroup at smc.vnet.net
- Subject: [mg130084] Re: Equation Labels
- From: Christoph Lhotka <christoph.lhotka at univie.ac.at>
- Date: Fri, 8 Mar 2013 06:23:43 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <20130308035002.1CF02674B@smc.vnet.net>
Hello Nick, it depends a little bit on your way of working, I will tell you how I do it: 1) In the 'Edit/Preferences' from the main menu click 'Advanced' tab and open the 'Option Inspector'. 2) Look up 'CounterIncrements' or open the group 'Formatting Options' and open 'Automatic Numbering' and double click 'Counter Display Options' 3) Change the 'Show Option Values' from 'Global Preferences' to the notebook (that is open), and where you want to make the changes. 4) Change the 'CounterFunction' to one of those of the drop down list or set it to 'Other Mathematica Function' 5) Change the function by double clicking into something like: (Part[{"1a", "1b", "2", "3", "3a", "3b", ......}, #]& ) From now on the i-th equation number will be formated as the i-th entry of the list you specifiy in the function above. I use this way to control the formatting when writing books or articles in Mathematica. Hope that helps, Christoph PS: The double clicking to change the function is a little bit tricky (M9, Ubuntu 12.04), just try as long as you find the function editable. On 03/08/2013 04:50 AM, Nicholas Chisholm wrote: > Hi guys, > > I've been trying to use Mathematica to keep organized notes of my work because it's easy to typeset equations. Is there any way to format how equations are labeled in notebooks? For example, using the "DisplayFormulaNumbered" puts numbers on the right of equations, but is there anyway I can format these numbers? Say I want an equation called (1a) and (1b) or something instead of (1) and (2). I've been messing around with trying to edit the stylesheet to no avail. > > Nick >
- References:
- Equation Labels
- From: Nicholas Chisholm <nick.g.chisholm@gmail.com>
- Equation Labels