home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / text / tex / 13466 < prev    next >
Encoding:
Text File  |  1992-11-24  |  1.6 KB  |  51 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!stanford.edu!leland.Stanford.EDU!Leland.Stanford.EDU!Kimura.Stanford.EDU!bernt
  3. From: bernt@Kimura.Stanford.EDU (Bernt Guldbrandtsen)
  4. Subject: Re: HELP: LaTeX equation problem
  5. Message-ID: <1992Nov24.033034.2567@leland.Stanford.EDU>
  6. Sender: news@leland.Stanford.EDU (Mr News)
  7. Organization: Department of Biological Sciences, Stanford University
  8. References:  <1992Nov24.113611.295@lincoln.ac.nz>
  9. Date: Tue, 24 Nov 92 03:30:34 GMT
  10. Lines: 39
  11.  
  12. In article <1992Nov24.113611.295@lincoln.ac.nz>, brownt1@lincoln.ac.nz writes:
  13. |> 
  14. |> I have a problem with a simple equation
  15. |> 
  16. |> \[ \sqrt{ \vec{m}\cdot\vec{n} } < \sqrt{ \vec{a}\cdot\vec{b} } \]
  17. |> 
  18. |> because the b is taller than either the m or the n, it keeps doing this
  19. |> 
  20. |>                                      _________
  21. |>                   _________         /     
  22. |>                  /  -   -    <     /  -   -
  23. |>                \/   m . n        \/   a . b
  24. |> 
  25. |> I want both sqrt signs the same size, i've tried raisebox and rule, like 
  26. |> it says in Lamport, but they keep stopping LaTeX with a 
  27. |> Missing $ inserted message
  28. |> 
  29. |> Any help much appreciated, cheers -tb
  30. |> 
  31. |> ----------------------------------------------------------------------
  32. |>      Terry Brown, INTERNET brownt1@lincoln.ac.nz, 
  33. |>                   UUCP     tb@tbnode.equinox.gen.nz,
  34. |>                   /earth is 98% full ... please delete anyone you can.
  35. |> 
  36. |> 
  37.  
  38. Try:
  39.  
  40. \[
  41. \sqrt{\vphantom{\vec b} \vec m \cdot\vec n} < \sqrt{ \vec{a}\cdot\vec{b} }
  42. \]
  43.  
  44. This seems to do the job.
  45.  
  46. Hope this helps!
  47.  
  48. Bernt Guldbrandtsen
  49.  
  50. bernt@weinberg.pop.bio.aau.dk
  51.