From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/85151 Path: news.gmane.org!not-for-mail From: "honyk" Newsgroups: gmane.comp.tex.context Subject: Re: Index - entries in section titles Date: Fri, 8 Nov 2013 00:25:55 +0100 Message-ID: <2886.80439484796$1383866776@news.gmane.org> References: <527c1787.463d0f0a.4cfd.3bc8SMTPIN_ADDED_BROKEN@mx.google.com> <67CB379F-6263-42DF-9DD3-BEF7A4CA19A4@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1383866766 22219 80.91.229.3 (7 Nov 2013 23:26:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Nov 2013 23:26:06 +0000 (UTC) To: "'mailing list for ConTeXt users'" Original-X-From: ntg-context-bounces@ntg.nl Fri Nov 08 00:26:11 2013 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 1VeYxh-0006rA-1l for gctc-ntg-context-518@m.gmane.org; Fri, 08 Nov 2013 00:26:05 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B2EC010247; Fri, 8 Nov 2013 00:26:03 +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 62LpKmOd0o1E; Fri, 8 Nov 2013 00:26:00 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 586FE101F8; Fri, 8 Nov 2013 00:26:00 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 02EA4101F8 for ; Fri, 8 Nov 2013 00:25:59 +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 LmsZUbeKCtrN for ; Fri, 8 Nov 2013 00:25:57 +0100 (CET) Original-Received: from filter1-utr.mf.surf.net (filter1-utr.mf.surf.net [195.169.124.152]) by balder.ntg.nl (Postfix) with ESMTP id 41623101F0 for ; Fri, 8 Nov 2013 00:25:57 +0100 (CET) Original-Received: from fep16.mx.upcmail.net (fep16.mx.upcmail.net [62.179.121.36]) by filter1-utr.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id rA7NPtNp002164 for ; Fri, 8 Nov 2013 00:25:56 +0100 Original-Received: from edge03.upcmail.net ([192.168.13.238]) by viefep16-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20131107232554.BJUK351.viefep16-int.chello.at@edge03.upcmail.net> for ; Fri, 8 Nov 2013 00:25:54 +0100 Original-Received: from emk ([89.176.227.177]) by edge03.upcmail.net with edge id mnRu1m00g3qH4k903nRu4n; Fri, 08 Nov 2013 00:25:54 +0100 X-SourceIP: 89.176.227.177 In-Reply-To: <67CB379F-6263-42DF-9DD3-BEF7A4CA19A4@gmail.com> X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ac7cDC1q599l7yQjTAK50AH8Bf8OHAAAzz8A Content-Language: cs X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=62.179.121.36; country=AT; latitude=47.3333; longitude=13.3333; http://maps.google.com/maps?q=47.3333,13.3333&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 07KKLpTia - deefd7e01e0f - 20131108 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) 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:85151 Archived-At: On 2013-11-07 Wolfgang Schuster wrote: > Am 07.11.2013 um 23:43 schrieb honyk : > > > > what is the correct placing indext entries somewhere in the section > title? > > > > I use it for both ranges (when covering the whole section) and > > sometimes also for individual entries: > > > > (A) \section{\startregister[index][primary_range_01]{primary}Primary} > > (B) \section{\index{primary}Primary} > > (C) \section{Primary}\index{primary} :-) I usually place it at the beginning to ensure visibility of the title when the page in the index is clicked in a large zoom (which should be preserved) - it should be scrolled accordingly. Is that index entry on the same line as the title or the next one? I found I am not able to test it: Even with the 'focus=standard' when any page in the index is clicked, the zoom is set to FitPage :-( Preserving of zoom seems to be working for TOC only... \setupinteraction[state=start,focus=standard] \starttext \startfrontmatter \completecontent \blank \section{Primary}\index{primary} Dummy text. \stopbodymatter \startbackmatter \completeindex \stopbackmatter \stoptext Jan ___________________________________________________________________________________ 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 ___________________________________________________________________________________