From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15692 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: overstrikes and hyphenation (was Re: synopsis / column(set)s?) Date: Wed, 14 Jul 2004 16:25:08 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <40F54244.4000903@wxs.nl> References: <20040628225810.GE16714@dach-wg.de> <40E129A4.5030701@wxs.nl> <20040704220704.GO16714@dach-wg.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1089815135 20417 80.91.224.253 (14 Jul 2004 14:25:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Jul 2004 14:25:35 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jul 14 16:25:15 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bkkh8-0006KF-00 for ; Wed, 14 Jul 2004 16:25:14 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7F3C01277E; Wed, 14 Jul 2004 16:25:14 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19465-03; Wed, 14 Jul 2004 16:25:12 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 351811277A; Wed, 14 Jul 2004 16:25:12 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C52171277A for ; Wed, 14 Jul 2004 16:25:10 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19466-02 for ; Wed, 14 Jul 2004 16:25:10 +0200 (CEST) Original-Received: from mailrelay02.solcon.nl (unknown [212.45.32.200]) by ronja.ntg.nl (Postfix) with ESMTP id 62F8512779 for ; Wed, 14 Jul 2004 16:25:10 +0200 (CEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay02.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i6EEP7Qt032380 for ; Wed, 14 Jul 2004 16:25:07 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id BB4DC235B3; Wed, 14 Jul 2004 16:25:09 +0200 (CEST) Original-Received: from [10.100.1.191] (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id AD0FE1A95B for ; Wed, 14 Jul 2004 14:25:08 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: <20040704220704.GO16714@dach-wg.de> X-Virus-Scanned: clamd / ClamAV version 0.73, clamav-milter version 0.73a on mailrelay02.solcon.nl X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:15692 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15692 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 -----------------------------------------------------------------