I am pasting the code here, but also attaching a printscreen containing the full error message.
Thank you very much.
! LaTeX Error: File `pdftex.def' not found.
Code: Select all
\documentclass[10pt,a4paper,oneside]{book}
\usepackage[utf8]{inputenc}
\usepackage[portuguese]{babel}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{graphics}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage[backend=bibtex,
style=authoryear,
natbib=true,
style=numeric-comp
]{biblatex}
\author{Marcelo Carneiro de Lima}
\title {Técnicas para a Música Eletroacústica Híbrida}
\date{}
\begin{document}
\maketitle
\pagebreak
%\section{Introdução}
\tableofcontents
\chapter{Introdução}
\pagebreak
\chapter{Músicas}
\pagebreak
\chapter{Análises e Técnicas}
%\begin[quote,fragment]{lilypond}
%{
%c’ e’ g’ e’
%}
%\end{lilypond}
\end{document}