Releases: korsbo/Latexify.jl
Releases · korsbo/Latexify.jl
v0.15.7
Latexify v0.15.7
Diff since v0.15.6
Closed issues:
- Add an option to use commas instead of points as decimal separators (#180)
- Latexify(?) messes up julia
help
output (#181)
- Arrays in dicts throws. (#183)
- Question on extension and
latexraw
vs. _latexraw
(#185)
Merged pull requests:
v0.15.4
Latexify v0.15.4
Diff since v0.15.3
Closed issues:
- Looping back to top-level cause issues. (#170)
Merged pull requests:
v0.15.2
Latexify v0.15.2
Diff since v0.15.1
Closed issues:
- Recipes are not recursive (#92)
- Usage in PyPlot (#99)
- WARNING: Method definition overwritten (#128)
- Compile time regression on Julia 1.6 (#153)
- latexarray fails with single-element arrays (#164)
Merged pull requests:
- Fix
cat
reduction of single-element iterators. (#165) (@korsbo)
- Add support for macros in Exprs. (#166) (@korsbo)
v0.15.1
Latexify v0.15.1
Diff since v0.15.0
Closed issues:
- Windows testing bug (#140)
- Error latexifying strings in an align environment (#159)
Merged pull requests:
v0.14.12
Latexify v0.14.12
Diff since v0.14.11
Closed issues:
- Documentation is not updating upon releases. (#98)
- Error from
latexify(:(@. x))
(#151)
Merged pull requests:
- Remove need for
replace
in HTML repr. (#149) (@korsbo)
- Remove katex support from HTML rendering. (#150) (@korsbo)
- Enforce latexoperation
String
return type. (#152) (@korsbo)