Thanks for your help and informative answer !
Peter
p.s.: on such a day I praise the Internet and its ability to get people together ;-)
>>> Guenter Milde <[EMAIL PROTECTED]> 06/15 8:58 >>>
On Fri, 15 Jun 2001 08:02:45 +0200 wrote Mayr <[EMAIL PROTECTED]>:
> The problem is that the underscore "_" in the cited URLS leads to four
> mysterious error messages, when I try to latex my document:
>
> "Extra }, or forgotten \endgroup"
> "Missing } inserted"
> "Missing $ inserted"
> "Missing $ inserted"
>
> The descriptions to the messages talk about a "math enviroment" but that
> doesn't give me any clue at all...
Remember, that the Text in Bibtex-Entries is processed by LaTeX. The
underscore is a command to let the following sign be a subscript and only
works in the math environment (the blue Mathed in Lyx). $ toggles between
math and text and therefore TeX tried to correct you by inserting one
(BTW: this could be regarded as "Wordish" behaviour - correct the user
without asking - still you will be informed)
The solution is to escape the underscore: \_ instead of _.
>
> P.S.: general suggestions, about citing webpages in BibTeX are also welcome...
There are styles, that have url as a citation type, however, if you stick to
the standard styles, misc will be a better choice than book. So how about
@misc{nielsen:2001,
title = {How to Conduct a Heuristic Evaluation},
author = {Nielsen, J.},
howpublished = {Retrieved March 23, 2001 from the World Wide Web
http://www.useit.com/papers/test\_u.html}
}
Guenter
--
[EMAIL PROTECTED]