Re: StylePrint problem
- To: mathgroup at smc.vnet.net
- Subject: [mg20505] Re: [mg20402] StylePrint problem
- From: "Tom De Vries" <tdevries at shop.westworld.ca>
- Date: Wed, 27 Oct 1999 02:05:02 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Hello Dana,
I am not sure how to use StylePrint and get a set of cells that have the
AutoOverwrite option set to false, but the line following will do what you
want, I think!!
Do[CellPrint[Cell[TextData[{"Problem # ",i}], "Section",
GeneratedCell->True,
CellAutoOverwrite->False]], {i, 10}];
Tom
----------
>From: "Dana DeLouis" <dana2 at email.msn.com>
>To: mathgroup at smc.vnet.net
>Subject: [mg20505] [mg20402] StylePrint problem
>Date: Mon, Oct 25, 1999, 10:32 PM
>
>Do[StylePrint["Problem # " <> ToString[i], "Section"], {i, 10}]