Re: [NTG-context] about \inframed[] in \defineenumeration

2017-12-05 Thread Jeong Dal
Dear Hans,

Thank you for the solution which works well.
After adding a line “ text={\translate[en=Example, kr=예제]},” for Korean text, 
it works fine too.
I understand the meaning of headcommand, numbercommand, and titlecommnad from 
your code more clearly.

Thanks again for a quick solution.

Best regards,

Dalyoung


> you need "numbercommand":
> 
> \defineenumeration
>[Example]
>[headcommand={\framed[background=color,backgroundcolor=red]},
> 
> numbercommand={\inframed[height=2ex,background=color,backgroundcolor=green]},
> 
> titlecommand={\inframed[height=2ex,background=color,backgroundcolor=blue]},
> title=yes,
> alternative=left,
> before={\blank[big]},
> after=\blank]
> 
> \starttext
> \chapter{first}
> \startExample{foo}
> This is a test for enumeration.
> \stopExample
> \startExample
> This is a test for enumeration.
> \stopExample
> \stoptext
> 
> 
> -
>   Hans Hagen | PRAGMA ADE
>   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -
> 
> 
> --
> 
> Subject: Digest Footer
> 
> ___
> 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  : https://foundry.supelec.fr/projects/contextrev/
> wiki : http://contextgarden.net
> ___
> 
> --
> 
> End of ntg-context Digest, Vol 162, Issue 8
> ***

___
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
___

Re: [NTG-context] about \inframed[] in \defineenumeration

2017-12-05 Thread Hans Hagen

On 12/4/2017 11:51 PM, Jeong Dal wrote:

Hi,

I run the old code which was fine  3 years ago, but now, it doesn’t work as 
before.
At that time, I had “Example 1.1” inside the frame . Now I got text “Example 
1.1” only without frame at all.

Would you please tell me what should I change?

Thank you for reading.

Best regards,

Dalyoung

%%% minimal example %%%
\setupcolors[state=start]
\definecolor[dGreen] [r=0,g=.375,b=.0]

  \defineenumeration[Example]
[command={\inframed[corner=round, background=color, 
backgroundcolor=darkgreen,height=1.3em]},
 text=Example,
 prefix=yes,
 prefixsegments=chapter,
 way=bychapter,
 number=yes,
 alternative=left,
 before={\blank[big]},
 after=\blank]

\starttext
\chapter{first}
\startExample
This is a test for enumeration.
\stopExample
\startExample
This is a test for enumeration.
\stopExample
\stoptext

you need "numbercommand":

\defineenumeration
   [Example]
   [headcommand={\framed[background=color,backgroundcolor=red]},

numbercommand={\inframed[height=2ex,background=color,backgroundcolor=green]},

titlecommand={\inframed[height=2ex,background=color,backgroundcolor=blue]},
title=yes,
alternative=left,
before={\blank[big]},
after=\blank]

\starttext
\chapter{first}
\startExample{foo}
This is a test for enumeration.
\stopExample
\startExample
This is a test for enumeration.
\stopExample
\stoptext


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
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
___