remove unneeded bibliography styleand add missing package

This commit is contained in:
Chris Cromer 2022-01-16 17:46:39 -03:00
parent c290c80ba3
commit 83f267422c
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,6 @@
\documentclass[ \documentclass[
spanish, spanish,
12pt, 12pt]{article}
bibliography=totocnumbered]{article}
\usepackage[T1]{fontenc} \usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
@ -11,6 +10,7 @@
style=apa style=apa
]{biblatex} ]{biblatex}
\addbibresource{references.bib} \addbibresource{references.bib}
\usepackage{csquotes}
\usepackage{graphicx} \usepackage{graphicx}
\usepackage{mathptmx} \usepackage{mathptmx}
\usepackage{array} \usepackage{array}