From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30027 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: visualising evolution from one version to another Date: Sun, 06 Aug 2006 12:00:33 +0200 Message-ID: <44D5BDC1.5090100@elvenkind.com> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1154858456 16297 80.91.229.2 (6 Aug 2006 10:00:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 6 Aug 2006 10:00:56 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Aug 06 12:00:46 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1G9fR7-00085V-B2 for gctc-ntg-context-518@m.gmane.org; Sun, 06 Aug 2006 12:00:45 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 14A862004F; Sun, 6 Aug 2006 12:00:45 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17977-03-4; Sun, 6 Aug 2006 12:00:37 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A544E20044; Sun, 6 Aug 2006 12:00:37 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9A31720044 for ; Sun, 6 Aug 2006 12:00:35 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17977-03-3 for ; Sun, 6 Aug 2006 12:00:34 +0200 (CEST) Original-Received: from post-25.mail.nl.demon.net (post-25.mail.nl.demon.net [194.159.73.195]) by ronja.ntg.nl (Postfix) with SMTP id 048E320041 for ; Sun, 6 Aug 2006 12:00:33 +0200 (CEST) Original-Received: from boo.demon.nl ([82.161.175.147]:54246 helo=[10.10.0.3]) by post-25.mail.nl.demon.net with esmtp (Exim 4.51) id 1G9fQv-0005Lb-Iq for ntg-context@ntg.nl; Sun, 06 Aug 2006 10:00:33 +0000 User-Agent: Mozilla Thunderbird 1.0.6-7.6.20060mdk (X11/20050322) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:30027 Archived-At: Peter M=FCnster wrote: > Hello, > if you know a bit MS-Word, then you have seen perhaps the feature, that > permits visualising differences between 2 versions of a document: added > text in red, and deleted text stroke out. > = > I would like to make something similar with ConTeXt: making a pdf-file fr= om > doc-versionX.tex and doc-versionY.tex with added text in some colour and > deleted text displayed with \overstrikes{}. > = > Do you have some ideas, how to do that? You need a way to create a merged ConTeXt document from the two separate files, perhaps using something like this: http://search.cpan.org/dist/Text-WordDiff/lib/Text/WordDiff.pm Cheers, taco