[biblio] TeXworks failing to recognize bib file

Brenton Horne brentonhorne77 at gmail.com
Thu May 7 06:17:27 CEST 2015


Hi,

I've presently got this TeX (.tex) file:

|\documentclass[a4paper,landscape,12pt,arial]{article}|||

|\usepackage{amsmath}|

||

|\usepackage{chemfig}|

||

|\usepackage[a4paper,landscape]{geometry}|

||

|\usepackage[american]{babel}|

||

|\usepackage{csquotes}|

||

|\usepackage[style=apa]{biblatex}|

||

|\DeclareLanguageMapping{american}{american-apa}|

||

|\usepackage{biblatex}|

||

|\title{\LaTeX}|

||

|\date{7 May 2015}|

||

|\addbibresource{Chem.bib}|

||

|\begin{document}|

||

|\maketitle|

||

||

||

|% This is a comment, not shown in final output.|

||

|% The following shows typesetting power of LaTeX:|

||

|
|

||

|{\chemname{\chemfig{({R_{1}}-[:30]C(=[:90]O)-[:-30]OH)}}{Carboxylic acid}|

||

|\chemsign{+}|

||

|\chemname{\chemfig{{R_{2}}-[:30]N(-[:90]H)-[:-30]{R_{3}}}}{Amine}|

||

|\chemrel{<>}|

||

|\chemname{\chemfig{({R_{1}}-[:30]C(=[:90]O)-[:-30]N(-[:30]{R_{2}})-[:-90]{R_{3}})}}{Carboxamide}|

||

|\chemsign{+}|

||

|\chemname{\chemfig{H_{2} O}}{Water}|

||

|
|

||

|\begin{itemize}|

||

|\item \cite{9780321767257}|

||

|\end{itemize}|

||

||

||

|\printbibliography|

||

|\end{document}|


where Chem.bib is in the same folder as this tex file, and has these 
contents:
|@Book{9780321767257,|||

|author = {McMurry, JE; Ballantine, DS; Hoeger, CA; Peterson, VE},|

||

|title = {Fundamentals of General Organic & Biological Chemistry},|

||

|publisher = {Prentice Hall},|

||

|year = {2012},|

||

|edition = {7th},|

||

|month = {February},|

||

|isbn = 9780321767257|

||

|}|


yet whenever I compile using pdfLaTeX+MakeIndex+BibTeX I get the 
following error:


	

biblatex.sty 
<texworks:C:%5Cwikitex%5Cmiktex%5Cinstallation%5Ctex%5Clatex%5Cbiblatex%5Cbiblatex.sty>

	
	

Package biblatex Warning: No "backend" specified, using Biber backend. 
To use BibTeX, load biblatex with the "backend=bibtex" option.


	

Amide condensation reaction.tex 
<texworks:C:/Users/Brenton/Documents/LaTeX/Amide%20condensation%20reaction.tex>

	
	

LaTeX Warning: Unused global option(s): [arial].


	

Amide condensation reaction.tex 
<texworks:C:/Users/Brenton/Documents/LaTeX/Amide%20condensation%20reaction.tex>

	
	

LaTeX Warning: No \author given.


	

Amide condensation reaction.tex 
<texworks:C:/Users/Brenton/Documents/LaTeX/Amide%20condensation%20reaction.tex>

	
	

Package chemfig Warning: the macro \chemrel is deprecated. Please, build 
schemes with \schemestart and inside, use \arrow.


	

Amide condensation reaction.tex 
<texworks:C:/Users/Brenton/Documents/LaTeX/Amide%20condensation%20reaction.tex#28>

	

28

	

LaTeX Warning: Citation '9780321767257' on page 1 undefined on input 
line 28.


	

Amide condensation reaction.tex 
<texworks:C:/Users/Brenton/Documents/LaTeX/Amide%20condensation%20reaction.tex#31>

	

31

	

LaTeX Warning: Empty bibliography on input line 31.


	

Amide condensation reaction.tex 
<texworks:C:/Users/Brenton/Documents/LaTeX/Amide%20condensation%20reaction.tex>

	
	

LaTeX Warning: There were undefined references.


	

Amide condensation reaction.tex 
<texworks:C:/Users/Brenton/Documents/LaTeX/Amide%20condensation%20reaction.tex>

	
	

Package biblatex Warning: Please (re)run Biber on the file: "Amide 
condensation reaction" and rerun LaTeX afterwards.


	

biblatex.sty 
<texworks:C:%5Cwikitex%5Cmiktex%5Cinstallation%5Ctex%5Clatex%5Cbiblatex%5Cbiblatex.sty>

	
	

Package biblatex Warning: No "backend" specified, using Biber backend. 
To use BibTeX, load biblatex with the "backend=bibtex" option.


	

Amide condensation reaction.tex 
<texworks:C:/Users/Brenton/Documents/LaTeX/Amide%20condensation%20reaction.tex>

	
	

LaTeX Warning: Unused global option(s): [arial].


	

Amide condensation reaction.tex 
<texworks:C:/Users/Brenton/Documents/LaTeX/Amide%20condensation%20reaction.tex>

	
	

LaTeX Warning: No \author given.


	

Amide condensation reaction.tex 
<texworks:C:/Users/Brenton/Documents/LaTeX/Amide%20condensation%20reaction.tex>

	
	

Package chemfig Warning: the macro \chemrel is deprecated. Please, build 
schemes with \schemestart and inside, use \arrow.


	

Amide condensation reaction.tex 
<texworks:C:/Users/Brenton/Documents/LaTeX/Amide%20condensation%20reaction.tex#28>

	

28

	

LaTeX Warning: Citation '9780321767257' on page 1 undefined on input 
line 28.


	

Amide condensation reaction.tex 
<texworks:C:/Users/Brenton/Documents/LaTeX/Amide%20condensation%20reaction.tex#31>

	

31

	

LaTeX Warning: Empty bibliography on input line 31.


	

Amide condensation reaction.tex 
<texworks:C:/Users/Brenton/Documents/LaTeX/Amide%20condensation%20reaction.tex>

	
	

LaTeX Warning: There were undefined references.


	

Amide condensation reaction.tex 
<texworks:C:/Users/Brenton/Documents/LaTeX/Amide%20condensation%20reaction.tex>

	
	

Package biblatex Warning: Please (re)run Biber on the file: "Amide 
condensation reaction" and rerun LaTeX afterwards.


If relevant I am running 64 bit Windows 7 SP1, I have TeXworks as it 
came bundled with MiKTeX 2.9.

Thanks for your time,
Brenton
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/biblio/attachments/20150507/03d6a290/attachment-0001.html>


More information about the biblio mailing list