I need a dot after float caption number. Page-flt.tex has a variable  
called \floatcaptionsuffix which can do this. Still, this should  
really be handled by a parameter in \setupcaptions, for example  
"separator" (which seems to be unused at the moment).

I edited page-flt.tex like so:
1423c1423
<        \hbox{\doattributes{\??kj#1}\c!headstyle\c!headcolor{\strut#2 
\@@kjkjseparator}}%
---
 >        \hbox{\doattributes{\??kj#1}\c!headstyle\c!headcolor 
{\strut#2\floatcaptionsuffix}}%
1824d1823
<       \def\@@kjkjseparator {\getvalue{\??kj#4\c!separator}}%

Which gives me the dot with \setupcaptions[separator=.].

Jyrki Ruuskanen
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to