Skip to content

v0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 01:37
· 85 commits to master since this release
71d9803

Handcalcs v0.2.1

Diff since v0.2.0

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: