2
Hello I am writing texts in latex by online editor Overleaf (https://www.overleaf.com/) which I think is very good. This one has several models of various articles, including in IEEE, which I am using (https://www.overleaf.com/latex/templates/preparation-of-papers-for-ieee-sponsored-conferences-and-symposia/zfnqfzzzxghk#. Vrc1xrirliu). The problem is that in this model the reference is direct, you have a References section.
I would like to make the indirect reference, with the use of the \cite{reference}
and this reference would be in a ref.Bib file
Any idea how to do that?
I like to see questions and answers about Latex here at Sopt. :-)
– cantoni
Thanks to following these steps I got, but the reference with the cite{aj-js} did not work, he gave the error "Latex Warning: Citation `aj-jc' on page 1 Undefined on input line 52." no. Bib I have @ARTICLE{aj-jc, Author = {Andreas Junghanns and Jonathan Schaeffer}, title = {Sokoban: Enhancing general single-agent search methods using Domain Knowledge}, Journal = {Artificial Intelligence}, year = {2001}, volume = {129}, pages = {219-251} } some idea?
– Nathan
You can not know without details. Is the reference correct? (You mention that you use
\cite{aj-js}
, only in Bib you have the key asaj-jc
- that is not the same!). Also, does it work on the local Latex, or just the Overleaf error? Anyway, if the problem is different, you should open a new question (and don’t forget to prepare a minimum example: http://meta.pt.stackoverflow.com/questions/1186/howto create a good example: m%C3%Adnimo-completo-e-verific%C3%A1vel).– Luiz Vieira