Updated README

This commit is contained in:
Mark 2023-03-26 20:00:06 -07:00
parent 7359ece19e
commit 0d340f2285

View File

@ -16,7 +16,7 @@ Grade levels are estimates.
## Getting the Handouts ## Getting these Handouts
If you don't want to compile these yourself, I've configured CI that puts the latest pdfs [here](https://nc.betalupi.com/s/ormc-handouts). If you don't want to compile these yourself, I've configured CI that puts the latest pdfs [here](https://nc.betalupi.com/s/ormc-handouts).
@ -35,7 +35,7 @@ Most handouts use a custom document class. If you move any files out of this rep
```latex ```latex
\documentclass[ \documentclass[
solutions ...
]{../../resources/ormc_handout} ]{../../resources/ormc_handout}
``` ```
@ -43,8 +43,10 @@ Most handouts use a custom document class. If you move any files out of this rep
```latex ```latex
\documentclass[ \documentclass[
solutions ...
]{ormc_handout} ]{ormc_handout}
``` ```
I build these handouts with LuaLaTeX, but I expect them to work with any other engine. If you have issues, check this first.
**Warning:** As of now, `ormc_handout.cls` does not work with hyperref. **Warning:** As of now, `ormc_handout.cls` does not work with hyperref.