i'm trying to reference my paper(harvard style), but the code I've been using isn't working for me, and I don't know why.
Whenever I'm trying to do the "quick build" run on my TexMaker, it'll tell me that it can't find '
etoolbox.sty
', and that my pdf will display question marks. I don't understand why I'll need the '
etoolbox.sty
'. Help! this is driving me nuts. Am I doing something wrong here? Do I need an auxiliary file? I'm seriously confused. Would appreciate an ASAP reply. Cheers
p.s. I'm using miktex
===============================.tex file=========
Code: Select all
\documentclass[11pt]{article} %Page Settings
\usepackage[top=20mm, right=20mm, left=30mm, bottom=20mm]{geometry}
\usepackage[style=authoryear]{biblatex}
\addbibresourse{bibliography.bib}
\begin{document}%
\begin{titlepage}%
....
\printbibliography
\end{document}
Code: Select all
@inproceedings{Arens,
author = {Edward Arens, Donald Ballanti},
editor = {Heisler, Gordon M.; Herrington, Lee P., eds},
title = {Outdoor Comfort of Pedestrians in Cities},
booktitle = {Proceedings of the conference on metropolitan physical environment},
year = {1997},
OPTorganization = {U.S. Department of Agriculture},
OPTpages = {115-129},
OPTurl = {http://www.nrs.fs.fed.us/pubs/gtr/gtr_ne25/gtr_ne25.pdf},
}
@article{Chen2011,
author = {Liang Chen, Edward Ng},
title = {Outdoor thermal comfort and outdoor activities: A review of research in the past decade},
journaltitle = {ELSEVIER},
year = {2011},
OPTvolume = {29},
OPTnumber = {2},
OPTpages = {118-125},
}