aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Portales-Oliva <f.portales.oliva@gmail.com>2019-03-28 22:11:02 -0300
committerFelipe Portales-Oliva <f.portales.oliva@gmail.com>2019-03-28 22:11:02 -0300
commitad8c4aac53e5cb3d4af56a37c931efbf95a44f0f (patch)
tree162611598f67544d66905a7cf8eafcaf7e78a874
parent11dc4c05885acaab92c4b9f784df9e38b5e9c594 (diff)
added a couple of lines expaining paper sizes
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6f2ea4b..025db1a 100644
--- a/README.md
+++ b/README.md
@@ -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.