ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jaroslav Hajtmar <hajtmar@gyza.cz>
To: ntg-context@ntg.nl
Subject: Re: Cloze Text (text with gaps)
Date: Thu, 27 Jun 2013 20:53:43 +0200	[thread overview]
Message-ID: <51CC8A37.5080102@gyza.cz> (raw)
In-Reply-To: <47459C5E-209A-451D-9F32-2C04BFAF50F2@gmail.com>

Hello Wolfgang.
Here is example of other using of your TextGap.
There is a problem in some lines? Why linewidth is change?

Thanx Jaroslav Hajtmar


\def\TextGap[#1]%
   {\scratchdimen#1\relax
    \divide\scratchdimen\plusten
    \dorecurse\plusten
      {\vrule width \scratchdimen height \linewidth\relax
       \ifnum\recurselevel<10 \hskip\zeropoint\relax \fi}}

\def\textgap#1{\setbox0=\hbox{#1}%
\TextGap[\the\wd0]%
}



\starttext
a \TextGap[4cm] b \TextGap[4cm] c \TextGap[4cm] d \TextGap[4cm] e


My words: \textgap{My words}. Why is line very thick here?

Here is an sentence: \textgap{Here is an sentence} -- linewidth is OK here.

Here is an sentence: \textgap{Here is an sentence}. And why is problem 
here again?


\stoptext


Dne 27.6.2013 20:23, Wolfgang Schuster napsal(a):
> \def\TextGap[#1]%
>    {\scratchdimen#1\relax
>     \divide\scratchdimen\plusten
>     \dorecurse\plusten
>       {\vrule width \scratchdimen height \linewidth\relax
>        \ifnum\recurselevel<10 \hskip\zeropoint\relax \fi}}
>
> \starttext
> a \TextGap[4cm] b \TextGap[4cm] c \TextGap[4cm] d \TextGap[4cm] e
> \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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2013-06-27 18:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-24 14:36 Christian Prim
2013-06-27  4:31 ` David Rogers
2013-06-27  7:16   ` Christian Prim
2013-06-27 18:23 ` Wolfgang Schuster
2013-06-27 18:53   ` Jaroslav Hajtmar [this message]
2013-06-27 19:02     ` Wolfgang Schuster
2013-06-28  7:06       ` Christian Prim
2013-06-28  7:36         ` Jaroslav Hajtmar
2013-06-28 12:35           ` Wolfgang Schuster

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=51CC8A37.5080102@gyza.cz \
    --to=hajtmar@gyza.cz \
    --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).