home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.text.tex
- Path: sparky!uunet!stanford.edu!leland.Stanford.EDU!Leland.Stanford.EDU!Kimura.Stanford.EDU!bernt
- From: bernt@Kimura.Stanford.EDU (Bernt Guldbrandtsen)
- Subject: Re: HELP: LaTeX equation problem
- Message-ID: <1992Nov24.033034.2567@leland.Stanford.EDU>
- Sender: news@leland.Stanford.EDU (Mr News)
- Organization: Department of Biological Sciences, Stanford University
- References: <1992Nov24.113611.295@lincoln.ac.nz>
- Date: Tue, 24 Nov 92 03:30:34 GMT
- Lines: 39
-
- In article <1992Nov24.113611.295@lincoln.ac.nz>, brownt1@lincoln.ac.nz writes:
- |>
- |> I have a problem with a simple equation
- |>
- |> \[ \sqrt{ \vec{m}\cdot\vec{n} } < \sqrt{ \vec{a}\cdot\vec{b} } \]
- |>
- |> because the b is taller than either the m or the n, it keeps doing this
- |>
- |> _________
- |> _________ /
- |> / - - < / - -
- |> \/ m . n \/ a . b
- |>
- |> I want both sqrt signs the same size, i've tried raisebox and rule, like
- |> it says in Lamport, but they keep stopping LaTeX with a
- |> Missing $ inserted message
- |>
- |> Any help much appreciated, cheers -tb
- |>
- |> ----------------------------------------------------------------------
- |> Terry Brown, INTERNET brownt1@lincoln.ac.nz,
- |> UUCP tb@tbnode.equinox.gen.nz,
- |> /earth is 98% full ... please delete anyone you can.
- |>
- |>
-
- Try:
-
- \[
- \sqrt{\vphantom{\vec b} \vec m \cdot\vec n} < \sqrt{ \vec{a}\cdot\vec{b} }
- \]
-
- This seems to do the job.
-
- Hope this helps!
-
- Bernt Guldbrandtsen
-
- bernt@weinberg.pop.bio.aau.dk
-