Vari warning con Classicthesis, Arsclassica, Minitoc

  • Creatore
    Topic
  • #62463
    Up
    0
    Down
    ::


    Salve a tutti,
    sto realizzando la tesi di laurea utilizzando lo stile classicthesis ed arsclassica. Tutto è aggiornato alle ultime versioni. Ho fatto una copia di classicthesis-preamble.sty è l’ho leggermente modificata, ad esempio escludendo il natbib che è incompatibile con biblatex, l’ho rinominata in classicthesis-settings.sty e l’ho messa nella cartella della tesi (mi pare che Lorenzo Pantieri consigliasse una cosa del genere… può essere che mi sbaglio!)
    Il documento Tesi.tex è il seguente:

    `
    %******************************************************************
    %Tesi basata sul modello di Lorenzo Pantieri
    %******************************************************************

    \documentclass[ 10pt, % corpo principale
    a4paper,twoside,openright, % a4, doppia faccia, aperura a destra
    titlepage, % frontespizio
    fleqn, % equazioni allineate a sinistra
    headinclude,footinclude, % testatina e piè di pagina
    BCOR5mm, % rilegatura di 5 mm
    numbers=noenddot, % niente punto dopo il numero delle sezioni
    cleardoublepage=empty, % pagine vuote senza testatina e piè di pagina
    ]{scrbook} % classe report di KOMA-Script

    \usepackage[T1]{fontenc} % la codifica dei font
    \usepackage[utf8]{inputenc} % imposta la codifica di input

    \usepackage[english]{babel} % per scrivere in inglese, l'ultima lingua, se c'è, è predefinita

    \usepackage[ style=numeric, % lo stile della blibliografia
    citestyle=numeric-comp, % lo stile delle citazioni
    hyperref, % collegamenti ipertestuali nel pdf prodotto
    backref, % riferimenti “cit. on pag. X”
    backend=bibtexu, % per rimuovere un warning (???)
    ]{biblatex}

    \bibliography{Tesi} % la base di dati di biblatex
    %\usepackage[babel]{csquotes} % consigliato se si usa biblatex

    \usepackage{amsmath,amssymb,amsthm} % indispensabili per la matematica
    %\usepackage{indentfirst} % rientra il primo paragrafo di ogni sezione

    %\usepackage[english]{varioref} % riferimenti completi della pagina
    \usepackage[tight,english]{minitoc} % per fare i miniindici

    %\usepackage{eurosym} % il simbolo dell'euro

    \usepackage{Thesis-settings} % carica molti pacchetti utili a ClassicThesis modificato partendo da classicthesis-preamble
    \usepackage{classicthesis} % lo stile ClassicThesis
    \usepackage{arsclassica} % modifica alcuni aspetti di ClassicThesis

    \usepackage[swapnames,signatures]{frontespizio}

    \usepackage{lipsum} % genera testo fittizio

    %******************************************************************
    \begin{document}
    \pagenumbering{roman}
    \pagestyle{plain}
    %******************************************************************
    % Materiale iniziale
    %******************************************************************
    \input{MaterialeInizialeFinale/Frontespizio}
    %\input{MaterialeInizialeFinale/Colophon}
    %\input{MaterialeInizialeFinale/Dedica}
    %\input{MaterialeInizialeFinale/Sommario+Abstract}
    %\input{MaterialeInizialeFinale/Pubblicazioni}
    %\input{MaterialeInizialeFinale/Ringraziamenti}
    \pagestyle{scrheadings}
    %\input{MaterialeInizialeFinale/Indici}
    \cleardoublepage
    %******************************************************************
    % Materiale principale
    %******************************************************************
    \pagenumbering{arabic}
    \input{Capitoli/Introduzione}
    %\input{Capitoli/Lorem}
    %\input{Capitoli/Ipsum}
    %\appendix
    %\input{Capitoli/Dolor}
    % *****************************************************************
    % Materiale finale
    %******************************************************************
    %\input{MaterialeInizialeFinale/Bibliografia}
    %\input{MaterialeInizialeFinale/Dichiarazione}
    \end{document}
    `

    Compilando mi vengono fuori questi warning (scusate l’ho fatto con lo strumento cattura):

    In pratica:

    `
    (hyperref) setting the option has no effect on input line 209.
    Package hyperref Warning: Option `pdfpagelabels' has already been used,
    (hyperref) setting the option has no effect on input line 209.
    `
    `
    Package minitoc(hints) Warning: W0099
    (minitoc(hints)) — The titlesec package is loaded.
    (minitoc(hints)) It is incompatible
    (minitoc(hints)) with the minitoc package.
    `
    `

    Class scrbook Warning: \float@addtolists detected!
    (scrbook) You should use the features of package `tocbasic'
    (scrbook) instead of \float@addtolists.
    (scrbook) Support for \float@addtolists may be removed from
    (scrbook) `scrbook' soon .
    `

    Per adesso non inserisco altro per non appesantire troppo il topic, chiedete pure per qualsiasi altra cosa.
    Grazie a tutti!
    Alessandro

Visualizzazione 2 filoni di risposte
  • Autore
    Risposte
    • #62464
      lorenzo.pantieri
      Partecipante
        Up
        0
        Down
        ::


        No, non suggerivo di creare un classicthesis-settings.sty, am un classicthesis-settings.tex, da caricare nel main con \input, contenente tutte le impostazioni della tesi.

        Cio’ detto, difficile sapere che c’e’ che non va senza un esempio minimo compilabile. Il tuo non lo e’.

        Ciao,
        L.

      • #62465
        Up
        0
        Down
        ::


        Chiedo scusa, ho male interpretato anche se da ignorante quale sono non capisco la differenza tra editarmi il preambolo e crearmi un personale .sty o editarmi il preambolo e crearmi un .tex (che tra l’altro non deve essere caricato dopo? Quindi se il preambolo, classicthesis-preambe.sty, va in conflitto con biblatex come faccio?)

        Comunque ho prodotto questo”esempio.tex”:

        `
        \documentclass[ 10pt, % corpo principale
        a4paper,twoside,openright, % a4, doppia faccia, aperura a destra
        titlepage, % frontespizio
        fleqn, % equazioni allineate a sinistra
        headinclude,footinclude, % testatina e piè di pagina
        BCOR5mm, % rilegatura di 5 mm
        numbers=noenddot, % niente punto dopo il numero delle sezioni
        cleardoublepage=empty, % pagine vuote senza testatina e piè di pagina
        ]{scrbook} % classe book di KOMA-Script

        \usepackage[T1]{fontenc} % la codifica dei font
        \usepackage[utf8]{inputenc} % imposta la codifica di input

        \usepackage[english]{babel} % per scrivere in inglese, l'ultima lingua, se c'è, è predefinita
        \usepackage[ style=numeric, % lo stile della blibliografia
        citestyle=numeric-comp, % lo stile delle citazioni
        hyperref, % collegamenti ipertestuali nel pdf prodotto
        backref, % riferimenti “cit. on p. X”
        backend=bibtexu, % per rimuovere un warning (???)
        ]{biblatex}

        \bibliography{Tesi} % la base di dati di biblatex
        \usepackage[babel]{csquotes} % consigliato se si usa biblatex

        \usepackage{amsmath,amssymb,amsthm} % indispensabili per la matematica
        \usepackage{indentfirst} % rientra il primo paragrafo di ogni sezione

        \usepackage[english]{varioref} % riferimenti completi della pagina
        \usepackage{caption}
        \usepackage[tight,english]{minitoc} % per fare i miniindici

        \usepackage[pdftex]{graphicx} % utile nel frontespizio
        \usepackage{chngpage,calc} % per impostare i margini del frontespizio

        \usepackage{Thesis-settings} % carica molti pacchetti utili a ClassicThesis modificato partendo da classicthesis-preamble
        \usepackage{classicthesis} % lo stile ClassicThesis
        \usepackage{arsclassica} % modifica alcuni aspetti di ClassicThesis

        \graphicspath{{Immagini/}}

        \usepackage{eurosym} % il simbolo dell'euro
        \usepackage{lipsum} % genera testo fittizio

        %******************************************************************
        \begin{document}
        \pagestyle{scrheadings}
        \cleardoublepage
        \refstepcounter{dummy}
        \pdfbookmark{\contentsname}{tableofcontents}
        \setcounter{tocdepth}{2}
        \dominitoc\tableofcontents
        \markboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}}
        \clearpage

        \begingroup
        \let\clearpage\relax
        \let\cleardoublepage\relax
        \let\cleardoublepage\relax
        \endgroup

        \pagenumbering{arabic}
        \chapter{Una prova}
        \label{chapter:introduction}
        \minitoc\mtcskip
        \section{La sezione 1}
        \lipsum[2]
        \section{La sezione 2}
        \lipsum[2]
        \end{document}
        %******************************************************************
        `

        Che richiede il file “Thesis-settings.sty” (io li ho messi nella stessa cartella) che riporto di seguito:
        `
        % ********************************************************************
        % thesis-settings.sty (edited from classicthesis-preamble.sty)
        % formerly known as loadpackages.sty and classicthesis-ldpkg.sty
        %
        % Copyright (C) 2011 Andr\'e Miede http://www.miede.de
        %
        % If you like the style then I would appreciate a postcard. My address
        % can be found in the file ClassicThesis.pdf. A collection of the
        % postcards I received so far is available online at
        % http://postcards.miede.de
        %
        % License:
        % This program is free software; you can redistribute it and/or modify
        % it under the terms of the GNU General Public License as published by
        % the Free Software Foundation; either version 2 of the License, or
        % (at your option) any later version.
        %
        % This program is distributed in the hope that it will be useful,
        % but WITHOUT ANY WARRANTY; without even the implied warranty of
        % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
        % GNU General Public License for more details.
        %
        % You should have received a copy of the GNU General Public License
        % along with this program; see the file COPYING. If not, write to
        % the Free Software Foundation, Inc., 59 Temple Place – Suite 330,
        % Boston, MA 02111-1307, USA.
        %
        % ********************************************************************

        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        %%%%% This file contains the only definitions and calls you might want to change.
        %%%%% Use it at the beginning of your ClassicThesis.tex, or as a LaTeX Preamble in your ClassicThesis.lyx with
        %%%%% \usepackage{classicthesis-preamble}
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        \NeedsTeXFormat{LaTeX2e}
        \ProvidesPackage{Thesis-settings}[2011/06/05 v3.0 Your Preamble and Package Loader for Classic Thesis Style]

        \@ifpackageloaded{classicthesis}%
        {\PackageWarningNoLine{classicthesis-settings}{Package “classicthesis” should be loaded AFTER “classicthesis-settings”.}}%
        {\relax}%

        % ********************************************************************
        % Re-usable information
        % ********************************************************************
        \newcommand{\myTitle}{Digital Signal Processing for space applications\xspace}
        \newcommand{\mySubtitle}{Put data here\xspace}
        \newcommand{\myDegree}{Put data here\xspace}
        \newcommand{\myName}{Alessandro Vincenzi\xspace}

        \newcommand{\mySupervisor}{Prof. Luca Fanucci\xspace}
        \newcommand{\myOtherSupervisor}{Prof. Sergio Saponara\xspace}

        \newcommand{\myUni}{\protect{Universit\'a degli Studi di Pisa}\xspace}
        \newcommand{\myFaculty}{Facolt\'a di Ingegneria\xspace}
        \newcommand{\myDepartment}{Dipartimento di Ingegneria dell'Informazione\xspace}
        \newcommand{\myCourse}{Corso di Laurea Specialistica in Ingengria Elettronica\xspace}
        \newcommand{\myWork}{Tesi di Laurea\xspace}

        \newcommand{\myLocation}{Pisa\xspace}
        \newcommand{\myTime}{2011–2012\xspace}
        \newcommand{\myVersion}{Version 3.0\xspace}

        % ********************************************************************
        % Configure classicthesis for your needs here…
        % ********************************************************************
        \PassOptionsToPackage{eulerchapternumbers,listings,%linedheaders,%pdfspacing,
        subfig,beramono,eulermath,parts}{classicthesis}
        %*******************************************************
        % Options for classicthesis.sty:
        % tocaligned eulerchapternumbers drafting linedheaders listings
        % subfig nochapters beramono eulermath parts minionpro pdfspacing
        % dottedtoc minionprospacing manychapters floatperchapter
        %*******************************************************

        % ********************************************************************
        % LyX option override
        % ********************************************************************
        %\PassOptionsToPackage{backref}{classicthesis-preamble}

        % ********************************************************************
        % Options
        % ********************************************************************
        \RequirePackage{ifthen}
        \newboolean{cld@backref} % enable backrefs in the bibliography
        \setboolean{cld@backref}{false}
        \DeclareOption{backref}{\setboolean{cld@backref}{true}}
        \ProcessOptions\relax

        % ********************************************************************
        % Development Stuff
        % ********************************************************************
        \listfiles
        %\PassOptionsToPackage{l2tabu, orthodox, abort}{nag}
        % \RequirePackage{nag}
        %\PassOptionsToPackage{warning, all}{onlyamsmath}
        % \RequirePackage{onlyamsmath}

        %*******************************************************
        % Packages with options that might require adjustments
        %*******************************************************
        \PassOptionsToPackage{latin9}{inputenc} % latin9 (ISO-8859-9) = latin1+”Euro sign”
        \RequirePackage{inputenc} % NB: LyX likes to set inputenc too, let's avoid clashes

        %\PassOptionsToPackage{ngerman,american}{babel} % change this to you language(s)
        \RequirePackage{babel} % NB: LyX likes to set babel too, let's avoid clashes

        %\PassOptionsToPackage{square,numbers}{natbib}
        %\RequirePackage{natbib} % NB: LyX likes to set natbib too, let's avoid clashes

        \PassOptionsToPackage{fleqn}{amsmath} % math environments and more by the AMS
        \RequirePackage{amsmath}

        % ********************************************************************
        % figures are placed only within section they were declared in
        % provides command \FloatBarrier
        % ********************************************************************
        %\PassOptionsToPackage{section,above,below}{placeins}
        % \RequirePackage{placeins}

        % ********************************************************************
        % Packages
        % ********************************************************************
        \PassOptionsToPackage{T1}{fontenc}
        \RequirePackage{fontenc}
        \RequirePackage{textcomp}
        %\RequirePackage[dvipsnames]{xcolor}
        \RequirePackage{xspace} % to get the spacing after macros right
        \RequirePackage{tabularx} % better tables
        \RequirePackage{mparhack} % get marginpar right
        \RequirePackage{fixltx2e} % fixes some LaTeX stuff
        %\RequirePackage{ellipsis} % … 😉
        \RequirePackage{relsize} % scale font up or down
        \PassOptionsToPackage{printonlyused,smaller}{acronym}
        \RequirePackage{acronym} % nice macros for handling all acronyms in the thesis
        %\renewcommand*{\acsfont}[1]{\textssc{#1}}
        \renewcommand{\bflabel}[1]{{#1}\hfill} % fix the list of acronyms

        % ********************************************************************
        % Setup and Finetuning
        %*******************************************************
        \newlength{\abcd} % for ab..z string length calculation
        \newcommand{\myfloatalign}{\centering} % how all the floats will be aligned
        \setlength{\extrarowheight}{3pt} % increase table row height

        % ********************************************************************
        % Commands
        % ********************************************************************
        \newcounter{dummy} % necessary for correct hyperlinks (to index, bib, etc.)
        \newcommand{\longpage}{\enlargethispage{3\baselineskip}}
        \newcommand{\medpage}{\enlargethispage{2\baselineskip}}
        \newcommand{\shortpage}{\enlargethispage{\baselineskip}}
        \newcommand{\concskip}{\medskip}
        \newcommand{\myPrimRef}[1]{\textit{#1}} % how primary index entries will be marked
        % ********************************************************************
        \newcommand{\ie}{i.\,e.}
        \newcommand{\Ie}{I.\,e.}
        \newcommand{\eg}{e.\,g.}
        \newcommand{\Eg}{E.\,g.}
        \newcommand{\etAl}{et al.\xspace}
        \newcommand{\twod}{2\textsc{d}\xspace}
        \newcommand{\threed}{3\textsc{d}\xspace}
        % ********************************************************************
        \newcommand{\system}[1]{\emph{#1}}
        \newcommand{\person}[1]{#1}
        \newcommand{\term}[1]{\emph{#1}}
        \newcommand{\cauthor}[1]{\relax}
        %\@ifpackageloaded{natbib}%
        % {\renewcommand{\cauthor}[1]{\person{\citeauthor{#1}}}%
        % }{\PackageWarningNoLine{classicthesis-preamble}{Package “natbib” not loaded, %
        % command “cauthor” will not work.}}
        \newcommand{\tableheadline}[1]{\multicolumn{1}{c}{\spacedlowsmallcaps{#1}}}
        % ********************************************************************
        \newcommand{\RA}{\ensuremath{\Rightarrow}}
        \newcommand{\ra}{\ensuremath{\rightarrow}}
        \newcommand{\lra}{\ensuremath{\leftrightarrow}}
        \newcommand{\On}{\ensuremath{O(n)}\xspace}
        \newcommand{\Ologn}{\ensuremath{O(\log n)}\xspace}
        \newcommand{\Oone}{\ensuremath{O(1)}\xspace}

        % ********************************************************************
        % take care of the caption fonts and sizes (tables and figures)
        \RequirePackage{caption}
        \captionsetup{format=hang,font=small}
        % or, like in arsclassica.sty by Lorenzo Pantieri:
        %\captionsetup{format=hang,font=small,labelfont={bf}}
        %\captionsetup[table]{skip=\medskipamount}

        %*******************************************************
        % hack to use citations in float environments
        % will be fixed with caption package version 3.2
        %*******************************************************
        %\RequirePackage{makerobust}
        %\makeatletter
        %\MakeRobustCommand\caption@xref
        %\makeatother

        % ********************************************************************
        % fine typesetting of code listings
        \RequirePackage{listings}

        % ********************************************************************
        % enable subfigures in figures
        \RequirePackage{subfig}

        % ********************************************************************
        % Using PDFLaTeX:
        % ********************************************************************
        \PassOptionsToPackage{pdftex}{hyperref}
        \RequirePackage{hyperref} % backref linktocpage pagebackref
        \pdfcompresslevel=9
        \pdfadjustspacing=1
        \PassOptionsToPackage{pdftex}{graphicx}
        \RequirePackage{graphicx} % PDFTeX driver for graphicx
        %\DeclareGraphicsRule{*}{mps}{*}{} % enables use of MetaPost graphics with pdflatex

        %*******************************************************
        % There are some issues regarding autorefnames
        % http://www.ureader.de/msg/136221647.aspx
        % http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexwords
        % you have to redefine the makros for the
        % language you use, e.g., american, ngerman
        % (as chosen when loading babel/AtBeginDocument)
        \@ifpackageloaded{babel}%
        {%
        \addto\extrasamerican{%
        \renewcommand*{\figureautorefname}{Figure}%
        \renewcommand*{\tableautorefname}{Table}%
        \renewcommand*{\partautorefname}{Part}%
        \renewcommand*{\chapterautorefname}{Chapter}%
        \renewcommand*{\sectionautorefname}{Section}%
        \renewcommand*{\subsectionautorefname}{Section}%
        \renewcommand*{\subsubsectionautorefname}{Section}%
        }%
        \addto\extrasngerman{%
        \renewcommand*{\paragraphautorefname}{Absatz}%
        \renewcommand*{\subparagraphautorefname}{Unterabsatz}%
        \renewcommand*{\footnoteautorefname}{Fu\”snote}%
        \renewcommand*{\FancyVerbLineautorefname}{Zeile}%
        \renewcommand*{\theoremautorefname}{Theorem}%
        \renewcommand*{\appendixautorefname}{Anhang}%
        \renewcommand*{\equationautorefname}{Gleichung}%
        \renewcommand*{\itemautorefname}{Punkt}%
        }%
        % Fix to getting autorefs for subfigures right
        \newcommand{\subfigureautorefname}{\figureautorefname}%
        }{\relax}

        % ********************************************************************
        % get the links to the figures and tables right
        %\RequirePackage[all]{hypcap} % to be loaded after hyperref package

        % ********************************************************************
        % setup the style of the backrefs from the bibliography
        \newcommand{\backrefnotcitedstring}{\relax}%(Not cited.)
        \newcommand{\backrefcitedsinglestring}[1]{(Cited on page~#1.)}
        \newcommand{\backrefcitedmultistring}[1]{(Cited on pages~#1.)}

        \ifthenelse{\boolean{cld@backref}}%
        {%
        \PassOptionsToPackage{hyperpageref}{backref}
        \RequirePackage{backref} % to be loaded after hyperref package
        \renewcommand{\backreftwosep}{ and~} % seperate 2 pages
        \renewcommand{\backreflastsep}{, and~} % seperate last of longer list
        \renewcommand*{\backref}[1]{} % Disable standard
        \renewcommand*{\backrefalt}[4]{% Detailed backref
        \ifcase #1 %
        \backrefnotcitedstring%
        \or%
        \backrefcitedsinglestring{#2}%
        \else%
        \backrefcitedmultistring{#2}%
        \fi}%
        }{\relax}

        % \hspace*{\fill}{\scriptsize\itshape\mbox{%
        % \ifnum#1=1 %
        % (Cited on page~%
        % \else
        % (Cited on pages~%
        % \fi
        % #2)}
        %}

        % ********************************************************************
        % Language/strings for backrefs (change here, thanks, Lorenzo)
        %*******************************************************
        %\renewcommand{\backrefnotcitedstring}{\relax}%(Not cited.)
        %\renewcommand{\backrefcitedsinglestring}[1]{(Citato a pagina~#1.)}
        %\renewcommand{\backrefcitedmultistring}[1]{(Citato alle pagine~#1.)}
        %\renewcommand{\backreftwosep}{ e~}
        %\renewcommand{\backreflastsep}{ e~}

        % ********************************************************************
        % Listings setup
        % ********************************************************************
        %\lstset{emph={trueIndex,root},emphstyle=\color{BlueViolet}}%\underbar} % for special keywords
        % ********************************************************************
        \lstset{language=[LaTeX]Tex,%C++,
        keywordstyle=\color{RoyalBlue},%\bfseries,
        basicstyle=\small\ttfamily,
        %identifierstyle=\color{NavyBlue},
        commentstyle=\color{Green}\ttfamily,
        stringstyle=\rmfamily,
        numbers=none,%left,%
        numberstyle=\scriptsize,%\tiny
        stepnumber=5,
        numbersep=8pt,
        showstringspaces=false,
        breaklines=true,
        frameround=ftff,
        frame=single,
        belowcaptionskip=.75\baselineskip
        %frame=L
        }

        % ********************************************************************
        % Hyperreferences
        %*******************************************************
        \hypersetup{%
        %draft, % = no hyperlinking at all (useful in b/w printouts)
        colorlinks=true, linktocpage=true, pdfstartpage=3, pdfstartview=FitV,%
        % uncomment the following line if you want to have black links (e.g., for printing)
        %colorlinks=false, linktocpage=false, pdfborder={0 0 0}, pdfstartpage=3, pdfstartview=FitV,%
        breaklinks=true, pdfpagemode=UseNone, pageanchor=true, pdfpagemode=UseOutlines,%
        plainpages=false, bookmarksnumbered, bookmarksopen=true, bookmarksopenlevel=1,%
        hypertexnames=true, pdfhighlight=/O,%hyperfootnotes=true,%nesting=true,%frenchlinks,%
        urlcolor=webbrown, linkcolor=RoyalBlue, citecolor=webgreen, %pagecolor=RoyalBlue,%
        %urlcolor=Black, linkcolor=Black, citecolor=Black, %pagecolor=Black,%
        pdftitle={\myTitle},%
        pdfauthor={\textcopyright\ \myName, \myUni, \myFaculty},%
        pdfsubject={},%
        pdfkeywords={},%
        pdfcreator={pdfLaTeX},%
        pdfproducer={LaTeX with hyperref and classicthesis}%
        }

        % ********************************************************************
        % Last, but not least…
        %*******************************************************
        \RequirePackage{classicthesis}
        `

        Per maggiore comodità allego al messaggio un archivio con i due file.

        Grazie a tutti per l’aiuto futuro, in particolare a Lorenzo per l’ aiuto che ha già dato (sito, guide, template… ecc):D
        Ciao,
        Alessandro
        [attachment=14]Esempio_2011-08-12.zip[/attachment]

        Attachments:
        You must be logged in to view attached files.
      • #62466
        Up
        0
        Down
        ::


        Credo di aver capito qualcosa, scrivo quello che penso se può essere di aiuto a qualcuno… correggetemi se sbaglio:

        Package hyperref Warning: Option `hyperfootnotes’ has already been used,
        (hyperref) setting the option has no effect on input line 209.

        Il pacchetto arsclassica modifica delle impostazioni di hyperref (hyperfootnotes=false,pdfpagelabels) che non accettano di essere modificate dopo il caricamento del pacchetto (che viene caricato da classicthesis-preamble.sty).

        Package minitoc(hints) Warning: W0099 (minitoc(hints)) — The titlesec package is loaded.
        (minitoc(hints)) It is incompatible (minitoc(hints)) with the minitoc package.

        Il pacchetto minitoc è incompatibile con il paccetto titlesec che è caricato da classicthesis (anche se a me pare che funzioni bene lo stesso)

        Class scrbook Warning: \float@addtolists detected!
        (scrbook) You should use the features of package `tocbasic’
        (scrbook) instead of \float@addtolists.
        (scrbook) Support for \float@addtolists may be removed from
        (scrbook) `scrbook’ soon .

        Credo che abbia a che fare con biblatex ma non ho ben capito… viene sconsigliato l’utilizzo di un comando che in futuro non sarà più supportato.
        Ciao,
        Alessandro

    Visualizzazione 2 filoni di risposte
    • Devi essere connesso per rispondere a questo topic.

    Go to top