I'm using ubuntu16, i've intalled latex full version and texmaker. Im writing a document and when compiling the bibliography i get this message: !LaTeX Error: File `bibtex.sty' not found. What can i do? S.O.S its driving me crazy
\documentclass[12pto,a4paper,oneside]{book}
\usepackage[portuguese]{babel}
\usepackage{bibtex}
\addbibresource{/chapters/reference.bib}
\begin{document}
blablablablablablablablablablablablab \parencite{author-bibliography}
\begin{appendix}
\end{appendix}
\listoffigures
\listoftables
\printbibliography
\end{document}
Please fix the 1st line that should say 12pt
Be sure that bibtex is installed. On my computer tex live tools does the work.