Xref: utzoo comp.text:6544 comp.text.tex:255 Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!mcsun!goya!colon!jjsf From: jjsf@gmv.es (Julio Sanchez) Newsgroups: comp.text,comp.text.tex Subject: Re: tex and sgml ? Message-ID: <1618@colon.gmv.es> Date: 1 Mar 90 14:51:41 GMT References: Reply-To: jsanchez@gmv.es (Julio Sanchez) Followup-To: comp.text.tex Organization: Grupo de Mecanica del Vuelo, S.A. (GMV), Madrid, Spain Lines: 17 In article spqr@ecs.soton.ac.uk (Sebastian Rahtz) writes: >>>>>> On 27 Feb 90 23:24:30 GMT, emv@math.lsa.umich.edu (Edward Vielmetti) said: > > structure. Besides, my brain copes better with > > this style than it does with \it{this style}, > > just the way it works I guess. >shame that \it{anything} will not actually work in TeX, isn't it :-} Well, \it{anything} won't work but you can do something like \italic{anything} defining: \long\def\italic#1{{\it#1}} But, in the general case, you shouldn't because more resources are involved in dealing with the argument (cf. TeXbook, page 205). In some cases you could even run out of memory. Julio