È un template molto semplice, comprende il frontespizio e uno scheletro.
La versione precedente, costituita però dal solo frontespizio, la si può trovare QUI.
Per utilizzarlo, si può copiare dai due gist inseriti a valle o scaricare uno zip (consigliato).
Nel primo caso è necessario inserire la struttura indicata dal template, cioè la subdirectory "images", i vari files con "\include{}" e i files per la bibliografia ".bib".
Nel secondo caso, consigliato, è sufficiente scompattare l'archivio, inserire i ".bib" e seguire la struttura proposta.
Commenti sono ben accetti.
Per quanto riguarda le slide, ho qualcosa QUI.
Il risultato è il seguente:
Seguono i due gist con i sorgenti \( \LaTeX \):
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[12pt,a4paper]{book} | |
\usepackage[utf8]{inputenc} | |
\usepackage[pdftex]{graphicx} | |
\usepackage[italian]{babel} | |
\usepackage{fixltx2e,bold-extra,geometry, | |
amssymb,amsmath,mathtools, microtype,url,cite} | |
\usepackage[bookmarks=true, hidelinks, pdftitle={ | |
SELEZIONE DI TOPOLOGIE D'ANTENNA MINIATURIZZATE SU MD}, | |
pdfauthor={Alex Pacini}]{hyperref} | |
% \pagestyle{headings} | |
\graphicspath{{images/}} | |
%%%%%%%%%%%%%%%%% New Commands %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
% | |
\newcommand{\intentblankpage}{ | |
% Leaves a blank page | |
\newpage | |
\null | |
\vfill | |
\thispagestyle{empty} | |
\begin{center} | |
% \textit{This page intentionally left blank.} | |
\textit{Questa pagina \`e lasciata intenzionalmente bianca.} | |
\end{center} | |
\newpage | |
} | |
% | |
% Writes intentionally blank page when there is a \newpage on the left page of | |
% a book. | |
\makeatletter | |
\def\cleardoublepage{\clearpage% | |
\if@twoside | |
\ifodd\c@page\else | |
\vspace*{\fill} | |
\hfill | |
\begin{center} | |
% \textit{This page intentionally left blank.} | |
\textit{Questa pagina \`e lasciata intenzionalmente bianca.} | |
\end{center} | |
\thispagestyle{empty} | |
\newpage | |
\if@twocolumn\hbox{}\newpage\fi | |
\fi | |
\fi | |
} | |
\makeatother | |
% | |
% Length to set margins for 65 chars | |
\newlength{\sixtyfivecharwidth} | |
\settowidth{\sixtyfivecharwidth}{ | |
\normalfont abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz1234567890123} | |
% | |
%Integral with the limit below(mathrlap) | |
% \newcommand{\intlimr}[1]{\ensuremath{\int \limits_{\mathrlap{#1}}}} | |
% | |
% This redefine could cause big issues! See: | |
% http://tex.stackexchange.com/questions/248421/use-mathclap-as-default-in-limits-of-integration | |
% \let\oldlimits\limits | |
% \def\limits_#1{\oldlimits_{\mathclap{#1}}} | |
\def\mclimits_#1{\limits_{\mathclap{#1}}} | |
%%%%%%%%%%%%%%%% End New Commands %%%%%%%%%%%% | |
\begin{document} | |
\pagenumbering{Roman} | |
\input{./titlepage} | |
\intentblankpage | |
\newgeometry{text={\sixtyfivecharwidth,35\baselineskip}} | |
\vspace*{50mm} | |
\begin{flushright} | |
{\Large{\bf Keywords:}\\ \vspace{5mm} | |
Magneto-Dielettrico\\ \vspace{2mm} | |
Correnti Superficiali\\ \vspace{2mm} | |
Topologie di Antenne\\ \vspace{2mm} | |
Far-Field\\ | |
} | |
\end{flushright} | |
\intentblankpage | |
\vspace*{50mm} | |
\begin{flushright} | |
\textit{\large Dedica \\ corta} | |
\end{flushright} | |
\newpage | |
\vspace*{30mm} | |
\begin{flushright} | |
\textit{\large Citazione | |
\\ \vspace{5mm} - Tizio Caio -} | |
\end{flushright} | |
\vfill | |
\noindent \hspace{20mm} \textit{\large{Ringraziamenti:}} \vspace{5mm}\\ | |
Da scrivere | |
\newpage | |
\tableofcontents | |
\chapter{Introduzione} \pagenumbering{arabic} | |
\label{CH:Intro} | |
\input{./introduzione} | |
\chapter{Formulazione teorica} | |
\label{CH:Teoria} | |
\input{./capI} | |
\chapter{Validazione numerica} | |
\label{CH:Val_num} | |
\input{./capII} | |
\chapter{Conclusioni} | |
\label{CH:Concl} | |
\input{./conclusioni} | |
\chapter{Riconoscimenti} | |
\label{CH:Ric} | |
\input{./riconoscimenti} | |
% \nocite{*} | |
\bibliographystyle{IEEEtran} | |
\bibliography{myworks,books,journals,conferences,others} | |
\listoffigures | |
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% \newgeometry{margin=26mm} % allarga la pagina anche in altezza | |
\newgeometry{lmargin=26mm,rmargin=26mm} | |
\begin{titlepage} | |
\begin{center} | |
{{\Large{\textsc{Alma Mater Studiorum $\cdot$ Universit\`a di | |
Bologna}}}} \rule[0.1cm]{15.8cm}{0.1mm} | |
\rule[0.5cm]{15.8cm}{0.6mm} | |
{\small{\textsc { Scuola di Ingegneria e Architettura $\cdot$ Sede di Cesena\\ | |
Dipartimento di Ingegneria dell'Energia Elettrica e dell'Informazione | |
\\ - Guglielmo Marconi -\\ | |
\vspace{5mm} | |
Corso di Laurea Magistrale in \\ | |
Ingegneria Elettronica e Telecomunicazioni per lo Sviluppo Sostenibile}}} | |
\end{center} | |
\vspace{10mm} | |
\begin{center} | |
{\LARGE\textbf{APPROCCIO TEORICO E NUMERICO}}\\ | |
\vspace{3mm} | |
{\LARGE\textbf{PER LA SELEZIONE DI TOPOLOGIE}}\\ | |
\vspace{3mm} | |
{\LARGE\textbf{ D'ANTENNA MINIATURIZZATE}}\\ | |
\vspace{3mm} | |
{\LARGE{\bf SU SUBSTRATI}}\\ | |
\vspace{3mm} | |
{\LARGE{\bf MAGNETO-DIELETTRICI}}\\ | |
\vspace{10mm} {\large{\sc Tesi di Laurea Magistrale in | |
\\ Sistemi a RF Energeticamente Autonomi LM}} | |
\end{center} | |
\vfill | |
\par | |
\noindent | |
\begin{minipage}[t]{0.47\textwidth} | |
{\large{\sc Relatrice:}\\ | |
{\bf \textsc{Prof. Ing.\\ | |
ALESSANDRA COSTANZO}}}\\ | |
\vskip 8pt | |
{\large{\sc Correlatore:}\\ | |
{\bf \textsc{Dott. Ing.\\ | |
DIEGO MASOTTI}}} | |
\end{minipage} | |
\hfill | |
\begin{minipage}[t]{0.47\textwidth}\raggedleft | |
\vspace{10mm} | |
{\large{\sc Presentata da:}\\ | |
\vspace{2mm} | |
{\bf ALEX PACINI}} | |
\end{minipage} | |
\vspace{20mm} | |
\begin{center} | |
{\large{\sc I Appello - I Sessione\\%inserire il numero della sessione in cui ci si laurea | |
Anno Accademico 2014/2015}}%inserire l'anno accademico a cui si è iscritti | |
\end{center} | |
\end{titlepage} | |
\restoregeometry |
Grazie mille:p
ReplyDelete