Ed L Cashin <[EMAIL PROTECTED]> writes:

> I am brave.  This looks very nice!

Thanks.

> It reminds me of something I've been wondering for a while, though.
> Why are certain commands, like startitemize, absent from the list of
> texshow commands? 

because the provided list is not perfect yet. \startitemize is a
generated command from \defineitemgroup. So the command to lookup is
\startitemgroup. 

In my opinion there should be a link from \startitemize to
\startitemgroup, because \startitemize is in the core ConTeXt.

\section for example is (iirc) also generated, but listed in texshow.


> Is there a way to add commands to the web version?

Not yet. texshow-web will provide an interface soon.

I am thinking about a textarea on the html pages so you can upload
something like:

  <cd:command name="dosetuppageview">
    <cd:sequence>
      <cd:string value="dosetuppageview"/>
    <cd:/sequence>
    <cd:arguments>
      <cd:keywords>
        <cd:constant type="standard"/>
        <cd:constant type="width"/>
        <cd:constant type="height"/>
        <cd:constant type="unknown"/>
      <cd:/keywords>
    <cd:/arguments>
  <cd:/command>

I'll also provide an relax NG schema for this. (The data I get from
Hans is in the same format.)


Patrick
-- 
You are your own rainbow!
_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to