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>,
	Max Chernoff via ntg-context <ntg-context@ntg.nl>
Cc: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>,
	Max Chernoff <mseven@telus.net>
Subject: Re: How to make something appear to the right of every paragraph?
Date: Tue, 11 Oct 2022 05:58:09 +0200	[thread overview]
Message-ID: <0566acfe-4be9-b520-90da-a7129e0c1832@gmail.com> (raw)
In-Reply-To: <c533d4e59bcc56776a529bbc39576e30a7adfd2e.camel@telus.net>

Max Chernoff via ntg-context schrieb am 11.10.2022 um 00:57:
> Hi Joel,
>
> On Mon, 2022-10-10 at 12:46 +0000, Joel wrote:
>>   Hello Max,
>> It is preferred if the solution is just three lines per paragraph,
>> rather than some content parallel to the text
> A Lua callback solution:
>
> [...]
>
> An \everypar solution:
>
>     \appendtoks%
>         \vbox to 0pt{%
>             \dorecurse{3}{%
>                 \rlap{%
>                     \hskip\dimexpr\hsize+1em%
>                     \vrule height 0.4pt width 3cm%
>                     \relax%
>                 }%
>             }%
>         }%
>     \to\everypar

You can use the \EveryPar register but \everypar is off limits.

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
___________________________________________________________________________________

  reply	other threads:[~2022-10-11  3:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1936318934.3722841.1665353527397.ref@mail.yahoo.com>
2022-10-09 22:12 ` Joel via ntg-context
2022-10-10  6:24   ` Max Chernoff via ntg-context
2022-10-10 12:46     ` Joel via ntg-context
2022-10-10 22:57       ` Max Chernoff via ntg-context
2022-10-11  3:58         ` Wolfgang Schuster via ntg-context [this message]
2022-10-13 11:30           ` Joel via ntg-context
2022-10-13 11:32         ` Joel via ntg-context
2022-10-14  0:50           ` Max Chernoff via ntg-context
2022-10-11 17:28   ` Hans Hagen via ntg-context

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=0566acfe-4be9-b520-90da-a7129e0c1832@gmail.com \
    --to=ntg-context@ntg.nl \
    --cc=mseven@telus.net \
    --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).