Pontifica Universidad Católica de Chile (PUC Chile) Thesis Template
Author
Mazelab Confocal
Last Updated
7年前
License
Creative Commons CC BY 4.0
Abstract
Thesis used by graduates in PUC Chile.
Thesis used by graduates in PUC Chile.
\documentclass[a4paper,11pt]{report} % poner 'twoside' dentro de los [] si imprimo a doble cara.
%\usepackage[letterpaper,left=4cm,right=3cm,top=3.7cm,bottom=3cm]{geometry}
\usepackage[letterpaper,left=4cm,right=2.5cm,top=4cm,bottom=2.5cm]{geometry}
\usepackage[english,activeacute]{babel} %cambiar a 'english' para que todos los titulos sean en inglés. NOTA: el cambio puede tirar warnings. Basta compilar de nuevo y listo.
\usepackage{setspace}
\usepackage{graphics}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{longtable}
\usepackage{amsmath}
\usepackage{epigraph}
\usepackage{indentfirst}
\usepackage{verbatim}
\usepackage{array}
\usepackage{amssymb}
\usepackage{subfigure}
\usepackage{fancyhdr}
\DeclareMathAlphabet{\mathpzc}{OT1}{pzc}{m}{it} %\mathpzc{N}
\usepackage{mathrsfs}
\usepackage[small,bf]{caption}
\usepackage{natbib}
\usepackage{cancel}
\usepackage{braket} %For quantum mechanics
\usepackage{epstopdf}
%%%%%
\linespread{1.5}
\pagestyle{fancy}
\fancyhead[l]{}
%%
\newcommand{\angstrom}{\textup{\AA}}
\begin{document}
% -----------------------------------------------------------
% portada
% -----------------------------------------------------------
\begin{titlepage}
%\parindent=0mm
%\onehalfspacing
%\topmargin0.1cm
%\oddsidemargin1.0cm
\begin{picture}(400, 75)
\put(-40,15){\includegraphics[width=2.3cm]{LogoUC_COLOR_.jpg}}
\put(30,50){PONTIFICIA UNIVERSIDAD CATOLICA DE CHILE}
\put(30,35){FACULTAD DE FISICA}
\put(30,20){INSTITUTO DE FISICA}
\end{picture}
\vspace{1cm}
\begin{center}
\textbf{{\Large SOME FANCY}\\
{\Large STUFF}\\}
\vspace{1.0cm}
{\Large by}
\vspace{1.0cm}
{\Large\textit{Somebody}}
\vspace{1.2cm}
Thesis submitted to the Faculty of Physics\\
of Pontificia Universidad Cat\'olica de Chile, as one of the requirements\\
to qualify for the academic Master's degree in Physics.\\
\vspace{1cm}
\begin{normalsize}
\begin{tabular}{rcl}
\emph{Supervisor} &:& Dr. Jer\'onimo Maze (PUC Chile)\\
\emph{Committee} &:& Bill Gates (Microsoft)\\
& & Dr. Pedro Engel (Canal 13)\\
\end{tabular}
\end{normalsize}
\vspace{1cm}
\small{Month, $2016$}
\small{\emph{Santiago, Chile}}\\
\vspace{0.2cm}
\small{\copyright{}2016,Somebody}
\end{center}
\end{titlepage}
\newpage
% pagina en blanco
%% DEDICATORIA
\thispagestyle{empty}
\mbox{}
\hfill\begin{minipage}{11cm}
\begin{quote}
\begin{flushright}
\textit{\hspace{0.5cm}
Dedicada a mi perro y a mi gato}
\end{flushright}
\end{quote}
\end{minipage}
\newpage
\pagenumbering{roman}
%%%%%
\chapter*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
\hfill\begin{minipage}{14.5cm}
\begin{quote}
\hspace{0.3cm} Make sure to write this once your main thesis is complete
\end{quote}
\end{minipage}
%%%%%%%%%%%%%%%%%%%%%
% In case a chapter is published somewhere else...
\chapter*{Citations to previously published work}
%Large portions of chapter \ref{competition} have appeared in the following paper:
%%%%%
\chapter*{Ackowledgments}
Agradecimientos a los del lab a los amigos a la familia blablbla...
%%%%
\tableofcontents
%%%%%%%%%%%%%%%%%%%%%%
\chapter{Introduction}
%%%%%%
\chapter{A Theory Chapter}
%%%%%
\chapter{Experimental Setup}
%%%%
\chapter{Results}
%%%%%
\chapter{Conclusions And Remarks}
%%%%%%
\appendix
\chapter{Some Schematics}\
\end{document}