From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12597 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: new trickery / acrobat 6 Date: Mon, 7 Jul 2003 18:39:44 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <20030707183944.2f23dbb0.morawski@gmx.net> References: <5.2.0.9.1.20030703135016.025d2248@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1057596658 18035 80.91.224.249 (7 Jul 2003 16:50:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 7 Jul 2003 16:50:58 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Jul 07 18:50:55 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19ZZCZ-0004gb-00 for ; Mon, 07 Jul 2003 18:50:55 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 4C52410B23; Mon, 7 Jul 2003 18:51:34 +0200 (MEST) Original-Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by ref.ntg.nl (Postfix) with SMTP id F324210B20 for ; Mon, 7 Jul 2003 18:47:23 +0200 (MEST) Original-Received: (qmail 29006 invoked by uid 65534); 7 Jul 2003 16:47:22 -0000 Original-Received: from port1408.fra.ginko.net (EHLO melior.localdomain) (212.202.67.138) by mail.gmx.net (mp001) with SMTP; 07 Jul 2003 18:47:22 +0200 Original-To: ntg-context@ntg.nl In-Reply-To: <5.2.0.9.1.20030703135016.025d2248@server-1> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i586-pc-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:12597 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12597 On Thu, 03 Jul 2003 13:55:57 +0200 Hans Hagen wrote: > Here are some new thingies for pdf freaks: > > \setupinteraction[state=start] > > \useattachment[whatever][test.tex] > > % \setupattachments[\c!symbool={symbol-normal,symbol-down}] > > \starttext \attachment[whatever] \stoptext > > This will embed a file and works ok in acrobat <=6. Nice feature to distribute a file together with its documentation, but how can i extract the attached file. AR (Linux version) seems not to have a function for this. Is there an utillity program? However, there is a problem if i uncomment the \setupattachments: ConTeXt ver: 2003.7.3 fmt: 2003.7.4 int: english mes: english ! Missing \endcsname inserted. \unhbox \leavevmode ->\unhbox \voidb@x \bottomaccent #1#2#3#4#5->\leavevmode \vtop {\forgetall \baselineskip \zerop... \dohandleaccent ...acterencoding #1\endcsname {#2} \else \csname \accentprefi... \c ! symbool \dosetvalue ...!internal!n \ifcsname \k!prefix! #2 \endcsname \let \c!interna... ... l.8 \setupattachments[\c!symbool={symbol-down}] > If you have acrobat 6, there is now some rudimentary support for pdf-layering. > > http://www.pragma-ade.com/temp/pre-dtp.pdf > http://www.pragma-ade.com/temp/layers.pdf > > In acrobat 6, there is a layers tab on the left end of the screen. hmm, i've no AR6 to test this and even i don't know what pdf-layering means, but for me it sound like that we have now two layering methods in ConteXt: pdf-layering and layers defined by \definelayer... Wouldn't it be better to bring them together in one user interface and make the pdf-based layering an option: \definelayer[L1] \setuplayer[L1][mode=pdf] or are these both layering methods too different? Regards, Jens