Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!apple!julius.cs.uiuc.edu!ux1.cso.uiuc.edu!csrd.uiuc.edu!s41.csrd.uiuc.edu!eijkhout From: eijkhout@s41.csrd.uiuc.edu (Victor Eijkhout) Newsgroups: comp.text.tex Subject: Re: how to make "_" non-special? Keywords: \active, \_, underscore, subscript Message-ID: <1991Jan17.000807.18918@csrd.uiuc.edu> Date: 17 Jan 91 00:08:07 GMT References: <8763@star.cs.vu.nl> <1991Jan16.220735.17896@nntp-server.caltech.edu> Sender: news@csrd.uiuc.edu (news) Organization: UIUC Center for Supercomputing Research and Development Lines: 26 marcel@cs.caltech.edu (Marcel van der Goot) writes: >In <8763@star.cs.vu.nl> Fred Douglis (douglis@cs.vu.nl) asks >> Can anyone tell me what magic might be necessary to redefine "_" to >> have its normal meaning? >If you always want to use an _ as just an _, you can say > \catcode`\_=13 > \let_=\_ That's a tad better than what I suggested. >If you also want to write subscripts now and then, you can make " into >a subscript character by saying > \catcode`\"=13 The 13 should be 8. > Marcel van der Goot > marcel@vlsi.cs.caltech.edu Netherlands rule! Victor.