Skip to content

Commit

Permalink
Use biblatex.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Sep 14, 2024
1 parent 2b668de commit a0a926d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ figures/balance-assist-eig-vs-speeds.png: src/control.py src/generate_time_serie
clearpdf:
rm paper.pdf
clean:
(rm -rf *.ps *.log *.dvi *.aux *.*% *.lof *.lop *.lot *.toc *.idx *.ilg *.ind *.bbl *.blg *.cpt *.out)
(rm -rf *.bcf *.fdb_latexmk *synctex.gz *.run.xml *.fls *.ps *.log *.dvi *.aux *.*% *.lof *.lop *.lot *.toc *.idx *.ilg *.ind *.bbl *.blg *.cpt *.out)
rm figures/balance-assist-eig-vs-speeds.png
rm figures/bicycle-with-geometry-mass.png
rm figures/gains-vs-speed.png
Expand Down
6 changes: 3 additions & 3 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
\usepackage{amsmath}
\usepackage{booktabs} % nice tables
\usepackage[margin=25mm]{geometry}
\usepackage{natbib}
\usepackage[natbib=true,style=authoryear]{biblatex}
\addbibresource{references.bib}
\usepackage{siunitx} % use for all units
\usepackage{subcaption} % for subfigures
\usepackage{todonotes}
Expand Down Expand Up @@ -685,9 +686,8 @@ \section{Conclusion}
%
TODO

\bibliographystyle{apalike}
% NOTE : this file is automatically generated from Zotero, do not edit
% manually!
\bibliography{references}
\printbibliography

\end{document}

0 comments on commit a0a926d

Please sign in to comment.