Minor edits

This commit is contained in:
Mark 2023-05-29 19:01:26 -07:00
parent eb42cd9435
commit fdb93599c3

View File

@ -55,9 +55,9 @@ However, try changing your engine to LuaLaTeX if something breaks.
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
# `ormc_handout` Documentation # Class Documentation
This class is based on `article.cls`, and should work with most packages.\ 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. If something breaks, tell me so I may try to fix it.
@ -103,7 +103,7 @@ It also includes a few other packages that are used internally and shouldn't hav
**Basics:** ### **Basics:**
- `\say{text}`: Puts text in quotes, handling details like period spacing. Courtesy of `dirtytalk`. - `\say{text}`: Puts text in quotes, handling details like period spacing. Courtesy of `dirtytalk`.
- `\tab`: Typewriter-style tabs every `1cm`. Courtesy of `tabto`. - `\tab`: Typewriter-style tabs every `1cm`. Courtesy of `tabto`.
@ -116,7 +116,8 @@ It also includes a few other packages that are used internally and shouldn't hav
**Sectioning:**\ ### **Sectioning:**
The usual LaTeX title-customization techniques *WILL NOT WORK* with this class.\ The usual LaTeX title-customization techniques *WILL NOT WORK* with this class.\
Don't even try to load `titlesec`. Don't even try to load `titlesec`.
@ -138,7 +139,7 @@ Don't even try to load `titlesec`.
**Environments:** ### **Environments:**
- `\begin{solution}`: A fancy `tcolorbox` for solutions to problems. \ - `\begin{solution}`: A fancy `tcolorbox` for solutions to problems. \
This is hidden if the `nosolutions` flag is passed. This is hidden if the `nosolutions` flag is passed.
@ -147,6 +148,7 @@ Don't even try to load `titlesec`.
- `\begin{examplesolution}`: A fancy `tcolorbox` for sample solutions. \ - `\begin{examplesolution}`: A fancy `tcolorbox` for sample solutions. \
This is never hidden. This is never hidden.
All of the above break across pages and may be safely nested. All the above environments break across pages and may be safely nested.
They also define `\linehack`, which draws a line across the box.\
Use `\linehack` replaces `tcolorbox` sections. `tcolorbox` only lets you have two, while `\linehack` gives you as many as you want. Each also has a special command `\linehack`, which draws a line across the box.\
Use `\linehack` instead of `tcolorbox` sections. `tcolorbox` only lets you have two, while `\linehack` gives you as many as you want.