When running BibTex in a beamer document terminal returns:
Error : could not start the command : bibtex"powerP".aux
Here is a MWE:
\documentclass[aspectratio=169, hyperref={pdfpagelabels=false}]{beamer}
\usetheme{Madrid}
\let\Tiny=\tiny
\usepackage{multimedia}
\usecolortheme{whale}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usefonttheme{professionalfonts}
\setbeamertemplate{footline}[frame number]
\setbeamertemplate{frametitle}[default][center]
\setbeamersize{text margin left=2em,text margin right=2em}
\usepackage{csquotes} %"para citar bien"
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@Article{hall2012glioxal,
Title = {Activation of benznidazole by trypanosomal type I nitroreductases results in glyoxal formation},
Author = {Hall, Belinda S and Wilkinson, Shane R},
Year = {2012},
Number = {1},
Pages = {115--123},
Volume = {56},
Journal = {Antimicrobial agents and chemotherapy},
Publisher = {Am Soc Microbiol}
}
\end{filecontents}
\usepackage[style=verbose,backend=bibtex]{biblatex}
\addbibresource{\jobname.bib}
\begin{document}
\section{Intro}
\end{document}
When typing bibtex poweP.aux on terminal, it returns:
This is BibTeX, Version 0.99d (TeX Live 2017)
The top-level auxiliary file: poweP.aux
The style file: biblatex.bst
Database file #1: poweP-blx.bib
Database file #2: poweP.bib
Biblatex version: 3.3
Any help please?
bibtex? – Ulrike Fischer Oct 10 '17 at 14:26.texfile..@UlrikeFischer – Oct 10 '17 at 14:29Bib(la)tex : bibtex%.aux– Oct 10 '17 at 15:02bibtex %.aux– samcarter_is_at_topanswers.xyz Oct 10 '17 at 15:14Error : could not start the command : bibtex "powerP".aux. the post was edited with more information.. – Oct 10 '17 at 15:16powerP. Do you really havebibtex %.auxand no"s in the setting? – moewe Oct 10 '17 at 16:38backend=biberand have a look at Biblatex with Biber: Configuring my editor to avoid undefined citations. – moewe Oct 10 '17 at 16:46documentclass reportI haven't had problems with bibliography, and am using bibtex. I have tried also changing bibtex to biber but same error. Anyway, I will read the post. Thanks for the comment. – Oct 10 '17 at 16:50backend=biberyou must also change your editor settings to make it call Biber. Instead ofBib(la)tex : bibtex %.auxyou will then needBib(la)tex : biber %(note: no.aux) as explained in the link. – moewe Oct 10 '17 at 16:52.aux. And then rerun with bibtex-->pdfLatex..cycle? – Oct 10 '17 at 17:03