From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25476 Path: news.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: setupheadertexts + kap/uppercase Date: Sat, 21 Jan 2006 19:37:43 +0100 Message-ID: <43D27F77.7070809@gmx.de> References: <43D25E3D.7020608@gmx.de> <43D26B6A.9060509@free.fr> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1137868685 27330 80.91.229.2 (21 Jan 2006 18:38:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Jan 2006 18:38:05 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Jan 21 19:38:03 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 1F0Ncc-0002BL-Rr for gctc-ntg-context-518@m.gmane.org; Sat, 21 Jan 2006 19:37:58 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 244FB127E8; Sat, 21 Jan 2006 19:37:56 +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 03941-09-4; Sat, 21 Jan 2006 19:37:52 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B8C4F1278E; Sat, 21 Jan 2006 19:37:52 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0A41D1278E for ; Sat, 21 Jan 2006 19:37:51 +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 03941-09-3 for ; Sat, 21 Jan 2006 19:37:50 +0100 (CET) Original-Received: from zs04.physik.fu-berlin.de (zs04.physik.fu-berlin.de [160.45.35.155]) by ronja.ntg.nl (Postfix) with SMTP id 2329712775 for ; Sat, 21 Jan 2006 19:37:49 +0100 (CET) Original-Received: from ith.physik.fu-berlin.de ([160.45.32.115] helo=[127.0.0.1]) by zs04.physik.fu-berlin.de with esmtp (Exim 4.60) (envelope-from ) id 1F0NcS-0003kW-Ut; Sat, 21 Jan 2006 19:37:49 +0100 User-Agent: Thunderbird 1.5 (X11/20060111) Original-To: mailing list for ConTeXt users In-Reply-To: <43D26B6A.9060509@free.fr> X-Scanned: No viruses found. X-Scan-Signature: 007ccc0c6428e27c742f0fa72255a7bf X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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:25476 Archived-At: Hello, Sebastian Rooks schrieb: > Did you try with a \fetchmark[chapter][first] as explained on the wiki = ? > http://wiki.contextgarden.net/Headers_and_Footers , section 2 "Using > capitals" That indeed worked. (I looked at ConTeXtgarden, but I seemingly missed the right keyword in my search :-( shame on me.) Anyway, \uppercase have some problems. I get with --------------------------- \enableregime[utf] \setupheadertexts[][{\expanded{\uppercase{\fetchmark[chapter][first]}}}] \starttext \chapter{Einf=FChrung} % EINF=DCHRUNG \uppercase{=C4=D6=DC=E4=F6=FC=DF} % should be =C4=D6=DC=C4=D6=DCSS \stoptext --------------------------- "=C4=D6=DC=C4=D6=FC=DF" ("=FC=DF" should be "=DCSS") and in the header I = get "EINF=DFHRUNG". Tobias