ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Store images and text in the right margin
Date: Mon, 6 Jul 2020 16:34:49 +0200	[thread overview]
Message-ID: <83F9B18B-440C-4F50-9E5D-78EB11952EBA@elvenkind.com> (raw)
In-Reply-To: <CACyK-eoy0cea2FDA9GTL9yAyt0KK-aRyYO9BtPNL2jnJODJ5dw@mail.gmail.com>

Hi Fabrice,

Like this maybe? It depends on what you want to achieve exactly, I think

\useMPlibrary[dum]

\setuppapersize[A4]

\setuplayout
  [width=12cm,
   rightmargin=5cm]

\defineuserdata [margintext] [alternative=margintext]

\defineuserdataalternative [margintext] [renderingsetup=userdata:margintext]

\startsetups [userdata:margintext]
  \margindata
    [inright]
    [style={\switchtobodyfont[9pt]},
     width=\rightmarginwidth,
     align={flushleft,broad},
     stack=yes]
    {\startframedtext[before=,after=,offset=0pt,width=max,frame=off]
     \getinlineuserdata
     \stopframedtext}
\stopsetups

\showframe
\starttext
\startuserdata[margintext]
 {\bf Remarque — }\input ward
\stopuserdata
\startuserdata[margintext]
 \externalfigure[dummy][width=\rightmarginwidth]
\stopuserdata
\startchapter[title=First chapter]
\dorecurse{2}{\input knuth}
\stopchapter
\stoptext


> On 6 Jul 2020, at 16:18, Fabrice Couvreur <fabrice1.couvreur@gmail.com> wrote:
> 
> 
> 
> ---------- Forwarded message ---------
> De : Fabrice Couvreur <fabrice1.couvreur@gmail.com>
> Date: lun. 6 juil. 2020 à 12:10
> Subject: Re: [NTG-context] Store images and text in the right margin
> To: Marco <lists@homerow.info>
> 
> 
> Hello,
> What has been proposed by Wolfgang and Marco works correctly but is it possible to define a single environment margintext which would allow to include both text and figures ?
> Thank you
> Fabrice
___________________________________________________________________________________
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:[~2020-07-06 14:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-02 15:20 Fabrice Couvreur
2020-07-02 17:04 ` Marco Patzer
2020-07-03  6:40   ` Fabrice Couvreur
2020-07-03  8:28     ` Marco Patzer
     [not found]       ` <CACyK-eo36Zphn4rBcsY+O5g6KcfQu488jXYaSJniZqRQQ77hjA@mail.gmail.com>
     [not found]         ` <20200703110446.4ee95771@homerow>
     [not found]           ` <CACyK-epqP23xS1VSP0g2Oc8em24Lfh-0EaOchTwtvMKQfeAihw@mail.gmail.com>
     [not found]             ` <CACyK-eqaZnMdnjQG0FULRm4BgW0EJDi8g_3zdXb+hUo4mjWN1Q@mail.gmail.com>
2020-07-06 14:18               ` Fwd: " Fabrice Couvreur
2020-07-06 14:34                 ` Taco Hoekwater [this message]
2020-07-06 17:06                   ` Fabrice Couvreur

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=83F9B18B-440C-4F50-9E5D-78EB11952EBA@elvenkind.com \
    --to=taco@elvenkind.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).