MASTER FILE errori??

  • Creatore
    Topic
  • #34365
    Up
    0
    Down
    ::


    MOLTO SEMPLICEMENTE VORREI UN Pò DI ORDINE NEL FILE MASTER MA HO FATTO DIVERSI TENTATIVI MA LUI NON Fà CHE SEPARARMI ALCUNE INFO SULLA PRIMA PAGINA INIZIALE ED ALTRE SULLA SECONDA INIZIALE.

    INOLTRE QUESTO CHE VEDETE è IL FRUTTO DI UN MIX D’INFORMAZIONI trovate un pò su diversissimi manuali.

    inserisco le immagini alcune in png, altre in pdf.

    le mie domande sono:
    – il master carica con 10errori, e lancia l’anteprima del pdf con 81 errori.
    invece il capitolo 1 (\input{./Chapters/C1} % CAPITOLO1) ne fà ben 135 errori.

    Dunque il fatto che io abbia un master + diversi sub-files che vengono caricati successivamente mi genera errori come

    “document class mancante,begin/end(document) sui file subordinati, ecc..

    essendo il master,mi pare d’aver capito che solo il master stesso deve avere i comandi principali di
    \documentclass[a4paper,12pt,oneside]{book}
    \usepackage{vari pacchetti}
    \graphicspath{{./Figures}} % Location of the graphics files (set up for graphics to be in PDF format)
    \begin{document}
    ecc…
    \end{document}

    e così via.

    vi prego di dare una guardata voi che con onnipotenza gl’errori li fiutate ad un miglio e di darmi qualche dritta per ripristinare un pò il tutto.

    %file master
    \documentclass[a4paper,12pt,oneside]{book} % Use the “Thesis” style, based on the ECS Thesis style by Steve Gunn
    \usepackage[pdftex]{graphicx}
    \usepackage{picinpar}
    \usepackage{array}

    \graphicspath{{./Figures}} % Location of the graphics files (set up for graphics to be in PDF format)

    \begin{document}
    \begin{center}

    %\title{\textbf{POLITECNICO di TORINO}\\
    \newline \\
    \textbf{Active System of Building:}\\\textsc{\textsl{Solar Panel System Efficiency\\(Application study-case)}}}
    \addresses{gabbiano85@gmail.com} \\ {\groupname{DISET}\\\deptname{Dipartimento dei Sistemi Edilizi e Teritoriali}\\\univname{POLITECNICO di TORINO}} % Do not change this here, instead these must be set in the “Thesis.cls” file, please look through it instead}
    \date {\today}
    \author {Damiano Zurlo}\\
    \maketitle
    \end{center}

    \pagenumbering{roman}

    \newpage
    \input{./Chapters/Abstract} % Abstract
    \newpage
    \input{./Chapters/Introduction} % Introduction

    \newpage
    \tableofcontents % Write out the Table of Contents

    %% —————————————————————-
    \newpage
    \section*{List of Figures}
    \listoffigures % Write out the List of Figures
    \newpage
    %% —————————————————————-
    \newpage
    \section*{List of Tables}
    \listoftables % Write out the List of Tables
    \newpage

    \eurosym
    \lettrine

    \newpage
    \pagenumbering{arabic}

    \input{./Chapters/C1} % CAPITOLO 1
    \input{./Chapters/C2} % CAPITOLO 2
    \input{./Chapters/C3} % CAPITOLO 3
    \input{./Chapters/C4} % CAPITOLO 4
    \input{./Chapters/C5} % CAPITOLO 5
    \input{./Chapters/CC} % CAPITOLO CONCLUSIONI
    \input{./Chapters/Allegati} % Allegati

    % Include any extra LaTeX packages required

    % The Acknowledgements page, for thanking everyone
    %% —————————————————————-
    % Now begin the Appendices, including them as separate files
    \addtocontents{toc}{\vspace{2em}} % Add a gap in the Contents, for aesthetics
    \appendix % Cue to tell LaTeX that the following ‘chapters’ are Appendices
    \input{./Appendices/AppendixA} % Appendix Title
    %\input{./Appendices/AppendixB} % Appendix Title
    %\input{./Appendices/AppendixC} % Appendix Title
    \addtocontents{toc}{\vspace{2em}} % Add a gap in the Contents, for aesthetics
    \backmatter
    %% —————————————————————-
    \label{Bibliography}
    \lhead{\emph{Bibliography}} % Change the left side page header to “Bibliography”
    \bibliographystyle{unsrtnat} % Use the “unsrtnat” BibTeX style for formatting the Bibliography
    \bibliography{Bibliography} % The references (bibliography) information are stored in the file named “Bibliography.bib”

    \end{document} % The End
    %% —————————————————————-

Visualizzazione 0 filoni di risposte
  • Autore
    Risposte
    • #34366
      Up
      0
      Down
      ::

      MOLTO SEMPLICEMENTE VORREI UN Pò DI ORDINE NEL FILE MASTER MA HO FATTO DIVERSI TENTATIVI MA LUI NON Fà CHE SEPARARMI ALCUNE INFO SULLA PRIMA PAGINA INIZIALE ED ALTRE SULLA SECONDA INIZIALE.

      Ti prego: riprendi il messaggio originale e modificalo in modo che:
      (1) non ci siano più pezzi scritti in tutto maiuscolo

      (2) si capisca chiaramente che cosa intendi per master e per sub-file; ricorda che nei file che richiami tramite \input non ci devono essere comandi \documentclass;

      (3) la parola “po’” sia scritta correttamente con l’apostrofo e “fa” (presente indicativo di fare) senza accento. 😉

      Allora cancellerò questo messaggio e qualcuno (magari anch’io) potrà forse risponderti sensatamente senza dover fare l’aruspice e osservare volo di uccelli o fondi di caffè. 🙂

      Ciao
      Enrico

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

Go to top