CAMBIARE CARATTERE: TIMES NEW ROMAN–>CAMBRIA

  • Creatore
    Topic
  • #34367
    Up
    0
    Down
    ::


    SEMPLICEMENTE VORREI CAMBIARE IL CARATTERE DA TIMES NEW ROMANCAMBRIA

    USO UN 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
    %% —————————————————————-

    IN ATTESA RINGRAZIO VIVAMENTE

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

      SEMPLICEMENTE VORREI CAMBIARE IL CARATTERE DA TIMES NEW ROMANCAMBRIA

      Stesso discorso dell’altro filone: non usare il maiuscolo.

      Niente del tuo documento suggerisce che tu stia usando Times come font principale del documento. A quanto so non c’è un supporto esplicito per il font Cambria se non usando XeLaTeX; ma non conoscendo il font Cambria, non so dirti se la qualità tipografica che si otterrebbe sia superiore a quella di font ben noti e appositamente studiati per TeX.

      Ciao
      Enrico

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

Go to top