diff options
author | Felipe Portales-Oliva <f.portales.oliva@gmail.com> | 2019-03-28 22:12:05 -0300 |
---|---|---|
committer | Felipe Portales-Oliva <f.portales.oliva@gmail.com> | 2019-03-28 22:12:05 -0300 |
commit | 6594f39c4d1567de8544d7bd1faf0c422af4a59d (patch) | |
tree | bd7c4924f255bf8924342ac616794426fa4e08b2 | |
parent | b57173a5ed52b52a8112d71d8c6b839f8a2fe1fc (diff) |
added a template to aid users
-rw-r--r-- | template.tex | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/template.tex b/template.tex new file mode 100644 index 0000000..a0f3593 --- /dev/null +++ b/template.tex @@ -0,0 +1,30 @@ +% !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{lipsum} % to fill the document, this line can be removed + +% 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 + +\lipsum[1-15] % My homework + +\end{document} |