mirror of
https://git.adityakumar.xyz/fphw.git
synced 2025-02-22 03:00:00 +00:00
added a template to aid users
This commit is contained in:
parent
b57173a5ed
commit
6594f39c4d
1 changed files with 30 additions and 0 deletions
30
template.tex
Normal file
30
template.tex
Normal file
|
@ -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}
|
Loading…
Reference in a new issue