X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1357" "Mon" "14" "March" "1994" "21:19:12" "MEZ" "Werner Lemberg" "A7621GAC@helios.edvz.univie.ac.at" nil "46" "Re: Headers in the standard styles" "^Date:" nil nil "3" nil nil nil nil] nil) Return-Path: Received: from sc.ZIB-Berlin.DE (mailserv) by dagobert.ZIB-Berlin.DE (4.1/SMI-4.0/24.6.93) id AA14001; Tue, 15 Mar 94 06:48:15 +0100 Received: from mail.cs.tu-berlin.de by sc.ZIB-Berlin.DE (4.1/SMI-4.0-sc/03.06.93) id AA14428; Tue, 15 Mar 94 06:48:13 +0100 Received: from tubvm.cs.tu-berlin.de by mail.cs.tu-berlin.de with SMTP id AA29794 (5.65c8/IDA-1.4.4(mail.m4[1.12]) for <@MAIL.CS.TU-BERLIN.DE:Schoepf@SC.ZIB-BERLIN.DE>); Tue, 15 Mar 1994 06:48:11 +0100 Message-Id: <199403150548.AA29794@mail.cs.tu-berlin.de> Received: from TUBVM.CS.TU-BERLIN.DE by tubvm.cs.tu-berlin.de (IBM VM SMTP V2R2) with BSMTP id 0748; Tue, 15 Mar 94 06:47:34 +0200 Received: from VM.URZ.UNI-HEIDELBERG.DE (NJE origin MAILER@DHDURZ1) by TUBVM.CS.TU-BERLIN.DE (LMail V1.2a/1.8a) with BSMTP id 0747; Tue, 15 Mar 1994 06:47:34 +0200 Received: from VM.URZ.UNI-HEIDELBERG.DE (NJE origin LISTSERV@DHDURZ1) by VM.URZ.UNI-HEIDELBERG.DE (LMail V1.2a/1.8a) with BSMTP id 9233; Mon, 14 Mar 1994 21:40:39 +0000 Reply-To: Mailing list for the LaTeX3 project In-Reply-To: Message of Wed, 9 Mar 1994 09:37:20 +0100 from Date: Mon, 14 Mar 1994 21:19:12 MEZ From: Werner Lemberg Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: Headers in the standard styles Status: R X-Status: X-Keywords: X-UID: 1596 >WL> I therefore suggest additional macros like >WL> \postchaptername >WL> \postpartname etc. >WL> to be included in the standard styles. I think this does not cause any >WL> incompatibilites with existing documents using \chapter etc. without >WL> modifications. > >This point goes directly to implementation of this feature and itsn't the >time for that because we only collect the features, the habits, the >mechanisms, etc. that need to be looked at before any implementation >could take place. Well, here is a piece of macro code which seems to me quite `global': in \@part: \let\prepartname=\partname \Large\bfseries \prepartname\prepartspace\thepart\postpartspace\postpartname and similar macros for chapter etc. E.g., for Chinese you would have \prepartname{di4} \prepartspace{} \postpartspace{} \postpartname{bu4fen} (but `Appendix~A' becomes `fu4ran~A') (numbers after the Chinese syllables indicate the speaking tones) The same grammatical pattern holds for Korean also. I hope that these changes can be included soon -- it's a great nuisance to rewrite macros like \chapter for each language, and I believe that the world wide acceptance of TeX would increase with easy to write language packages. This more than a `typographic habit in a specific area' -- it's grammar. Werner