From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/50511 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: beta (12.05.2009, 22:36): footnote marker and overprinting Date: Thu, 14 May 2009 19:08:11 +0200 Message-ID: <4A0C4FFB.4080109@gmx.net> References: <4A0AA509.605@gmx.net> <4A0C358F.4020109@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1242320959 8310 80.91.229.12 (14 May 2009 17:09:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 May 2009 17:09:19 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu May 14 19:09:12 2009 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 lo.gmane.org with esmtp (Exim 4.50) id 1M4eQh-00013d-59 for gctc-ntg-context-518@m.gmane.org; Thu, 14 May 2009 19:09:11 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 95CEE1FDC6; Thu, 14 May 2009 19:09:06 +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 10100-01; Thu, 14 May 2009 19:08:24 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B3A441FD81; Thu, 14 May 2009 19:08:24 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 517151FD81 for ; Thu, 14 May 2009 19:08:23 +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 11850-01-3 for ; Thu, 14 May 2009 19:08:15 +0200 (CEST) Original-Received: from filter4-nij.mf.surf.net (filter4-nij.mf.surf.net [195.169.124.155]) by ronja.ntg.nl (Postfix) with ESMTP id 197721FCBB for ; Thu, 14 May 2009 19:08:15 +0200 (CEST) Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by filter4-nij.mf.surf.net (8.13.8/8.13.8/Debian-3) with SMTP id n4EH8DdU005499 for ; Thu, 14 May 2009 19:08:14 +0200 Original-Received: (qmail invoked by alias); 14 May 2009 17:08:12 -0000 Original-Received: from i577BC769.versanet.de (EHLO [192.168.1.3]) [87.123.199.105] by mail.gmx.net (mp037) with SMTP; 14 May 2009 19:08:12 +0200 X-Authenticated: #24293357 X-Provags-ID: V01U2FsdGVkX1+B+lEIC8WBGl9C8nYfebe9KS2R5B6tdtjDycnVJ0 ymj9r59XdwiUlT User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <4A0C358F.4020109@wxs.nl> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.53 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.165.64.20; country=DE; region=01; city=Karlsruhe; latitude=49.0047; longitude=8.3858; http://maps.google.com/maps?q=49.0047,8.3858&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 225745527 - 7862221a1455 - 20090514 X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.155 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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:50511 Archived-At: Hans Hagen schrieb: > Peter Rolf wrote: >> Hi, >> >> just in case this slipped someone's mind :) >> >> I still get an error about an undefined control sequence >> (\PDFobjectreferenceB) and the footnote marker (star) is not moved >> with the footnote (\moveright). >> >> The attached example code (with overprinting) breaks with the >> mentioned error. The attached picture shows the problem with the >> separated footnote marker. It can be created with the other versions >> (without overprinting) of the \NoteNumber and \MyFootnote macros. > > it's > > \def\MyFootnote#1{\footnote > {\hskip3em \startproperty[overprint]#1\stopproperty}} > sorry, i couldn't resist. \dostartoverprint was the more 'sexy' alternative ;) to tell the truth i can't quite remember why i chose this one. but i'm sure that i have tested everthing related to overprint. > > (i'll make \startoverprint which is actually kind of low level > unexpandable but not \dostartproperty which is not intended as user > command) > ah, perfect.... a nice and melodic user command without any expansion problems :) many thanks! > > ----------------------------------------------------------------- > 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 > ----------------------------------------------------------------- > ___________________________________________________________________________________ > > If your question is of interest to others as well, please add an entry > to the Wiki! > > maillist : ntg-context@ntg.nl / > http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : https://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ > > ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________