ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: mf <massifr@fastwebnet.it>
To: Hans Hagen <j.hagen@xs4all.nl>,
	mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: strange behavior with \groupedcommand in recent versions of LMTX
Date: Wed, 2 Sep 2020 11:10:04 +0200	[thread overview]
Message-ID: <2c2c9aa9-a3b9-26c0-182c-c4ad1de22d3d@fastwebnet.it> (raw)
In-Reply-To: <52d0b918-3405-83f9-c186-ba6612bd5486@xs4all.nl>

Thanks Hans,
this solves the problem I had with the new implementation of \wordright.
It's not exactly a problem of \wordright, but the combination with 
\groupedcommand.

Is \nextbox a new entry of latest versions?

I've seen also \nextboxwd, \nextboxht, etc.
So you can measure the next box to come in advance. Is it like that?

Is it a vbox when you're in vertical mode and a hbox when you are in 
horizontal mode?

Is this interpretation of \dowithnextbox in \dowhatever right?

\dowithnextbox {.1.} \.2. {.3.}
1 COMMAND = {\ifdim\wd\nextbox<\hsize...}
2 CSNAME  = \hbox
3 CONTENT = {#1}

Massi

Il 01/09/20 19:22, Hans Hagen ha scritto:
 >
 > fortunately there is a solution that takes less code:
 >
 > \unexpanded\def\whatever
 >    {\dosingleempty\dowhatever}
 >
 > \def\dowhatever[#1]%
 >    {\dowithnextbox
 >       {\ifdim\wd\nextbox<\hsize
 >          \wordright{\box\nextbox}%
 >          \par
 >        \else
 >          \par
 >          \penalty10000
 >          \startalignment[flushright]\unhbox\nextbox\stopalignment
 >        \fi}\hbox}
 >
 > \starttext
 >
 >    \input ward \whatever{same line, right}
 >
 >    \blank
 >
 >    \input ward \whatever{\input tufte }
 >
 > \stoptext
 >
___________________________________________________________________________________
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-09-02  9:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-01 15:47 mf
2020-09-01 17:22 ` Hans Hagen
2020-09-02  9:10   ` mf [this message]
2020-09-02 11:24     ` 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=2c2c9aa9-a3b9-26c0-182c-c4ad1de22d3d@fastwebnet.it \
    --to=massifr@fastwebnet.it \
    --cc=j.hagen@xs4all.nl \
    --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).