ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster via ntg-context <ntg-context@ntg.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>,
	Oliver Sieber via ntg-context <ntg-context@ntg.nl>
Cc: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
Subject: Re: Floating Figure in framed-environment
Date: Wed, 19 Oct 2022 18:38:07 +0200	[thread overview]
Message-ID: <d6c3015d-3ce4-7201-e5dd-726972b362b7@gmail.com> (raw)
In-Reply-To: <166617189408.7.7542558523685252324.69917366@privly.pm>

Oliver Sieber via ntg-context schrieb am 19.10.2022 um 11:31:
> Dear ConTeXt Users
>
> I am relatively new to context and I am suffering with a problem with the framed environment.
>
> I want to use a framed textbox for Definitions in my script. I also want to use floating figures.  But this does not work and I haven’t found out why. Maybe I totally use it the wrong way. I would appreciate if someone could help me or has a tipp.
>
> Here is an example code, where the figure does not behave as expected, i.e. the figure is behind the text:
>
> [...]

You have to use the textbackground mechanism to create a block of text 
where floats work as expected.

\definetextbackground
   [Oliver]
   [     location=paragraph,
           corner=round,
    rulethickness=2pt,
       framecolor=black,
        topoffset=1em,
     bottomoffset=1em,
       leftoffset=1em,
      rightoffset=1em,
           before=\blank,
            after=\blank,
       background=]

\setupfloats
   [freeregion=no]

\definedescription
   [Definition]
   [alternative=top,
           text={Definition: },
          title=yes,
         before=\startOliver,
          after=\stopOliver,
      inbetween={\blank[medium]}]

\startbuffer[sampletext]
Carrot cake tiramisu lollipop dragée lollipop marshmallow carrot cake 
sweet pastry. Tiramisu danish jelly tootsie roll tart gummi bears. 
Carrot cake chupa chups cake wafer lemon drops lemon drops tiramisu. 
Chocolate lemon drops sugar plum cheesecake jelly beans sugar plum. 
Tootsie roll cupcake jujubes pie chocolate bar bear claw chupa chups 
shortbread. Candy candy canes jelly-o jelly beans sugar plum muffin 
danish donut. Bonbon lemon drops powder jujubes marshmallow biscuit 
halvah. Powder carrot cake caramels chocolate cake carrot cake jelly-o. 
Topping danish tootsie roll gummi bears oat cake jujubes. Sweet candy 
canes cotton candy pie topping. Jelly-o carrot cake ice cream lemon 
drops macaroon gummies lemon drops tiramisu chocolate cake. Cupcake 
sugar plum shortbread gummi bears tootsie roll. Chocolate cake sugar 
plum macaroon candy canes chocolate bar donut cake icing tootsie roll.
\stopbuffer

\starttext

\startOliver
{\bf Definition: Hello World}
\blank[medium]
\placefigure[right,none]{This is an example of a 
logo.}{\externalfigure[dummy]}
\getbuffer[sampletext]
\stopOliver

\startDefinition[title={Hello World}]
\placefigure[right,none]{This is an example of a 
logo.}{\externalfigure[dummy]}
\getbuffer[sampletext]
\stopDefinition

\stoptext

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

      parent reply	other threads:[~2022-10-19 16:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-19  9:31 Oliver Sieber via ntg-context
2022-10-19 11:52 ` Ursula Hermann via ntg-context
2022-10-19 15:35   ` Oliver Sieber via ntg-context
2022-10-19 16:38 ` Wolfgang Schuster via ntg-context [this message]

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=d6c3015d-3ce4-7201-e5dd-726972b362b7@gmail.com \
    --to=ntg-context@ntg.nl \
    --cc=wolfgang.schuster.lists@gmail.com \
    /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).