I have a problem to create citations in my text. I use Mac OS Sierra (10.12.6), TexMaker, and MacTex.
I created the .bib file with all references, but when I put \cite{labelname}, it cannot run (I also tried \citep, and other forms). I already configured the Quick build to run PdfLatex + Bibtex + PdfLatex(2x)+ View pdf, as described in another topic.
The error message says:
Could not start the command.
"pdflatex" -synctex=1 -interaction=nonstopmode %.tex
Another time the error message was, it could not find the .aux file.
The references appear now in the text as the names of the labels and I cannot change that into normal citations.
Could not start the command.if your editor could not find the programme you are trying to run. Can you compile a small hello world document or do you get the same error? – moewe Jun 29 '18 at 09:22Could not start the commandcome into play? If you can start to compile a document, please show us an MWE/MWEB of what you have along with the output you get and the output you expect. – moewe Jun 29 '18 at 09:37.bibfile. Your editor and TeX are smart enough to figure out which commands to run on which file if you start them when the main document is in focus. – moewe Jun 29 '18 at 09:52biblatexI assume you run BibTeX instead of Biber, in which case you will want to have a look at https://tex.stackexchange.com/q/154751/35864. But that is pure speculation. We can only help you if you show us an MWE and explain in detail what you are doing. – moewe Jun 29 '18 at 10:27