From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/78305 Path: news.gmane.org!not-for-mail From: Jaroslav Hajtmar Newsgroups: gmane.comp.tex.context Subject: Re: View all numbers of sub(...)section Date: Sat, 15 Sep 2012 13:34:49 +0200 Message-ID: <505467D9.2070703@gyza.cz> References: <50544E7F.6070207@gyza.cz> <5995E0D6-0268-41EA-84BC-ABBCB9D478DE@gmail.com> Reply-To: hajtmar@gyza.cz, mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1347709032 4760 80.91.229.3 (15 Sep 2012 11:37:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Sep 2012 11:37:12 +0000 (UTC) Cc: mailing list for ConTeXt users To: Wolfgang Schuster Original-X-From: ntg-context-bounces@ntg.nl Sat Sep 15 13:37:15 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TCqgS-0006XV-OZ for gctc-ntg-context-518@m.gmane.org; Sat, 15 Sep 2012 13:37:12 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 201C910201; Sat, 15 Sep 2012 13:37:08 +0200 (CEST) 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 WcYyW6zQ7l7e; Sat, 15 Sep 2012 13:37:06 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 84EE4101F8; Sat, 15 Sep 2012 13:37:06 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 2CD93101F8 for ; Sat, 15 Sep 2012 13:37:05 +0200 (CEST) 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 uFrdGiCTuDXe for ; Sat, 15 Sep 2012 13:37:03 +0200 (CEST) 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 A043C101F6 for ; Sat, 15 Sep 2012 13:37:03 +0200 (CEST) Original-Received: from psi3.forpsi.com (smtpa.forpsi.com [81.2.195.204]) by filter1-utr.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id q8FBb1kU025161 for ; Sat, 15 Sep 2012 13:37:02 +0200 Original-Received: (qmail 14660 invoked by uid 89); 15 Sep 2012 11:37:00 -0000 Original-Received: from unknown (HELO ?192.168.20.101?) (hajtmar@88.103.230.14) by psi03 with ESMTPA; 15 Sep 2012 11:37:00 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; cs; rv:1.9.1.16) Gecko/20101125 Thunderbird/3.0.11 In-Reply-To: <5995E0D6-0268-41EA-84BC-ABBCB9D478DE@gmail.com> X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=81.2.195.204; country=CZ; latitude=49.7500; longitude=15.5000; http://maps.google.com/maps?q=49.7500,15.5000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 07HXnB21G - 41e174e04529 - 20120915 (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:78305 Archived-At: Thanx Wolfgang. Thank you. Everything works. While I was looking, I could not find it. I wanted to put your example into the wiki, but the wiki shows the numbers and hidden sections, so I did not there yet. Thanks again Jaroslav Dne 15.9.2012 12:37, Wolfgang Schuster napsal(a): > Am 15.09.2012 um 11:46 schrieb Jaroslav Hajtmar: > > >> Hello ConTeXist. >> Is there possibility view all subsubsection number (ie in format 2.3.4 - it mean with section and also subsection number) without \section{} and \subsection{} command using previously? >> >> I need to start a separate section number from a certain number (inserted into an existing document) >> >> Thanx Jaroslav Hajtmar >> >> Here is my example: >> >> >> \setupheadnumber[section][2] >> \setupheadnumber[subsection][3] % >> \setupheadnumber[subsubsection][4] % >> \setuppagenumber[number=234] >> >> \starttext >> >> %\section{} % I can't view section here >> >> %\subsection{} % I can't view subsection here too >> >> \subsubsection{TEST} >> >> I would like get 2.3.5 TEST >> >> blablabla >> >> \stoptext >> > How about this: > > \setupheadnumber[section] [1] > \setupheadnumber[subsection] [2] > \setupheadnumber[subsubsection][4] > > \setuphead[section,subsection][placehead=hidden] > \setuphead[subsubsection] [placehead=yes] > > \starttext > > \section{} > > \subsection{} > > \subsubsection{TEST} > > \stoptext > > Wolfgang > ___________________________________________________________________________________ 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 ___________________________________________________________________________________