From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21246 Path: news.gmane.org!not-for-mail From: Mojca Miklavec Newsgroups: gmane.comp.tex.context Subject: Re: Hiding the content (drawing empty boxes?) Date: Fri, 08 Jul 2005 00:33:38 +0200 Message-ID: <42CDADC2.5060800@gmail.com> References: <42CDA274.6030503@gmail.com> <42CDA543.7060809@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120775665 27513 80.91.229.2 (7 Jul 2005 22:34:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2005 22:34:25 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jul 08 00:34:19 2005 Return-path: 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 1DqewH-0007ML-89 for gctc-ntg-context-518@m.gmane.org; Fri, 08 Jul 2005 00:33:49 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6100112830; Fri, 8 Jul 2005 00:33:48 +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 27519-01; Fri, 8 Jul 2005 00:33:44 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 54AB212819; Fri, 8 Jul 2005 00:33:44 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 56BA712819 for ; Fri, 8 Jul 2005 00:33:42 +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 27387-08 for ; Fri, 8 Jul 2005 00:33:41 +0200 (CEST) Original-Received: from avs4.arnes.si (avs4.arnes.si [193.2.1.77]) by ronja.ntg.nl (Postfix) with ESMTP id 65DB1127A0 for ; Fri, 8 Jul 2005 00:33:41 +0200 (CEST) Original-Received: from localhost (avs4.arnes.si [193.2.1.77]) by avs4.arnes.si (Postfix) with ESMTP id EB4F82C3451 for ; Fri, 8 Jul 2005 00:33:40 +0200 (CEST) Original-Received: from avs4.arnes.si ([193.2.1.77]) by localhost (avs4.arnes.si [193.2.1.77]) (amavisd-new, port 10024) with ESMTP id 02294-05 for ; Fri, 8 Jul 2005 00:33:40 +0200 (CEST) Original-Received: from [141.84.28.148] (a148.lmu.vpn.lrz-muenchen.de [141.84.28.148]) by avs4.arnes.si (Postfix) with ESMTP id A4A6A2C3447 for ; Fri, 8 Jul 2005 00:33:40 +0200 (CEST) User-Agent: Mozilla/4.5-4.75 (Windows; U; Windows NT 5.1; sl-SI; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: sl, en, en-us, de Original-To: mailing list for ConTeXt users In-Reply-To: <42CDA543.7060809@wxs.nl> X-Virus-Scanned: by amavisd-new at arnes.si X-Virus-Scanned: 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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:21246 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21246 Hans Hagen wrote: > Mojca Miklavec wrote: > >> Is there a way to somehow >> >> \starthidden >> ... >> \stophidden, >> >> which would leave exactly the same amount of blank space as if the >> content would be typeset? > well, how about: > > \defineproperty[mojcas-secrets][layer][state=top] > > \starttext > > \input tufte > > \startproperty[mojcas-secrets]\input knuth \stopproperty > > \input tufte > > \stoptext Great! Thank you, Hans. That's "unfair" again: it seems too easy to be possible, but it actually works ... -) Just a hint: don't ever expect my secrets to be hidden that way. They are way too precious to be seen by others by simply switching them on again in Acrobat :) Mojca