MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

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/


  • Prev by Date: Matheamatica 6 + Dual G5 = highly unstable??
  • Next by Date: Re: Reading Coordinates from Plot
  • Previous by thread: Re: [TS 20904]--Re:numbered lists problem
  • Next by thread: What is the most ieeficient code for Simultaneous equaitons??