0

I have trouble when put an equation with exponents in the \chapter.

\documentclass{scrbook}
\usepackage{classicthesis-ldpkg}
\usepackage{amsmath}

\begin{document}

\chapter{Sistem A: $L(\dot{q}_2,\dot{q}_2)=\dot{q}_1^2+\dot{q}_2^{2}$}

\end{document}

But it gives me multiple errors that doesn't appear when I compile, in the index contents appears the equation if I change \chapter for \section instruction, but I need put this in the chapter. Any help?

gvgramazio
  • 2,660

1 Answers1

0

classicthesis-ldpkg is outdated. It was replaced by classicthesis-config.tex and it's just a configuration file that at the end load classicthesis. I suggest you to simply use classicthesis and load only the packages that you want to use.

gvgramazio
  • 2,660