v0.2.1
Handcalcs v0.2.1
This update adds the following:
- Adds the ability to accept parameters
For example:
julia> a, b = 1, 2
(1, 2)
julia> @handcalcs a, b
L"$\begin{aligned}
a &= 1
\\[10pt]
b &= 2
\end{aligned}$"
Merged pull requests:
- Add params ability (#7) (@co1emi11er2)