From 65d3529848096f2c2571834a27db50ba757e99fc Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 29 May 2023 19:04:07 -0700 Subject: [PATCH] Added emotes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 95bdc60..3272947 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ You can find the latest PDFs [here](https://nc.betalupi.com/s/ormc-handouts). -## Contents +## 📦 Contents Handouts are sorted by the class they're for: - [`./Intermediate`](./Intermediate/): Grades 5 - 9 @@ -19,7 +19,7 @@ Grade levels are estimates. -## Building these Handouts +## 🛠️ Building these Handouts Automatic builds are [here](https://nc.betalupi.com/s/ormc-handouts), if you just want the PDFs. @@ -55,14 +55,14 @@ However, try changing your engine to LuaLaTeX if something breaks. --------------------------------------------------------------------------- -# Class Documentation +# 📜 Class Documentation The class `ormc_handout` is based on `article.cls`, and should work with most packages.\ If something breaks, tell me so I may try to fix it. -## Arguments +## 🎏 Arguments These are passed to `\documentclass`, as follows: ```latex @@ -97,7 +97,7 @@ Use `geometry` to change page lengths. Letter paper is the default. -## Commands & More: +## 🪖 Commands & More: `ormc_handout` automatically includes `tcolorbox`, `xcolor`, `tikz`, `amsmath`, `amssymb`. \ It also includes a few other packages that are used internally and shouldn't have an effect on most workflows.