im trying to include a citation in my document, but i get the following error when compiling:
Missing \endcsname inserted.
The description of the error is:
Code: Select all
\cite{káli2005distinct}
The control sequence marked <to be read again> should
not appear between \csname and \endcsname.
Code: Select all
@article{káli2005distinct,
title={{Distinct properties of two major excitatory inputs to hippocampal pyramidal cells: a computational study}},
author={K{\'a}li, S. and Freund, T.F.},
journal={European Journal of Neuroscience},
volume={22},
number={8},
pages={2027--2048},
issn={1460-9568},
year={2005},
publisher={John Wiley \& Sons}
}
The error goes away if i rewrite the .bib file to
@article{kali2005distinct, ...
Any way to solve this, or i need to rewrite the .bib file?
Thanks