ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Text in the margin
@ 2019-04-10  9:58 Fabrice Couvreur
  2019-04-10 21:04 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Couvreur @ 2019-04-10  9:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 658 bytes --]

Hi,
Wolfgang suggested this to put text in the margin but since some updates it
does not work anymore :

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

\defineuserdata [margintext] [alternative=margintext]

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

\startsetups [userdata:margintext]
  \margindata
    [inright]
    [%style=\smallbodyfont,
     style={\switchtobodyfont[9pt]},
     width=\rightmarginwidth,
     align={flushleft,broad}]
    {{\bf Exemple — }\getinlineuserdata}
\stopsetups

\starttext
\startuserdata[margintext]
 \input ward
\stopuserdata
\stoptext


Thank you.
Fabrice

[-- Attachment #1.2: Type: text/html, Size: 1802 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Text in the margin
  2019-04-10  9:58 Text in the margin Fabrice Couvreur
@ 2019-04-10 21:04 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2019-04-10 21:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Fabrice Couvreur


[-- Attachment #1.1: Type: text/plain, Size: 857 bytes --]

Fabrice Couvreur schrieb am 10.04.2019 um 11:58:
> Hi,
> Wolfgang suggested this to put text in the margin but since some 
> updates it does not work anymore :
>
> \setuplayout
> [width=12cm,
>    rightmargin=5cm]
>
> \defineuserdata [margintext] [alternative=margintext]
>
> \defineuserdataalternative [margintext] 
> [renderingsetup=userdata:margintext]
>
> \startsetups [userdata:margintext]
>   \margindata
>     [inright]
> [%style=\smallbodyfont,
>      style={\switchtobodyfont[9pt]},
> width=\rightmarginwidth,
>      align={flushleft,broad}]
>     {{\bf Exemple — }\getinlineuserdata}
> \stopsetups
>
> \starttext
> \startuserdata[margintext]
>  \input ward
> \stopuserdata
> \stoptext

Put text (\dontleavehmode works also because it starts a paragraph)
after \stopuserdata to flush the content of the margin block.

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 1736 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-10 21:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-10  9:58 Text in the margin Fabrice Couvreur
2019-04-10 21:04 ` Wolfgang Schuster

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).