X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["820" "Fri" "20" "June" "1997" "15:04:29" "+0200" "Rainer Schoepf" "schoepf@UNI-MAINZ.DE" nil "26" "Re: [Bug Report] Problem with INPUTENC package and TOC files." "^Date:" nil nil "6" nil 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 PAA25560; Fri, 20 Jun 1997 15:08:28 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <10.BBDFC792@listserv.gmd.de>; Fri, 20 Jun 1997 15:04:37 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 156708 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Fri, 20 Jun 1997 15:04:32 +0200 Received: from perdita.zdv.Uni-Mainz.de (perdita.zdv.Uni-Mainz.DE [134.93.8.147]) by relay.urz.uni-heidelberg.de (8.7.6/8.7.4) with ESMTP id PAA08393 for ; Fri, 20 Jun 1997 15:04:31 +0200 (MET DST) Received: (from schoepf@localhost) by perdita.zdv.Uni-Mainz.de (8.8.4/8.8.5) id PAA08599; Fri, 20 Jun 1997 15:04:29 +0200 (MEST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <199706181237.MAA00063@ew160061.nets.de.eds.com> <199706191620.RAA07046@fell.open.ac.uk> <33A97714.34BAB20B@vvv.vsu.ru> <199706200736.JAA07288@perdita.zdv.Uni-Mainz.de> <33AA7A81.6F1137F1@vvv.vsu.ru> X-Mailer: VM 6.31 under Emacs 19.34.1 Message-ID: <199706201304.PAA08599@perdita.zdv.Uni-Mainz.de> Reply-To: Mailing list for the LaTeX3 project Organization: Johannes Gutenberg-Universitaet Mainz In-Reply-To: <33AA7A81.6F1137F1@vvv.vsu.ru> Date: Fri, 20 Jun 1997 15:04:29 +0200 From: Rainer Schoepf Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: [Bug Report] Problem with INPUTENC package and TOC files. Status: R X-Status: X-Keywords: X-UID: 2130 Vladimir Volovich writes: > Is it *stated* somewhere in documentation that one cannot use primitive TeX commands > (and syntax) in a LaTeX files? ;-) No, but you were asking what are the correct LaTeX commands. See Appendix E of the LaTeXbook. > > TeX has a syntax? New concept.... :-) > > Of course, it has. :-) If not, than how can one get LaTeX to have syntax? By the very same argument, the ASCII code table has syntax, since you can build Pascal, C, C++,... out of it. That's a red herring. TeX input has a lexical structure that is determined dynamically during the run, plus a macro language that doesn't have any syntax beyond the notion of (token,catcode) pairs. Not even brace tokens are proper syntactical elements, as the famous \ifnum0=`{\fi example shows. Over to Joachim Schrod..... Rainer