OK, I drop LyX. But even using only the tex editor, the citations still don't appear. This is what I do:
I run latex, then I run bibtex, then I run latex twice and, finally I compile to pdfLatex twice as you've suggested. References are OK at the end of the pdf, but citations still don't appear.
Maybe I'm lacking some package(s). This are the ones I'm currently using:
Code: Select all
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{sw20elba}
\usepackage{harvard}
\usepackage{amsbsy}
\usepackage{portland}
\usepackage[pdftex]{hyperref}
\usepackage[dvips]{graphicx}
\usepackage[retainorgcmds]{IEEEtrantools}
Thanks and regards,