ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: overstrikes and hyphenation (was Re: synopsis / column(set)s?)
Date: Wed, 14 Jul 2004 16:25:08 +0200	[thread overview]
Message-ID: <40F54244.4000903@wxs.nl> (raw)
In-Reply-To: <20040704220704.GO16714@dach-wg.de>

Alexander Klink wrote:

>Hi Hans,
>
>On Tue, Jun 29, 2004 at 10:34:44AM +0200, Hans Hagen wrote:
>  
>
>>>So basically I want to typeset first some text in the leftmost
>>>column (over several pages, on a grid), and then the one in the
>>>middle and then the one on the right.
>>>
>>>Is there an easy way to do this using column(set)s?
>>>      
>>>
>>maybe tabulations are more convenient: 
>>    
>>
>thanks, this works exactly as I intended it.
>
>But now I got yet another problem: I want to show that things have
>changed in the original document by \overstrike-ing (or \overstrikes-ing)
>them. Unluckily there seems to be no hyphenation once I do this. This
>is especially ugly with the columns. Is there a way to turn hyphenation
>on within \overstrikes?
>  
>
no, the problem is that i kind of fake under/overlines and hyphenation would spoil that game. 

The good news is that you can do: 

\setuppapersize[S6][S6]

\definetextbackground[underline][location=text,alternative=1,background=,frame=off]

\definestartstop
  [underline]
  [before={\starttextbackground[underline]},
   after=\stoptextbackground]

\starttext

\input tufte
\starttextbackground[underline]\input tufte \stoptextbackground
\input tufte
\startunderline\input tufte \stopunderline
\input tufte

\stoptext


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

      reply	other threads:[~2004-07-14 14:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-28 22:58 synopsis / column(set)s? Alexander Klink
2004-06-29  8:34 ` Hans Hagen
2004-07-04 22:07   ` overstrikes and hyphenation (was Re: synopsis / column(set)s?) Alexander Klink
2004-07-14 14:25     ` Hans Hagen [this message]

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=40F54244.4000903@wxs.nl \
    --to=pragma@wxs.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).