! text line contains an invalid character.
l.1 ...
my main file is
Code: Select all
\documentclass{report}
\usepackage{graphicx}
\usepackage{amsmath,amssymb,amsthm}
\def\figurename{Gambar}
\newtheorem{theorem}{Teorema}[chapter]
\newtheorem{definition}{Definisi}[chapter]
\newtheorem{lemma}[theorem]{Lema}
\newtheorem{proposition}[theorem]{Proposisi}
\newtheorem{corollary}[theorem]{Akibat}
\newtheorem{example}[theorem]{Contoh}
\def\proofname{Bukti}
\newenvironment{remark}[1][Catatan]{\begin{trivlist}
\item[\hskip \labelsep {\bfseries #1}]}{\end{trivlist}}
\begin{document}
\tableofcontents
\input{BAB1.tex}
\input{BAB2.tex}
\input{BAB3.tex}
\end{document}