Skip to content

Commit b96470b

Browse files
yegor256claude
andcommitted
fix: TeX Live package is lm, not lmodern
The previous commit added `soft lmodern` to DEPENDS.txt, but tlmgr fails with "package lmodern not present in repository". The TeX Live package that provides lmodern.sty is named `lm`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b403bd2 commit b96470b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DEPENDS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ soft ffcode
77
soft href-ul
88
soft hypdoc
99
soft l3build
10-
soft lmodern
10+
soft lm
1111
soft microtype
1212
soft newtx
1313
soft pgfopts

0 commit comments

Comments
 (0)