Reposting the example with the .log file.
Code: Select all
\documentclass[a4paper,onesided,12pt]{report}
\usepackage{styles/fbe_tez}
\usepackage{inputenc}
\renewcommand{\labelenumi}{(\roman{enumi})}
\usepackage{amsmath, amsthm, amssymb}
\usepackage[bottom]{footmisc}
\usepackage{cite}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{multirow}
\usepackage{subfigure}
\usepackage{subfig}
\usepackage{float}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{colortbl}
\usepackage{array}
\usepackage[dvipsnames,svgnames,x11names]{xcolor}
\begin{document}
\chapter{New Values}
\section{Improved Bounds}
\subsection{Theoretical Bounds}
In the next part, the bounds will be calculated by the help of theoretical bounds.
\subsubsection{Calculation Examples}
\bibliographystyle{styles/fbe_tez_v11}
\bibliography{references}
\end{document}
Stefan_K wrote:Ok, I tested it with your example code: there's no error. Does your example code really produces the error? If yes, can you post the .log file as attachment?
Stefan