I have a problem with my bibliography when I use \input command. This is my template:
Code: Select all
\documentclass[12pt]{article}
\begin{document}
\input{paper04}
\newpage
\bibliographystyle{asr}
\bibliography{ref}
\end{document}
But when I copy the paper04 code in this template I get the citation and reference section without any problem, so I think it is an issue related to the \input command. What could I do? Any ideas?Citation `maldonado-molina2007patterns' on page 1 undefined on input line 22. Citation `maldonado-molina2007patterns' on page 1 undefined
Thank you in advance,
Sebastian