Dear gang,

Consider the following:

=================
\definefloat[tablecw]   
% \setupfloat[tablecw]          
\setupcaption[tablecw][prefix=Table]

\starttext
  \setupfloats[location=middle]
  \placetable
  [here]
  [tablecw:test]{A Caption.}
  {\starttable[|c|c|c|]
  \HL
  \VL Test \VL  Test  \VL Test  \VL\FR
  \HL
  \stoptable}

  \setupfloats[location=middle]
  \placetablecw
  [here]
  [tablecw:test]{A Caption.}
  {\starttable[|c|c|c|]
  \HL
  \VL Test \VL  Test  \VL Test  \VL\FR
  \HL
  \stoptable}

  \placelistoftables

  % \placelistoftablescws
 \stoptext
=================

Two challenges:

1. How do I change the prefix that heads the caption of a table? For example, \definefloat[tablecw] produces

Tablecw 1

I want to keep the command name of the float but change the prefix. I tried things like

\setupcaption[tablecw][prefix=My Table]
\setupcaption[tablecw][name=My Table]

but no success.

2. \placelistoftablescws produces an undefined control sequence: What am I missing here?

Best wishes
Idris

--
Professor Idris Samawi Hamid, Editor-in-Chief
International Journal of Shīʿī Studies
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to