Code: Select all
\documentclass[12pt]{article}
\usepackage[margin=1.5in]{geometry}
\geometry{a4paper}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[british]{babel}
\usepackage{csquotes}
\usepackage[backend=biber,style=authoryear]{biblatex}
\addbibresource{/Users/ifuchs/Documents/Work/Gender.bib}
\usepackage[colorlinks, allcolors=blue, breaklinks]{hyperref}
\begin{document}
This is my example. I am citing \autocite[20]{McRobbie2009}.
\printbibliography
\end{document}
Code: Select all
@BOOK{McRobbie2009,
title = {The Aftermath of Feminism: Gender, Culture and Social Change},
publisher = {Sage},
year = {2009},
author = {Angela McRobbie},
address = {London},
timestamp = {2010.11.01}
}
INFO - This is Biber 1.6
INFO - Logfile is 'WorkingExample.blg'
INFO - Reading 'WorkingExample.bcf'
INFO - Found 1 citekeys in bib section 0
INFO - Processing section 0
INFO - Looking for bibtex format file '/Users/ifuchs/Documents/Work/Gender.bib' for section 0
INFO - Decoding LaTeX character macros into UTF-8
INFO - Found BibTeX data source '/Users/ifuchs/Documents/Work/Gender.bib'
WARN - Invalid or undefined BibTeX entry key in file '/var/folders/1t/gfg6lx791ds0hfh1hxskk8y40000gp/T/xDigi94GQ1/Gender.bib_585.utf8', skipping ...
ERROR - BibTeX subsystem: /var/folders/1t/gfg6lx791ds0hfh1hxskk8y40000gp/T/xDigi94GQ1/Gender.bib_585.utf8, line 3994, syntax error: found ",", expected one of: number, name (entry type, key, field, or macro name), end of entry ("}" or ")") or quoted string ({...} or "...")
INFO - WARNINGS: 1
INFO - ERRORS: 1