Skip to content

Commit

Permalink
try to fix error in tests/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Jun 5, 2024
1 parent 60ccd87 commit ecc0105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rendering/tex.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ function compile_latex(
end


compile_latex(document::TeXDocument; kwargs...) = compile_latex(convert(String, document); kwargs...)
compile_latex(document::TeXDocument; kwargs...) = compile_latex(doc.doc; kwargs...)

latex2pdf(args...; kwargs...) = compile_latex(args...; kwargs...)

0 comments on commit ecc0105

Please sign in to comment.