2019-03-29 01:12:05 +00:00
|
|
|
% !TEX encoding = UTF-8 Unicode
|
|
|
|
% !TEX spellcheck = es-CL
|
|
|
|
% !TeX program = pdfLaTeX
|
|
|
|
|
|
|
|
% Template for the fphw class
|
|
|
|
% By Felipe Portales Oliva (f.portales.oliva@gmail.com)
|
|
|
|
\documentclass[12pt % 12 pt main font
|
|
|
|
% letterpaper % letter paper size
|
|
|
|
% spanish % Para usar español, recuerde agregar el paquete babel
|
|
|
|
]{fphw}
|
|
|
|
|
|
|
|
% Packages added
|
2019-04-18 06:11:20 +00:00
|
|
|
\usepackage{mathpazo} % if you want to use Palatino fonts
|
2019-03-29 01:12:05 +00:00
|
|
|
|
|
|
|
% Identification
|
|
|
|
\title{Homework \#1} % a simple title
|
|
|
|
\author{Felipe Portales Oliva} % me :)
|
2019-04-18 06:11:20 +00:00
|
|
|
\date{March 28th, 2019} % when this is going to be delivered/due?
|
2019-03-29 01:12:05 +00:00
|
|
|
\institute{University of Life} % where this is going to be delivered
|
|
|
|
\class{QFT in Curved Spacetimes} % for the class...
|
2019-04-18 06:11:20 +00:00
|
|
|
\professor{Dr. Albert Einstein} % who will grade me
|
2019-03-29 01:12:05 +00:00
|
|
|
|
|
|
|
% Finally we can start writing
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\maketitle % Put all that nicely
|
|
|
|
|
2019-03-30 03:25:35 +00:00
|
|
|
\begin{problem}
|
2019-04-18 06:11:20 +00:00
|
|
|
This is where you put the problem you have to solve.
|
2019-03-30 03:25:35 +00:00
|
|
|
\end{problem}
|
|
|
|
|
2019-04-18 06:11:20 +00:00
|
|
|
This is where you put your solution \newpage
|
|
|
|
This is how a second page looks
|
2019-03-29 01:12:05 +00:00
|
|
|
\end{document}
|