Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skyeactsout/skymocha_latex_package
LaTeX package for my college calculus class. Feel free to use.
https://github.com/skyeactsout/skymocha_latex_package
calculus latex latex-package
Last synced: about 1 month ago
JSON representation
LaTeX package for my college calculus class. Feel free to use.
- Host: GitHub
- URL: https://github.com/skyeactsout/skymocha_latex_package
- Owner: SkyeActsOut
- Created: 2022-09-14T16:47:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T17:04:25.000Z (over 2 years ago)
- Last Synced: 2024-10-19T01:04:49.141Z (2 months ago)
- Topics: calculus, latex, latex-package
- Language: TeX
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# skymocha_LaTeX_Package
$\LaTeX$ package for my college calculus class. Feel free to use.
- [Requirements](#requirements)
- [Documentation](#documentation)
- [Header](#header)
- [Comment](#comment)
- [XER](#xer)
- [Limdef](#limdef)
- [Limlim](#limlim)
- [Picewise](#picewise)
- [Misc](#misc)
- [Disclaimer](#discliamers)## Requirements
- amsmath
- amssymb## Documentation
### Header
`\header` $\to$ replacement for `\maketitle`
`\header{Class}{Teacher/Section}{Name}{Week #}{Start Date}{End Date}`
`\header{Math 111}{Perkinson F02}{Skye Kycnenthal}{3}{9/12}{9/15}`
### Comment
**NOTE:** Github will not render spaces before comments
`comment{aaa}` returns:
$\to \textrm{aaa}$
Example:
`(1, 3) \comment{given}`
`f(x) = 2x + b \comment{given}`
`b = f(x) - 2x \comment {subtraction}`
`b = 3 - 2 \comment {substitution}`
`b = 1 \comment {subtraction}`
$(1, 3) \to \textrm{given}$
$f(x) = 2x + b \to \textrm{given}$
$b = f(x) - 2x \to \textrm{subtraction}$
$b = 3 - 2 \to \textrm{substitution}$
$b = 1 \to \textrm{subtraction}$
### XER
`\xer` $\to$ returns x is an element in the set of all real numbers:
$$
x \in \mathbb{R} :
$$### Limdef
**NOTE:** Github will not render spaces before comments
`\limdef` $\to$ formal definition of a limit
`\limdef{c}{f(x)}{L}` returns:
$$
\forall \epsilon > 0
\exists \delta > 0 \textrm{ such that }
\textrm{if } 0 < \mid x - c \mid < \delta,
\textrm{then}
\mid f(x) - L \mid < \epsilon
$$### Limlim
`\limlim` $\to$ replacement for $\lim$
`\limlim{x}{k}{k x}` equals:
$$
\lim_{x \to k}{k x}
$$### Picewise
`\picewise` $\to$ short-hand for picewise functions
`\picewise{f(x)}{expression 1}{expression 2}`
$$
\begin{equation}
f(x) =
\lbrace
\begin{array}{lr}
expression 1\\
expression 2
\end{array}
\end{equation}
$$### Misc
`\meow` $\to$ returns nya
## Discliamer
I'm tired. I will fix this later.
## Lisence
UHHH CC I guess. Just credit me.