From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/493 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: OwnNumber? Date: Thu, 03 Jun 1999 11:57:59 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <375651A7.D147F4A0@wxs.nl> References: <3.0.5.32.19990602233347.0084eb70@mail.northcoast.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035391349 24496 80.91.224.250 (23 Oct 2002 16:42:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:42:29 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: David Arnold Xref: main.gmane.org gmane.comp.tex.context:493 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:493 David Arnold wrote: > 1. What's the concept behind ownnumber in > > \setuphead > [chapter] > [alternative=inmargin, > number=no, > ownnumber=yes, > after={\blank[3*medium]}] Normally you can have \chapter{Hi There} or \chapter[someref, anotherref, morerefs]{Hi There} and both generate the chapter number. When ownnumber=yes, you can say: \chapter{my number}{Hi There} (or with refs). This time you get {my number} as chapter number while in the background the numbering mechanism is still working, just to get everything local (like tocs) right. Think of manuals with numbers like F12.ORG.21 Some Title > 2. I don't understand the purpose of the definereference commands in > > \def\ShowSample#1#2% > {\chapter{#1}{#2} > \definereference[sample][d-en-#1::] > \startlinenumbering > \typefile {d-en-#1.tex} > \stoplinenumbering > \page > \definereference[sample][]} Logical refs. You can write a style using a ref and resolving it later. \definereference[YetUnknown][lastpage] \goto{Somewhere}[yet unknown] \definereference[YetUnknown][firstpage] \goto{Somewhere}[Yet Unknown] > 3. What is the purpose of setuptexttexts? Is it similar to a mechanism that > puts the word "Draft" on every page of the document? For instance, although that one can better be added as background (\setupbackgrounds). Think of 'headertexts', 'footertexts' and between that 'texttexts' (and toptexts and bottomtexts too). Pictures of that in the big ref manual (beta page). Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl -----------------------------------------------------------------