I wrote a very simple script like following:
\documentclass{article}
\begin{document}
Hello World!
\end{document}
Then I got error message like this:
Process started
This is BibTeX, Version 0.99d (MiKTeX 2.9.6730) The top-level auxiliary file: test.aux I found no \citation commands---while reading file test.aux I found no \bibdata command---while reading file test.aux I found no \bibstyle command---while reading file test.aux (There were 3 error messages)
Process exited with error(s)
I am on Mac OS, using texmaker, miktex. I did some search and the closest I think is Biblatex with Biber: Configuring my editor to avoid undefined citations
However, it seems a windows based solution, and I prefer not to change much of my current setting because I do need to use bibtex.
What should I do to create an simple latex document on Mac OS? Thanks.
bibTeXwithout a\bibliographystyle{}and a\bibliography{}command? (And same aboutbiblatex... where is the package included) ? ... Edit: Oh... I see ... See Mico's comment! – koleygr Oct 05 '19 at 15:37