From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/86262 Path: news.gmane.org!not-for-mail From: Andreas Schneider Newsgroups: gmane.comp.tex.context Subject: Re: Appendix Page Numbering Date: Thu, 13 Feb 2014 07:53:06 +0100 Message-ID: <209282744.20140213075306@gmx.de> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0918014694==" X-Trace: ger.gmane.org 1392274404 24244 80.91.229.3 (13 Feb 2014 06:53:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Feb 2014 06:53:24 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Feb 13 07:53:33 2014 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WDqAv-0007Pq-2q for gctc-ntg-context-518@m.gmane.org; Thu, 13 Feb 2014 07:53:33 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 3C397101E9; Thu, 13 Feb 2014 07:53:32 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id DFuAsRgvYJ0s; Thu, 13 Feb 2014 07:53:30 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id E9403101E6; Thu, 13 Feb 2014 07:53:29 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id CC721101E6 for ; Thu, 13 Feb 2014 07:53:27 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id STyakAFquWbB for ; Thu, 13 Feb 2014 07:53:26 +0100 (CET) Original-Received: from filter2-ams.mf.surf.net (filter2-ams.mf.surf.net [192.87.102.70]) by balder.ntg.nl (Postfix) with ESMTP id 1F586101E2 for ; Thu, 13 Feb 2014 07:53:16 +0100 (CET) Original-Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) by filter2-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s1D6rFhC004909 for ; Thu, 13 Feb 2014 07:53:15 +0100 Original-Received: from lcm.deutschepost.de ([194.25.90.65]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MVN0w-1VgCSi25pW-00YksM for ; Thu, 13 Feb 2014 07:53:14 +0100 X-Priority: 3 (Normal) In-Reply-To: X-Provags-ID: V03:K0:6ihdBTtDJ23NZW7Tja26RP4EeHJWHCUcx2jRdMm0xXo4oNULSyj CMvlbffvpQQ3WeLrfSAfkas58a9NUYm9MSd4SxyoNZqlnSA7m+SkZBD67WsMg7Z3yJ/pwlR sQKHIzwbYkA7YImnpEQyf+OC+IFIqXQ17yGyAakB5LDay7gI1aIKENFLSgUQ6uejI1onEUc GSiYsiwEXFeiBsyBH30AQ== X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=212.227.17.21; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0QLpGRfFq - 460a642007e7 - 20140213 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.70 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 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 Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:86262 Archived-At: --===============0918014694== Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Re: [NTG-context] Appendix Page Numbering On Monday,= February 10, 2014, at 20:33 Troy Henderson wrote:

Any th= oughts on getting these "custom PDF bookmark/index" entries?

Thanks in advance,

Troy


What you a= re looking for is called "Page Labels".
http://www.w3.org/TR/WCAG20-TECHS/PDF17

I asked ab= out this some time ago too and the conclusion was to manually manipulate th= e pdfcatalog:
http://www.ntg.nl/pipermail/ntg-context/2010/050146.html

In the mea= ntime it seems to have been implemented to a huge degree (see lpdf-mis.lua)= but as the comments in there state, the prefixes you want are currently NO= T part of the implementation.
If you are not particularly keen on enhancing that code, you are best off m= anually manipulating the pdfcatalog.

--
Best Regards,
Andreas --===============0918014694== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --===============0918014694==--