modified README to include latest changes in the documentation

This commit is contained in:
Felipe Portales-Oliva 2019-04-18 02:11:49 -04:00
parent 025c0152db
commit 16519ca9e6

View file

@ -10,10 +10,12 @@ Packages `geometry`, `fancyhdr` and `titlesec` are required. All other packages
## Features available
Commands added that **need** to be used in the preamble are:
- `\institute{args}` indicates the institution the homework this is going to be turned in to,
- `\professor{args}` to indicate the name of the professor,
- `\class{args}` to indicate the course this homework is intended to be delivered.
Commands added that **can** to be used in the preamble are:
- `\institute{}` indicates the institution the homework this is going to be turned in to,
- `\professor{}` to indicate the name of the professor,
- `\class{}` to indicate the course this homework is intended to be delivered.
You **have** to provide a title, author and due date trough the `\title{}`, `\author{}` and `\date{}` commands respectively. There is no point in using this class if you don't, therefore the author recommends that if this is the case, you search for something else :(
The `problem` environment is available to put a problem (or anything you want) inside a box.