From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25849 Path: news.gmane.org!not-for-mail From: Miguel Queiros Newsgroups: gmane.comp.tex.context Subject: Two questions: Bib module and Headers Date: Sat, 04 Feb 2006 02:42:13 +0000 Message-ID: <1139020933.2717.5.camel@a213-22-133-32.cpe.netcabo.pt> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1139020913 29454 80.91.229.2 (4 Feb 2006 02:41:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Feb 2006 02:41:53 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Feb 04 03:41:47 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1F5DMu-0000S3-6w for gctc-ntg-context-518@m.gmane.org; Sat, 04 Feb 2006 03:41:44 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 93679127ED; Sat, 4 Feb 2006 03:41:43 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11270-01; Sat, 4 Feb 2006 03:41:43 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EC42D127EA; Sat, 4 Feb 2006 03:38:03 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 47CFC127EA for ; Sat, 4 Feb 2006 03:38:02 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10984-04 for ; Sat, 4 Feb 2006 03:38:00 +0100 (CET) Original-Received: from exch01smtp11.hdi.tvcabo (smtp3.netcabo.pt [212.113.174.30]) by ronja.ntg.nl (Postfix) with SMTP id 1F05012780 for ; Sat, 4 Feb 2006 03:37:59 +0100 (CET) Original-Received: from a213-22-133-32.cpe.netcabo.pt ([213.22.133.32]) by exch01smtp11.hdi.tvcabo with Microsoft SMTPSVC(6.0.3790.1830); Sat, 4 Feb 2006 02:37:59 +0000 Original-To: ntg-context@ntg.nl X-Mailer: Ximian Evolution 1.4.5-4mdk X-OriginalArrivalTime: 04 Feb 2006 02:37:59.0320 (UTC) FILETIME=[03123180:01C62934] X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:25849 Archived-At: Hi, I'm using Bib module and bibtex to create my bibliography. I would like to order it by author name, and I'v tried it using: \setupbibtex[database=3Dopensource-educacao,sort=3Dauthor] But didn't get the desired result. = Should I be using anything else ? And now for the header question: I'm using the following code to change the font size of my header from 12pt to 10pt. \setupheadertexts[][\setups{ta}] \startsetups[ta] \setupbodyfont[10pt] \getmarking[chapter] \stopsetups Using \setupbodyfont[10pt] in this case is the best solution ? Thank you, Miguel Queir=F3s