I am really struggling with my References / Bibliography page. I will unfortunately be unable to give much of my code, as the contents of the document are unpublished.
The template I was given to use for my code included a refs.txt file that had,
\begin{thebibliography}{}
\bibitem{}
\end{thebibliography}
Unfortunately, I used the APA citation style when manually citing in my document, so I do not want the number in the brackets ( [1] ) before my citation. I have a main.txt file that then includes my other text files,
\include{ch1}
\include{ch2}
\include{ch3}
\include{refs}
I believe it is due to this reason that the \usepackage{natbib} package continues to give me an error. Additionally, I have attempted to forgo the thebibliography aspect of my code and attempt to write a .bib file, but when adding it to my main.txt file, under my \include statements (while removing the \include{refs}, as either \printbibliography or \bibliography{example} it does not include my reference page at all.
Is there anyway to fix this, or do something completely different, or will I have to redo all of my citations?
Edit: I believe I have figured it out on my own.
\documentclass{...}and ending with\end{document}). – Fran Oct 28 '20 at 06:43\documentclass{...}is written code that is lengthy. It is not a publicly accessible class such as: article, report, book, etc. – Fire Oct 28 '20 at 06:50