I am currently writing my final thesis using LyX. and everything worked like a charm until I switched my citation style from numerical to natbib. Now my compilation process always cancels with this error message.
I already searched the net for a couple of hours trying to find possible solutions and created a MWE using a "test.bib" in JabRef, only having this as single element and it still does not work....and\NAT@force@numbers{}\NAT@force@numbers
Check the bibliography entries for non-compliant syntax,
or select author-year BibTeX style, e.g. plainnat
Code: Select all
@STANDARD{test2003,
title = {test},
organization = {test},
institution = {test},
author = {test},
language = {test},
howpublished = {test},
type = {test},
number = {3},
revision = {2},
address = {test},
month = {august},
year = {2003},
owner = {sami},
timestamp = {2013.03.18}
}
best,