diff options
author | Felipe Portales-Oliva <f.portales.oliva@gmail.com> | 2019-03-28 22:11:02 -0300 |
---|---|---|
committer | Felipe Portales-Oliva <f.portales.oliva@gmail.com> | 2019-03-28 22:11:02 -0300 |
commit | ad8c4aac53e5cb3d4af56a37c931efbf95a44f0f (patch) | |
tree | 162611598f67544d66905a7cf8eafcaf7e78a874 | |
parent | 11dc4c05885acaab92c4b9f784df9e38b5e9c594 (diff) |
added a couple of lines expaining paper sizes
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |