Hi Wolfgang
On Mon, 2020-03-23 at 17:56 +0100, Wolfgang Schuster wrote:
> 
> 
> Did my first tabulate/itemize example work for you?
> 
> I have no problem including your graphic in a table although the
> size 
> isn't perfect.
> 
> \starttext
> 
> \startplacetable[title={some caption},reference={fig:somefig}]
>      \startitemize[a][stopper=)]
>          \starttabulate
>          \NI \startMPcode input heap ; \stopMPcode \NC\NR
>          \stoptabulate
>      \stopitemize
> \stopplacetable
> 
> \stoptext
> 
> Without the actual error message it's hard to tell what's wrong but
> I 
> guess your installation doesn't know the \NI command for tabulate.
> 
> The best would be to update your three year old ConTeXt version.
> 

I finally managed to update to 2018 for JonathanF ubuntu ppa the most
recent texlive packages are broken in terms of context missing
dependencies and dlls.

The wiki tells that \NI should be available since fall 2017 but seems
as if in texlive 2018 still not incorporated but wiki (
https://wiki.contextgarden.net/Tabulate) also talks about undocumented
\itemtag and that works for my installation.

\starttext

\startplacetable[title={some caption},reference={fig:somefig}]
     \startitemize[a][stopper=)]
         \starttabulate
         \NC \itemttag \NC \startMPcode input heap ; \stopMPcode \NC\NR
         \stoptabulate
     \stopitemize
\stopplacetable
\stoptext

Thanks again 

Xristoph

-- 
-- 
Christoph Hintermüller
Dipl.-Ing. Dr. MBA. MSc
JKU Institute of Biomedical Mechatronics
Altenberger Straße 69,
4040 Linz, Austria,
Cell: +43 650 8827347
Tel. +43 732 2468 4813
Email: christoph.hintermuel...@jku.at

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to