Nagy Gabor wrote:
Hi, I use LyX 1.3.6 (from Debian etch).
I export my file in latex, and then I do this:
$ latex thesis-komascript.tex
Is this correct, or shall I use another command line?
That looks correct.
I get some warnings:
TeX Warning: Citation `key-3' on page 4 undefined on input line 148.
I don't understand this. I have in line 148 a \cite{key-3}, but I think I
have a key for it. I have this:
\begin{thebibliography}{10}
\bibitem{key-3}http://asn1.elibel.tm.fr/en/standards/index.htm
I have the same with other citations, and similar with cross-references.
I have skimmed the generated dvi, and it seems that the references are
generated OK.
Can I just ignore these warnings, or is there anything I could do to have
them go away?
AFAIK latex doesn't look ahead, so the first time it encounters a
citation in the text it flags it as undefined. Typically, you need to
do at least two passes with latex to get cites and cross-references to
come out correctly.
Try running latex again -- the warnings should disappear on the second pass.
/Paul