aboutsummaryrefslogtreecommitdiff
path: root/template.tex
diff options
context:
space:
mode:
Diffstat (limited to 'template.tex')
-rw-r--r--template.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/template.tex b/template.tex
index 2a17b12..728e454 100644
--- a/template.tex
+++ b/template.tex
@@ -10,15 +10,15 @@
]{fphw}
% Packages added
-\usepackage{lipsum} % to fill the document, this line can be removed
+\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?
+\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
+\professor{Dr. Albert Einstein} % who will grade me
% Finally we can start writing
\begin{document}
@@ -26,9 +26,9 @@
\maketitle % Put all that nicely
\begin{problem}
- \lipsum[1]
+ This is where you put the problem you have to solve.
\end{problem}
-\lipsum[2-15] % My homework
-
+This is where you put your solution \newpage
+This is how a second page looks
\end{document}