added a couple of lines expaining paper sizes

This commit is contained in:
Felipe Portales-Oliva 2019-03-28 22:11:02 -03:00
parent 11dc4c0588
commit ad8c4aac53

View file

@ -9,6 +9,8 @@ Commands added that **need** to be used in the preamble are:
- `\professor{args}` to indicate the name of the professor,
- `\class{args}` to indicate the course this homework is intended to be delivered.
The default paper size is A4; this can be changed to Letter using `letterpaper` in the options of the class.
Packages `geometry`, `inputenc`, `fancyhdr` and `titlesec` are required. Also, UTF-8 needs to be the encoding of the `.tex` file.
The AMS packages need to be loaded in the preamble of the document.