X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1745" "Tue" "18" "February" "1997" "23:13:30" "+0100" "Johannes L. Braams" "jlbraams@cistron.nl" nil "54" "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 XAA16937; Tue, 18 Feb 1997 23:13:39 +0100 (MET) Received: from listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <6.D61A58CD@listserv.gmd.de>; Tue, 18 Feb 1997 23:13:38 +0100 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 103718 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Tue, 18 Feb 1997 23:13:33 +0100 Received: from laforge.cistron.com (root@laforge.cistron.com [195.64.65.34]) by relay.urz.uni-heidelberg.de (8.7.6/8.7.4) with ESMTP id XAA02564 for ; Tue, 18 Feb 1997 23:13:29 +0100 (MET) Received: from cistron.nl (mikmak.cistron.nl [195.64.65.253]) by laforge.cistron.com (8.7/8.7) with SMTP id XAA11554; Tue, 18 Feb 1997 23:13:21 +0100 (MET) Received: from localhost by cistron.nl (5.0/SMI-SVR4) id AA06616; Tue, 18 Feb 1997 23:13:32 +0100 X-Mailer: exmh version 1.6.5 12/11/95 X-Organisation: TeXniek X-Address: Kooienswater 62, 2715 AJ Zoetermeer, The Netherlands X-Phone: +31 79 352 28 19 X-Fax: +31 70 343 23 95 X-Url: http://www.cistron.nl/~jlbraams/ X-Face: '-&yCsv_VMK]*E^s/)\-E$%PXQm?R$OVixN]wETlOcM,n-uKK1'-QP0u.oE/;bFOA16^3uOz0~wCJTy=#)HGwFj`SE}^aHH*aZIy07N6}SNw<.LR#d*m)RcF>!Z!({.OX!T&}4!a2@5 AF1VEwuCJx"OvkZN#0X^W{&Cn"6mNpO",M*j7::c#7rC=PbxA>Of*Nz(hD2:#IQ%kjMnB4XoaorR,u ;u-{z?}ZNo!daHKF"V_b@N/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <9702182213.AA06616@cistron.nl> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: Your message of "Sun, 16 Feb 1997 21:07:29 +0100." <199702162007.VAA28509@frank.zdv.uni-mainz.de> Date: Tue, 18 Feb 1997 23:13:30 +0100 From: "Johannes L. Braams" 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: 1825 On Sunday, February 16 Frank.Mittelbach wrote: > > i don't know if there is a compiled list for babel or whether one has > to get this out of the babel language files. perhaps Johannes can tell > us if he has such a list (otherwise i might compile that list myself > but that would take some time) > > Johannes? At the EuroTeX conference in Gdansk (1994) there was a babel bof. We came up with a list of aspects of multilingual typesetting: \documentclass[a4,11pt]{artikel3} \usepackage[english]{babel} \begin{document} At the Euro\TeX\ conference in Gdansk (1994) a babel bof was held. We discussed about what defines a language. We came up with a list of language attributes: \begin{itemize} \item hyphenation patterns and associated left- and righthyphenmin \item fontencoding (outputencoing) \item direction of writing \item input encoding \item punctuation \item quotation marks \item captions and dates (perhaps several formats of dates) \item mathematics (ie \tan gives either tan or tg) \item typographic conventions \item enumerating \item ligatures \item hyphen split (see article from Jiri Zlatuska) \item collating sequence (|\alph| etc. \item (conventions for emphasis, but more for document class, publishing house conventions). \end{itemize} |\selectlanguage| should always select the defaults for all attributes. |\setdefaultattributes| has two arguments, the name of a language and a comma separated list of attribs to switch when switching to the secondary language. |\begin{quote}| has an optional argument with a comma separated list to override the defaults people would like the syntax |\uselanguage{english}[]| instead of |\usepackage[english]babel}|. \end{document} Johannes Braams