Luca Da Rin Fioretto

Risposte nei forum create

Stai visualizzando 9 risposte – dal 1 al 9 (di 9 totali)
  • Autore
    Risposte
  • in risposta a: Modelli di tesi pronti per l’uso #36784
    Up
    0
    Down
    ::

    OldClaudio” post=70787Hai già avuto la risposta dal maintainer.:lol:

    Se avessi letto la documentazione del pacchetto (texdoc frontespizio dalla finestra comandi) sapresti che quel pezzo di codice per creare il frontespizio deve essere contenuto dentro un regolare file LaTeX con tutti gli statement necessari; oppure deve essere importato nel main file della tesi con \input.

    Infatti così è, il mio frontespizio è nel file Frontespizio.tex nella directory MaterialeInizialeFinale ed è incluso nel main (Tesi.tex) con \input{MaterialeInizialeFinale/Frontespizio}

    Ok, sono un noob di LaTeX ma fino qui ci ero arrivato. 😉
    Infatti l’errore mi si presenta anche compilando il Tesi.tex d’esempio (e successivamente il Tesi-frn.tex) “out of the box”, il che è strano.
    Usando un Preambolo standard come suggerito non ho problemi.

    Ammetto di non aver letto approfonditamente l’Arte ma ho davvero poco tempo e sono un po’ in panico perché devo consegnare a breve.

    Ringrazio entrambi per i consigli e per la tempestività! 🙂

    in risposta a: Modelli di tesi pronti per l’uso #36781
    Up
    0
    Down
    ::

    egreg9″ post=70783Se aggiungo un preambolo standard non ho alcun errore.

    Ciao
    Enrico

    Many thanks! 🙂
    Forse però sarebbe bene avvertire il maintainer di questa cosa 🙄

    in risposta a: Modelli di tesi pronti per l’uso #36779
    Up
    0
    Down
    ::


    Eccolo!
    `% !TEX encoding = MacOSRoman
    % !TEX TS-program = pdflatex
    % !TEX root = ../Tesi.tex
    % !TEX spellcheck = it-IT

    %*******************************************************
    % Frontespizio
    %*******************************************************
    \begin{frontespizio}
    \Preambolo{\usepackage{iwona}} % riga da commentare se non si carica ArsClassica

    \Universita{Bologna}
    \Logo{Sigillo}
    \Facolta{Teologia}
    \Corso{Belle Lettere}
    \Annoaccademico{2011–2012}
    \Titoletto{Tesi di laurea magistrale}
    \Titolo{La mia tesi: \\ la prova ontologica \\ dell'esistenza di Dio}
    \Sottotitolo{Alcune considerazioni mutevoli}
    \Candidato[AB123456]{Lorenzo Pantieri}
    \Relatore{Enrico Gregorio}
    \Relatore{Claudio Beccari}
    \Correlatore{Tommaso Gordini}
    \Correlatore{Ivan Valbusa}
    \end{frontespizio}`

    in risposta a: Modelli di tesi pronti per l’uso #36777
    Up
    0
    Down
    ::


    Ho dimenticato di dire che il frontespizio non viene compilato ed al suo posto compare una pagina vuota.

    in risposta a: Modelli di tesi pronti per l’uso #36776
    Up
    0
    Down
    ::


    Salute a tutti,
    sto usando il modello Tesi Classica per scrivere la tesi ma ho un problema con il frontespizio.

    Dopo la prima compilazione di Tesi.tex viene generato Tesi-frn.tex (fin qui tutto ok) quando però vado a compilare quest’ultimo ottengo un errore, o meglio una serie di errori
    `! Missing } inserted.

    }
    l.27 \preparefrontpagesuftesi
    I've put in what seems to be necessary to fix
    the current column of the current alignment.
    Try to go on, since this might almost work.
    ! Extra }, or forgotten $.
    }
    l.27 \preparefrontpagesuftesi`

    Mi sono perso qualche passaggio temo… 🙁
    Qualcuno può darmi una dritta?

    [attachment=179]Tesi-frn.tex[/attachment]

    Attachments:
    You must be logged in to view attached files.
    in risposta a: ArsClassica 4.0 #69482
    Up
    0
    Down
    ::


    Ok, includendo “caption” e “subfig” funziona tutto.
    Grazie del tempestivo supporto 🙂

    in risposta a: Sondaggio: qual è la tua professione? #13366
    Up
    0
    Down
    ::


    Laureando in Informatica (Scienze MM. FF. NN.)

    in risposta a: ArsClassica 4.0 #69479
    Up
    0
    Down
    ::


    Salve,
    ho aggiunto
    `\usepackage{caption}
    `
    ed il problema del caption si è risolto ma c’è un altro errore generato dal parametro “subfig” passato al pacchetto classicthesis.

    Ho usato la dichiarazione vista sulla guida “Customizing Classicthesis With The Arsclassica Package”:
    `\usepackage[eulerchapternumbers,subfig,beramono,%
    eulermath,pdfspacing]{classicthesis}`

    ed ottenuto l’errore:
    `! LaTeX Error: \l@subfigure undefined.

    See the LaTeX manual or LaTeX Companion for explanation.
    Type H for immediate help.

    l.12 \begin{document}

    Try typing to proceed.
    If that doesn't work, type X
    to quit.

    ! LaTeX Error: \l@subtable undefined.

    See the LaTeX manual or LaTeX Companion for explanation.
    Type H for immediate help.

    l.12 \begin{document}

    Try typing to proceed.
    If that doesn't work, type X
    to quit.
    `

    Mentre commentando “subfig” la compilazione ha successo ma con qualche warning:

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

    Package hyperref Warning: Option `pdfpagelabels' has already been used,
    (hyperref) setting the option has no effect on input line 191.
    `

    In allegato il log completo.
    [attachment=136]lorem.log_2012-02-10.zip[/attachment]

    Attachments:
    You must be logged in to view attached files.
    in risposta a: ArsClassica 4.0 #69475
    Up
    0
    Down
    ::


    Salve a tutti,
    dopo l’aggiornamento del pacchetto arsclassica (fatto ieri sera) la compilazione mi restituisce alcuni errori.
    Di seguito il codice (di prova) che ho compilato.

    `\documentclass[10pt,a4paper,twoside,openright,titlepage,fleqn,%
    headinclude,,footinclude,BCOR5mm,%
    numbers=noenddot,cleardoublepage=empty,%
    tablecaptionabove]{scrreprt}

    \usepackage[eulerchapternumbers,subfig,beramono,%
    eulermath,pdfspacing]{classicthesis}
    \usepackage{arsclassica}

    \begin{document}

    \begin{abstract}
    Lorem ipsum dolor sit amet..
    \end{abstract}

    \section{Introduction}
    Sed ut perspiciatis unde omnis…

    \section{Structure}
    At vero eos et accusamus…
    \subsection{LaTeX}
    \LaTeX{}
    \end{document}`

    Alcuni degli errori riscontrati:
    `! Undefined control sequence.
    l.157 \captionsetup
    {format=hang,font=small,labelfont={sf,bf}}
    The control sequence at the end of the top line
    of your error message was never \def'ed. If you have
    misspelled it (e.g., `\hobx'), type `I' and the correct
    spelling (e.g., `I\hbox'). Otherwise just continue,
    and I'll forget about whatever was undefined.

    ! LaTeX Error: Missing \begin{document}.

    See the LaTeX manual or LaTeX Companion for explanation.
    Type H for immediate help.

    l.157 \captionsetup{f
    ormat=hang,font=small,labelfont={sf,bf}}
    You're in trouble here. Try typing to proceed.
    If that doesn't work, type X
    to quit.

    ! Undefined control sequence.
    l.158 \captionsetup
    [table]{skip=\medskipamount}
    The control sequence at the end of the top line
    of your error message was never \def'ed. If you have
    misspelled it (e.g., `\hobx'), type `I' and the correct
    spelling (e.g., `I\hbox'). Otherwise just continue,
    and I'll forget about whatever was undefined.

    ! Missing number, treated as zero.

    }
    l.158 \captionsetup[table]{skip=\medskipamount}

    A number should have been here; I inserted `0'.
    (If you can't figure out why I needed to see a number,
    look up `weird error' in the index to The TeXbook.)

    ! Illegal unit of measure (pt inserted).

    }
    l.158 \captionsetup[table]{skip=\medskipamount}

    Dimensions can be in units of em, ex, in, pt, pc,
    cm, mm, dd, cc, nd, nc, bp, or sp; but yours is a new one!
    I'll assume that you meant to say pt, for printer's points.
    To recover gracefully from this error, it's best to
    delete the erroneous units; e.g., type `2' to delete
    two letters. (See Chapter 27 of The TeXbook.)`

    Con il “vecchio pacchetto” la compilazione aveva successo (a parte qualche warning).
    Non capisco se è un problema della mia distribuzione o del pacchetto. 🙁
    Qualcuno mi può dare un suggerimento?

    In allegato il log completo.

    [attachment=135]lorem.log.zip[/attachment]

    Attachments:
    You must be logged in to view attached files.
Stai visualizzando 9 risposte – dal 1 al 9 (di 9 totali)

Go to top