Skip to content

Commit

Permalink
fix importing of Requires imported modules
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored and cormullion committed Feb 28, 2022
1 parent bb41994 commit 6152891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/latex.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import MathTeXEngine:
import .MathTeXEngine:
generate_tex_elements, inkwidth, inkheight, bottominkbound, TeXChar, HLine
using LaTeXStrings
using .LaTeXStrings

"""
texalign(halign, valign, bottom_pt, top_pt, font_size)
Expand Down

0 comments on commit 6152891

Please sign in to comment.