Releases: JuliaStrings/LaTeXStrings.jl
Releases · JuliaStrings/LaTeXStrings.jl
v1.4.0
LaTeXStrings v1.4.0
Merged pull requests:
- Fix invalidations by removing unnecessary methods (#69) (@jakobjpeters)
- add compat section for test dependencies (#70) (@stevengj)
Closed issues:
v1.3.1
LaTeXStrings v1.3.1
Merged pull requests:
Closed issues:
- It can not be concatenated with other strings (#56)
- Can I use a different font (like Palladio) in LaTeXStrings, and if so, how? (#58)
- Display equations are not centerred in Jupyter notebooks (#59)
- Problem displaying a LaTeXString using a $ symbol inside (#60)
getindex(::LaTeXStrings.LaTeXString, ::AbstractVector{Bool})
is ambiguous (in Julia v1.7) (#61)- how to render a augment matrix with vertical bar? (#63)
v1.3.0
v1.2.1
v1.2.0
LaTeXStrings v1.2.0
Closed issues:
- Escaping $ to interpolate variables in L"..." (#27)
- error and warning on windows (#34)
- bug? Added an extra space (#35)
- Support \displaystyle (#36)
- Vector Hat Notation Appearing Off of a Letter (#38)
- \textrm not working anymore in Julia 1.5 (#39)
Merged pull requests:
- Add multi-argument example to latexstring docs (#37) (@stillyslalom)
- RFC: allow string interpolation in L"..." (#40) (@simeonschaub)
v1.1.0
LaTeXStrings v1.1.0
Closed issues:
- Package compatibility caps (#26)
- Package name LatexStrings (#29)
- $$ appear when interpolating to axis label (#30)
- No project.toml (#32)
Merged pull requests:
- show should return nothing (#28) (@fredrikekre)
- Install TagBot as a GitHub Action (#31) (@JuliaTagBot)