On 2015-07-27 19:28, Rik Kabel wrote:
This worked (the numbers were darkgray and there was a red dot separator) until the last beta or two. With the new betas, those colors disappear in the bodymatter mode and in appendices mode

    % When start/stop bodymatter is enabled, the number color and
    %   separator colors are lost. When they are disabled, all is
    %   as expected
    %
    \defineseparatorset[reddot][][{\color[red]{ยท}}]
    \setuphead[chapter][sectionseparatorset=reddot,numbercolor=darkgray]
    \setuphead[section][sectionseparatorset=reddot,numbercolor=darkgray]
    \starttext
    % \startbodymatter % enable and lose colors
        \startchapter[title={Chapter}]
          \startsection[title={Section}]
          \stopsection
        \stopchapter
    % \stopbodymatter  % enable and lose colors
    \stoptext


--
Rik
Duh! All color is gone, not just section heads. New MWE:

   \starttext
      %\startbodymatter % enable and lose colors
        Some text \color[red]{and some red text}.
      %\stopbodymatter  % enable and lose colors
   \stoptext

--
Rik
___________________________________________________________________________________
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