Re: How to put a backslash in index?

2007-05-26 Thread Steve Litt
On Saturday 26 May 2007 06:37, Jürgen Spitzmüller wrote:> Steve Litt wrote: > > \index{regex!"\U}  NO BACKSLASH > > \index{regex!\\U}  NO BACKSLASH > > \index{regex!\U}  CAN'T COMPILE > > > > Anyone know how I put a backslash in the index? > > perhaps > > \index{regex!\textbackslash U} > > Jürgen

Re: How to put a backslash in index?

2007-05-26 Thread Jürgen Spitzmüller
Steve Litt wrote: > \index{regex!"\U}  NO BACKSLASH > \index{regex!\\U}  NO BACKSLASH > \index{regex!\U}  CAN'T COMPILE > > Anyone know how I put a backslash in the index? perhaps \index{regex!\textbackslash U} Jürgen

How to put a backslash in index?

2007-05-25 Thread Steve Litt
Hi all, I'm trying to put a \U in the index, under the regex category. I tried the following: \index{regex!"\U} NO BACKSLASH \index{regex!\\U} NO BACKSLASH \index{regex!\U} CAN'T COMPILE Anyone know how I put a backslash in the index? Thanks SteveT Steve Litt Author: Universal Troubleshoo