Releases: co1emi11er2/Handcalcs.jl
Releases · co1emi11er2/Handcalcs.jl
v0.2.0
Handcalcs v0.2.0
This update adds the following:
- The package will now work in Weave.jl
- An ability to change default handcalcs settings was added.
Breaking changes
- In order to get the package to work in Weave.jl, the latexify string for the @handcalcs macro was changed.
-- Now instead of the begin{align} environment, the begin{aligned} environment is used
-- You can still change back to the begin{align} environment if you prefer by:set_handcalcs(h_env="align")
-- The reason it was changed was my preference for the equations to be left aligned in the document instead of centered
Merged pull requests:
- Update to work with Weave.jl (#6) (@co1emi11er2)
v0.1.8
Handcalcs v0.1.8
Bug fixes and new features
- Added the ability to take field args
- Added kwargs to pass to handcalcs macro to render latex expressions differently
Merged pull requests:
- Add kwargs for Handcalcs to render LaTeX differently (#5) (@co1emi11er2)
v0.1.7
Handcalcs v0.1.7
Bug fixes
- removed parts of equation that were redundant. For example "x = 4 = 4= 4" now becomes "x = 4"
- added a default [10pt] spacing between multiline expressions
v0.1.6
Handcalcs v0.1.6
Bug fixes
- updated @handfunc macro to work in a local scope.
- added TestHandcalcFunctions package for testing functions
Merged pull requests:
- Handfunc macro update (#4) (@co1emi11er2)
v0.1.5
Handcalcs v0.1.5
Bug fixes
- Cleaned and restructured code
- Fixed variables being redefined when names were the same as called function names but in different order
- Created example folder (work in progress)
v0.1.4
Handcalcs v0.1.4
Bug fixes
- Fixed issue with Pluto and handfunc macro
- Added kwargs to handfunc macro
v0.1.3
Handcalcs v0.1.3
Merged pull requests:
- Handfunc (#3) (@co1emi11er2)
handfunc macro added
- Generates
\LaTeX
for a function that was called. The generated\LaTeX
would be the algebraic equations within the function. - Unfortunately it still has some bugs that I am not sure how to solve (help needed)
- It only works in the global scope and can not be used within a function
- There are errors when trying to use it within Pluto.
v0.1.2
Handcalcs v0.1.2
Bug fixes
- Fixed if statement and arrays to spill to multiple lines
- exported additional latexify functions: set_default, get_default, reset_default
v0.1.1
Handcalcs v0.1.1
Bug fixes
- Fixed alignment on first equals sign
- fixed broadcasting for array types
- added kwargs to handcalcs macro
- removed empty line at top of handcalcs macro
- removed some functions in development
- handcalcs now works with one expression
- Updated handcalcs macro to handle updated variables