aboutsummaryrefslogtreecommitdiff
path: root/template.tex
blob: 728e454f82edb13942d3abd86f9ef0e59c269e50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
% !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
\usepackage{mathpazo} % if you want to use Palatino fonts

% Identification
\title{Homework \#1}             % a simple title
\author{Felipe Portales Oliva}   % me :)
\date{March 28th, 2019}          % when this is going to be delivered/due? 
\institute{University of Life}   % where this is going to be delivered
\class{QFT in Curved Spacetimes} % for the class...
\professor{Dr. Albert Einstein}  % who will grade me 

% Finally we can start writing
\begin{document}

\maketitle % Put all that nicely

\begin{problem}
    This is where you put the problem you have to solve.
\end{problem}

This is where you put your solution \newpage 
This is how a second page looks
\end{document}