X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1360" "Thu" "3" "December" "92" "17:17:00" "+0100" "Frank Poppe" "POPPE@SWOV.NL" nil "37" "Re: accents" "^Date:" nil nil "12"]) Return-Path: Received: from sc.ZIB-Berlin.DE (serv01) by dagobert.ZIB-Berlin.DE (4.1/SMI-4.0/1.9.92 ) id AA13037; Thu, 3 Dec 92 19:28:19 +0100 Received: from vm.urz.Uni-Heidelberg.de (vm.hd-net.uni-heidelberg.de) by sc.ZIB-Berlin.DE (4.0/SMI-4.0-sc/19.6.92) id AA28074; Thu, 3 Dec 92 19:28:17 +0100 Message-Id: <9212031828.AA28074@sc.zib-berlin.dbp.de> Received: from DHDURZ1 by vm.urz.Uni-Heidelberg.de (IBM VM SMTP V2R2) with BSMTP id 0750; Thu, 03 Dec 92 19:28:51 CET Received: from DHDURZ1 by DHDURZ1 (Mailer R2.08 R208004) with BSMTP id 3353; Thu, 03 Dec 92 19:28:47 CET Received: from DHDURZ1 by DHDURZ1 (Mailer R2.08 R208004) with BSMTP id 3351; Thu, 03 Dec 92 19:28:45 CET Reply-To: Mailing list for the LaTeX3 project Date: Thu, 3 Dec 92 17:17:00 +0100 From: Frank Poppe Sender: Mailing list for the LaTeX3 project To: Multiple Recipients of Subject: Re: accents Status: R X-Status: X-Keywords: X-UID: 890 J%org Knappen wrote: JK> On accents JK> JK> I just wrote a proposal to VMSTEX-L, that I'd like an TeX implementation JK> which would recognise the main 8 bit character sets on VAXen and can choose JK> between them by the use of a qualifier (like those -flags under @N@X). JK> JK> However, here is another idea which might be interesting, allthough I'm not JK> sure if it may violate the principles of TeX: JK> JK> Use some kind of ``structured comment'' at the beginning of a .tex file. I JK> have seen a thing like this on the Atari, where a line like JK> %macropackage=lplain JK> causes the implementation to choose the right format automatically. JK> JK> Here I'm thinking of of structured comment like JK> %characterset=latin1 JK> to cause the implementation automatically to choose the right character JK> conversion table. JK> JK> Think this proposal needs some discussion, since the structured comments JK> need standardisation to be really usefull. JK> Since the format and the characterset are linked quite closely to the input-file, this is worth considering. It does NOT have to violate some TeX-rule. The CS-TeX approach for the Atari has a shell that looks at the first line(s) of the input file to see whether the format is defined. If it is, it starts TeX with the proper format specified. This way TeX itself is not involved. Frank Poppe