co1emi11er2 / Handcalcs.jl

Julia package for converting Julia calculations into rendered latex.
https://co1emi11er2.github.io/Handcalcs.jl/stable/
MIT License
70 stars 1 forks source link

Add params ability #7

Closed co1emi11er2 closed 7 months ago

co1emi11er2 commented 7 months ago

This update adds the following:

For example:

julia> a, b  = 1, 2
(1, 2)

julia> @handcalcs a, b
L"$\begin{aligned}
a &= 1
\\[10pt]
b &= 2
\end{aligned}$"