I am having issues with implementing a bib style and using "myrefs.bib" file to create the respective .bbl file. Suppose I have "myref.bib" and "chicago.bst" files, then where in the world should I include the following the commands?
Code: Select all
\bibliographystyle{chicago}
\bibliography{myrefs}
\end{document}
and I kept getting error messages. BTW, I am using commands \citet
and \citep
for in-text citations. Can this be issue?Any help is very much appreciated
- Ash