Re: [TS 20904]--Re:numbered lists problem
- To: mathgroup at smc.vnet.net
- Subject: [mg80205] Re: [TS 20904]--Re:numbered lists problem
- From: "Chris Chiasson" <chris at chiasson.name>
- Date: Tue, 14 Aug 2007 07:19:30 -0400 (EDT)
- References: <200708121700.l7CH004B027693@localhost.localdomain>
er, I meant:
ConversionRules->{"HTML"->{"<ol>",""}}
and
ConversionRules->{"HTML"->{"","</ol>"}}
On 8/12/07, Chris Chiasson <chris at chiasson.name> wrote:
> On Sun, 12 Aug 2007 17:00:00 UT, Tom Zeller <support at wolfram.com> wrote:
> <snip/>
> > I have reported this one, don't have a work around.
> <snip/>
>
> I read on MathGroup in an old post (I guess before they invented the
> functionality in Publicon) that one way would be to insert a cell that
> starts the "environment" before the list cells and another that ends
> the "environment" after the list. (They were talking about TeX)
>
> So, it goes:
>
> Cell["","StartList"]
> list cells...
> Cell["","EndList"]
>
> Where the style for StartList includes something like:
> ConversionRules->{"<ol>",""}
>
> and the style for "EndList" includes something like:
> ConversionRules->{"","</ol>"}
>
> I think this scheme may be able to be extended to multiple numbering
> styles to support outline lists.
>
> Peace,
>
> --
> http://chris.chiasson.name/
>
--
http://chris.chiasson.name/