I am new to this forum as well as BiBTeX. I am writing a research paper in which I want the following citation:
Code: Select all
@electronic{xplaneworks,
title = "How {X}-{P}lane {W}orks",
url = "http://www.x-plane.com/pg_reviews.html",
month = "August",
year = "2009"
}
Code: Select all
@electronic{xplaneworks,
title = "How {X}-{P}lane {W}orks",
url = "http://www.x-plane.com/reviews.html",
month = "August",
year = "2009"
}
I am using Texmaker under Windows XP. The error generated by Texmaker during compilation is:
Code: Select all
! Missing $ inserted.
<inserted text>
$
l.153 ...l{http://www.x-plane.com/pg_reviews.html}
I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <8> on input line 153.
! Missing $ inserted.
<inserted text>
$
l.155
I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed.
! Missing } inserted.
<inserted text>
}
l.155
I've inserted something that you may have forgotten.
(See the <inserted text> above.)
With luck, this will get me unwedged. But if you
really didn't forget anything, try typing `2' now; then
my insertion and my current dilemma will both disappear.
! Extra }, or forgotten \endgroup.
\par ...m \@noitemerr {\@@par }\fi \else {\@@par }
\fi
l.155
I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.
)