X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["743" "Tue" "18" "February" "1997" "10:01:00" "+0100" "Hans Aberg" "haberg@matematik.su.se" nil "18" "Re: International documents" "^Date:" nil nil "2" nil nil nil nil] nil) Received: from listserv.gmd.de (listserv.gmd.de [192.88.97.1]) by mail.Uni-Mainz.DE (8.8.5/8.8.4) with ESMTP id JAA14941; Tue, 18 Feb 1997 09:59:37 +0100 (MET) Received: from listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <15.E8BBF371@listserv.gmd.de>; Tue, 18 Feb 1997 9:59:35 +0100 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 103453 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Tue, 18 Feb 1997 09:59:30 +0100 Received: from mail.nada.kth.se (root@mail.nada.kth.se [130.237.222.92]) by relay.urz.uni-heidelberg.de (8.7.6/8.7.4) with ESMTP id JAA10129 for ; Tue, 18 Feb 1997 09:59:28 +0100 (MET) Received: from [130.237.37.78] (sl58.modempool.kth.se [130.237.37.78]) by mail.nada.kth.se (8.8.4/8.8.4) with SMTP id JAA25556 for ; Tue, 18 Feb 1997 09:59:26 +0100 (MET) X-Sender: su95-hab@mail.nada.kth.se (Unverified) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-ID: Reply-To: Mailing list for the LaTeX3 project Date: Tue, 18 Feb 1997 10:01:00 +0100 From: Hans Aberg Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: International documents Status: R X-Status: X-Keywords: X-UID: 1818 > but before going into interface questions, what are the items related > to language? Two more: * Some languges, like Spanish, start exclamations and questions with an up-side-down interpunctuation mark. So one could think of this as a language dependent feature; one enters (logically) \Exclamation{Foo}, or \Question{Bar}, and the language package inserts the correct interpunctuation. * In Swedish decimal numbers, the use of "," and "." are reversed relative English, so a number that would appear as "123,456.78" in English, would be "123.456,78" in Swedish. So, this could be considered as a language dependednt feature; one enters (logically) \Number{..}, and the language package selects the correct output format. Hans Aberg