From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4076 Path: main.gmane.org!not-for-mail From: Han The Thanh Newsgroups: gmane.comp.tex.context Subject: a few more questions Date: Wed, 14 Feb 2001 19:35:14 +0100 (MET) Sender: owner-ntg-context@let.uu.nl Message-ID: <200102141835.TAA15053@anxur.fi.muni.cz> 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 1035394766 22639 80.91.224.250 (23 Oct 2002 17:39:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:39:26 +0000 (UTC) Original-To: ntg-context@ntg.nl (ConTeXt List) Xref: main.gmane.org gmane.comp.tex.context:4076 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4076 Hi all, can you please help me with a few more questions: 1) how to format the chapter title as follows: Chapter I 2) how to change the way of numbering headings (like A, B, C,... instead of 1, 2, 3, ... Thanks, Thanh From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4078 Path: main.gmane.org!not-for-mail From: James Ramsey <jjramsey_6x9eq42@yahoo.com> Newsgroups: gmane.comp.tex.context Subject: Re: a few more questions Date: Wed, 14 Feb 2001 15:57:49 -0800 (PST) Sender: owner-ntg-context@let.uu.nl Message-ID: <20010214235749.48322.qmail@web10712.mail.yahoo.com> References: <200102141835.TAA15053@anxur.fi.muni.cz> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035394768 22660 80.91.224.250 (23 Oct 2002 17:39:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:39:28 +0000 (UTC) Original-To: ntg-context@ntg.nl In-Reply-To: <200102141835.TAA15053@anxur.fi.muni.cz> Xref: main.gmane.org gmane.comp.tex.context:4078 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4078 (Repost of what should have been sent to the ConTeXt mailing list) --- Han The Thanh <thanh@informatics.muni.cz> wrote: > Hi all, > > can you please help me with a few more questions: > > 1) how to format the chapter title as follows: > > Chapter I > <title of chapter 1 here> > > 2) how to change the way of numbering headings (like > A, B, C,... instead of > 1, 2, 3, ... Look at pages 181-185 of the beta ConTeXt manual. The following lines should work: \definesection[chapter][section=section-2] \setupsection[section-2][conversion=Characters] The line containing "\definesection" is probably unnecessary and might mess things up; It's included mainly for completeness. ===== ----I am a fool for Christ. Mostly I am a fool.---- __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4079 Path: main.gmane.org!not-for-mail From: "Uwe Koloska" <uwe.koloska@mailbox.tu-dresden.de> Newsgroups: gmane.comp.tex.context Subject: Re: a few more questions Date: Thu, 15 Feb 2001 02:49:41 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <01021502494100.04579@bilbo> References: <200102141835.TAA15053@anxur.fi.muni.cz> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035394769 22678 80.91.224.250 (23 Oct 2002 17:39:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:39:29 +0000 (UTC) Original-To: ntg-context@ntg.nl (ConTeXt List) In-Reply-To: <200102141835.TAA15053@anxur.fi.muni.cz> Xref: main.gmane.org gmane.comp.tex.context:4079 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4079 Hello Han, Tatatata! Here I can show, that I have learned something from all the patient answers Hans has written for my questions: You wrote on Mittwoch, 14. Februar 2001 19:35: >Hi all, > >can you please help me with a few more questions: > >1) how to format the chapter title as follows: > > Chapter I > <title of chapter 1 here> \setuplabeltext[chapter=Chapter~] \setuphead[chapter][alternative=middle] >2) how to change the way of numbering headings (like A, B, C,... instead > of 1, 2, 3, ... \setupsection[section-2][bodypart][conversion=Character] And all together in a simple sample document: \setuplabeltext[chapter=Chapter~,appendix=Appendix~] \setuphead[chapter] [alternative=middle, bodypartlabel=chapter, appendixlabel=appendix, numberstyle=small, textstyle=boldslanted] \setupsection [section-2] [bodypart] [conversion=Character, % Watch the capital previousnumber=no] \setupsection [section-2] [appendix] [conversion=character, previousnumber=no] \starttext \completecontent \startbodymatter \chapter{A test for Han} \input tufte \chapter{Now for Hofstadter} \input hofstadter \stopbodymatter \startappendices \chapter{This is just Knuth} \input knuth \stopappendices \stoptext BTW: it's all in the beta manual! Yours Uwe -- mailto:koloska@rcs.urz.tu-dresden.de http://rcswww.urz.tu-dresden.de/~koloska/ -- -- right now the web page is in german only but this will change as time goes by ;-) From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4159 Path: main.gmane.org!not-for-mail From: Han The Thanh <thanh@informatics.muni.cz> Newsgroups: gmane.comp.tex.context Subject: Re: a few more questions Date: Tue, 20 Feb 2001 19:32:46 +0100 (MET) Sender: owner-ntg-context@let.uu.nl Message-ID: <200102201832.TAA10072@anxur.fi.muni.cz> References: <01021502494100.04579@bilbo> 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 1035394849 23399 80.91.224.250 (23 Oct 2002 17:40:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:40:49 +0000 (UTC) In-Reply-To: <01021502494100.04579@bilbo> from Uwe Koloska at "Feb 15, 1 02:49:41 am" Original-To: ntg-context@ntg.nl (ConTeXt List) Xref: main.gmane.org gmane.comp.tex.context:4159 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4159 Hi all, many thanks for all your answers, it was very helpful indeed. I should have spent more time on reading the manual. Regards, Thanh