home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / tex / 9637 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.4 KB

  1. Path: sparky!uunet!mcsun!sunic!diku!dkuug!imada!ravn
  2. From: ravn@imada.ou.dk (Thorbjoern Ravn Andersen)
  3. Newsgroups: comp.text.tex
  4. Subject: Re: backslash
  5. Message-ID: <1992Jul17.134420.19055@imada.ou.dk>
  6. Date: 17 Jul 92 13:44:20 GMT
  7. References: <keNSYj200WB54W3kgF@andrew.cmu.edu> <SCHOEPF.92Jul17115912@quattro.sc.ZIB-Berlin.de>
  8. Sender: news@imada.ou.dk (USENET News System)
  9. Organization: Dept. of Math. & Computer Science, Odense University, Denmark
  10. Lines: 28
  11.  
  12. Schoepf@sc.ZIB-Berlin.de (Rainer Schoepf) writes:
  13.  
  14. >   How do I get a backslash that looks right inside \tt?  The \backslash
  15. >   backslash is too big?  I'm looking for something like the backslash I
  16. >   see all over the place in the LaTeX reference manual.
  17. >\verb=\=
  18.  
  19. This will only work if it is not used as an argument for anything else.
  20. I recently needed a backslash to go into an index command, and then this
  21. didn't work.  We found the solution as
  22.  
  23. \newcommand{\bsl}{{\tt \char '\\}
  24.  
  25. which is then used all over the place. After converting a whole document
  26. full of \verb|\whatever| to \texcommand{whatever} (where \texcommand is
  27. defined as 
  28.   \newcommand{\texcommand}[1]
  29.      {\bsl{\tt #1}\index{#1@\bsl{\tt  #1}}}
  30. )
  31. I got very tired of \verb.  Is there a decent way of discouraging the
  32. use of \verb?
  33.  
  34. -- 
  35. Thorbj{\o}rn Andersen |  map ravn [repeat albani] .... Core dumped
  36. ravn@imada.ou.dk      |  b="a=\"b=\"++show b++';':b";a="b="++show b++';':b
  37.  
  38.                        
  39.