Skip to content

Commit baf0fed

Browse files
authored
Fix LaTeX show
1 parent 57564bf commit baf0fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/abstractsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ end
10211021
return latexify(equations(sys))
10221022
end
10231023

1024-
Base.show(io::IO, ::MIME"text/latex", x::AbstractSystem) = print(io, latexify(x))
1024+
Base.show(io::IO, ::MIME"text/latex", x::AbstractSystem) = print(io, "\$\$ "*latexify(x)*" \$\$")
10251025

10261026
struct InvalidSystemException <: Exception
10271027
msg::String

0 commit comments

Comments
 (0)