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

  1. Path: sparky!uunet!mcsun!sunic!diku!dkuug!iesd!iesd.auc.dk!krab
  2. From: krab@iesd.auc.dk (Kresten Krab Thorup)
  3. Newsgroups: comp.text.tex
  4. Subject: Re: backslash
  5. Message-ID: <KRAB.92Jul17173104@xiv.iesd.auc.dk>
  6. Date: 17 Jul 92 16:31:04 GMT
  7. References: <keNSYj200WB54W3kgF@andrew.cmu.edu>
  8. Sender: news@iesd.auc.dk (UseNet News)
  9. Organization: Mathematics and Computer Science, Aalborg University
  10. Lines: 12
  11. In-Reply-To: me12+@andrew.cmu.edu's message of 16 Jul 92 21:25:03 GMT
  12.  
  13. >>>>> On 16 Jul 92 21:25:03 GMT, me12+@andrew.cmu.edu (Marc R. Ewing) said:
  14.  
  15. Marc> How do I get a backslash that looks right inside \tt?  The \backslash
  16. Marc> backslash is too big?  I'm looking for something like the backslash I
  17. Marc> see all over the place in the LaTeX reference manual.
  18.  
  19. You can say {\tt ...\char`\\ ... }  also underscore in typewriter
  20. looks best this way, i.e.: {\tt \char`\_ ... }.  it is the same with
  21. curly braces.  These things should really be handled automatically by
  22. LaTeX. 
  23.  
  24. /Kresten
  25.