Re: classicthesis.cls

#66601
Up
0
Down
::


Ciao,
veramente rapido!
Direi che funziona tutto tranne l’opzione subfig che mi restituisce come errore
`! LaTeX Error: \l@subfigure undefined.`

Non ho provato le opzioni minionpro, minionprospacing ed avpaper.

Il codice che ho usato è questo:
`\documentclass[eulerchapternumbers,eulermath]{anthosthesis}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{pgfplots}
\usepackage{lipsum}
\usepackage{hyperref}

\begin{document}

\tableofcontents
\chapter{Proviamo}
\lipsum
\begin{figure}
\begin{tikzpicture}
\begin{tikzpicture}
\begin{axis}
\addplot {x^2 + 4};
\addplot {-5*x^3 – x^2};
\end{axis}
\end{tikzpicture}

\end{tikzpicture}
\caption{Proviamo una didascalia}
\end{figure}

\section{Sezione}
\lipsum
\begin{equation}
x^2+y^2=0
\end{equation}
\subsection{Sotto-sezione}
\lipsum

\end{document}`

Go to top