aboutsummaryrefslogtreecommitdiff
path: root/template.tex
diff options
context:
space:
mode:
authorFelipe Portales-Oliva <f.portales.oliva@gmail.com>2019-04-18 02:11:20 -0400
committerFelipe Portales-Oliva <f.portales.oliva@gmail.com>2019-04-18 02:11:20 -0400
commit025c0152db35e980250dc95ffa6a61578901ae3b (patch)
treefe1b77c1470857137988a3b761610b3dc1696e77 /template.tex
parentea785099bb9af6ccfaffac07821b1dcc2d0e1bb2 (diff)
converted professor, class and institution data into optional arguments through some TeX wizardry
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}