I'm completely lost. I use LaTeX, but not competently. I want to do a bibliography and in-text citations in APA style.
I downloaded JabRef and did a test entry. Then I wrote the following code:
\documentclass{article}
\usepackage{apacite}
\bibliographystyle{apacite}
\begin{document}
\bibliography{testname}
\end{document}
...where testname is the name of my BibTeX file. My reference does not appear when I do this, though it does say "reference." I'm using TeXstudio, in case anyone is interested.
So, what do I do? Can someone explain to me in super simple terms how to get my entries from JabRef into an APA-style bibliography/in-text citations in TeXstudio?
\cite-like instructions. – Mico Jul 30 '19 at 04:50\cite-like commands? If yes, what is displayed where the citation call-outs should inserted? – Mico Jul 30 '19 at 06:08