Text Manipulation
- To: mathgroup at smc.vnet.net
- Subject: [mg57945] Text Manipulation
- From: Garry Helzer <gah at math.umd.edu>
- Date: Mon, 13 Jun 2005 05:51:09 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
I spend a lot of time using Input > Create Automatic Numbering
Object . . . to create references of the form : Proposition 3.7.9.
The relevant part of the cell expression is something like
TextData[{
"Propostion\[NonBreakingSpace]",
CounterBox["Title", "foo"],
".",
CounterBox["Section", "foo"],
".",
CounterBox["Proposition", "foo"]
}]
Here "foo" is a cell label and "Proposition" is a defined cell style.
I would like a more efficient way to do this. What I have in mind is
something like a function propref["foo"] which when evaluated in
place changes to Proposition 3.7.9, or a button, or a palette, or
something.
Any suggestions of the best way to go about this?
Garry Helzer
gah at math.umd.edu
- Follow-Ups:
- Re: Text Manipulation
- From: Omega Consulting <info@omegaconsultinggroup.com>
- Re: Text Manipulation