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?
classicthesis-ldpkg.styand it doesn't appear to be on ctan. without that, the example file compiles with no errors. – barbara beeton Apr 30 '18 at 18:06classicthesis-ldpkgpackage, even if you want to useclassicthesisstyle. – gvgramazio Apr 30 '18 at 18:32\texorpdfstring{$math$}{Non math for e.g. TOC}as described here. – Andreas Storvik Strauman Apr 30 '18 at 20:04