ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: Jeong Dal <haksan@me.com>
Cc: "list ntg-context@ntg.nl ntg-context@ntg.nl ntg-context@ntg.nl
	ntg-context@ntg.nl" <ntg-context@ntg.nl>
Subject: Re: referencing the customized enumeration with framed title
Date: Fri, 12 Jan 2018 19:19:20 +0100	[thread overview]
Message-ID: <d959d770-1c52-dca0-2d3c-c7ed66ef0ce9@wxs.nl> (raw)
In-Reply-To: <B93A9844-2C02-4185-81F1-2AD1CD6E379A@me.com>

On 1/12/2018 5:22 PM, Jeong Dal wrote:
> 
> Dear Hans,
> 
> Thank you for the quick answer.
> Repalcing “p:=textext.rt();” and commenting out “headcommand=gobbleone…”  with your suggestion, the references are working.
> However, there is a side effect.
> “Theorem 1.1” appears twice, one in the frame which I expected and one at the beginning of the framed text which I don’t want.
> 
> One more thing, is there no way to show the number of  the Definition?
you can download a beta and try

\defineenumeration[Theorem]
   [alternative=empty,
    before=\startMyText,
    after=\stopMyText]

\defineframed
   [MyFramed]
   [frame=off,
    loffset=1ex,
    roffset=1ex,
    foregroundstyle=\ssbf]

\startuseMPgraphic{MyFrame}
     picture p ; numeric o ; path a, b ; pair c ;
  %  p := textext.rt("\MyFramed{\currentconstructiontext}") ;
     p := 
textext.rt("\wrappedconstruction{\MyFramed{\currentconstructiontext}}") ;
  %  p := 
textext.rt("\MyFramed{\wrappedconstruction{\currentconstructiontext}}") ;
  %  p := textext.rt("\MyFramed{\wrappedcurrentconstruction}") ;
     o := BodyFontSize ;
     a := OverlayBox ;
     p := p shifted (2o,OverlayHeight-ypart center p) ;
     drawoptions (withpen pencircle scaled 1pt withcolor .625red) ;
     b := a superellipsed .95 ;
     draw b ;
     b := (boundingbox p) superellipsed .95 ;
     fill b withcolor .85white ;
     draw b ;
     draw p withcolor black ;
     setbounds currentpicture to a ;
\stopuseMPgraphic

\defineoverlay[MyFrame][\useMPgraphic{MyFrame}]

\defineframedtext
   [MyText]
   [frame=off,
    background=MyFrame,
    offset=\bodyfontsize,
    width=\textwidth]

\starttext

\startTheorem[lem]
     bla bla
\stopTheorem

Bla bla \in {Lemma} [lem] bla bla.

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

  reply	other threads:[~2018-01-12 18:19 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1.1515668401.1779.ntg-context@ntg.nl>
2018-01-12  2:54 ` Jeong Dal
2018-01-12 14:31   ` Hans Hagen
2018-01-12 16:22     ` Jeong Dal
2018-01-12 18:19       ` Hans Hagen [this message]
2018-07-24 23:40         ` unable to define 'texgyrepagella-regula' error etc Jeong Dal
2018-07-25  8:19           ` Otared Kavian
2018-07-26  0:49         ` Jeong Dal
2018-07-26  8:24           ` Hans Hagen
2018-07-26 14:53             ` Jeong Dal
2018-07-26 15:24               ` Hans Hagen
2018-01-12 14:51   ` referencing the customized enumeration with framed title Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d959d770-1c52-dca0-2d3c-c7ed66ef0ce9@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=haksan@me.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).