While writing my proposal, I am struggling with setting my bibliography to APA-format. Currently, I use the following code:
Font
\documentclass[onecolumn, 9pt, a4 paper]{proposal}
%\usepackage[english]{babel}
%\usepackage{fontspec}
% PAGE MARGINS
\usepackage[top=2.54cm, bottom=2.54cm, left=3.17cm, right=3.17cm]{geometry}
% FONT (similar to Verdana)
\usepackage[lf]{berenis}
\renewcommand*\familydefault{\sfdefault}
\usepackage[T1]{fontenc}
%graphs
\usepackage{graphicx}
\graphicspath{figs}
%bibliography
\usepackage[backend=biber, style=numeric, citestyle=apa ]{biblatex}
\addbibresource{sample.bib}
Does someone see the error?
