Re: Yay or Nay? Framed reference manual
Marco Achury wrote:
>
> I'm checking install.htx. The solution to eliminate
> the tables is not so simple.
>
> I would add at text.e , procedure text_init()
> a new tag to manage <ol>, that do the same as <ul>,
> but the <li> must to receive numeration.
>
> }}}
<eucode>
> add_handler("ol", routine_id("tag_ol"))
> add_handler("/ol", routine_id("tag_end_ol"))
> </eucode>
{{{
>
> The routine would be allmost the same as tag_ul.
>
> But tag_li must to be modified. Must to check if the last open list
> is <ul> or <ol>. If is <ol> then add the number.
> The last opened last must to be a filo stack.
> Numeration also may be a stack or global variable.
>
Marco,
If you can come up with some tags to help out, that would be fantastic. Thanks
for looking into it!
--
Jeremy Cowgar
http://jeremy.cowgar.com
|
Not Categorized, Please Help
|
|