Skip to content

Commit

Permalink
Add missing latex dep for matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed Sep 29, 2024
1 parent d19231a commit cb0a958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/makeutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def collect_latex_packages(
)

if add_matplotlib_deps:
deps.add("type1cm")
deps.update(["type1cm", "underscore"])

packages = set()
for dep in deps:
Expand Down
1 change: 1 addition & 0 deletions tl_packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ standalone
tipa
tools
type1cm
underscore
uniquecounter
url
wasy
Expand Down

0 comments on commit cb0a958

Please sign in to comment.