Skip to content

Commit

Permalink
textcase.sty is now essentially a NOOP, since it's functionality is i…
Browse files Browse the repository at this point in the history
…ncluded in base LaTeX
  • Loading branch information
brucemiller committed Jan 18, 2025
1 parent 7f03345 commit 55f9489
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/LaTeXML/Package/textcase.sty.ltxml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ use warnings;
use LaTeXML::Package;

#======================================================================
InputDefinitions('textcase', type => 'sty', noltxml => 1);
# This functionality is now included in base LaTeX
#InputDefinitions('textcase', type => 'sty', noltxml => 1);
# We only need to bind the old textcase names.
Let('\MakeTextUppercase', '\MakeUppercase');
Let('\MakeTextLowercase', '\MakeLowercase');
Let('\MakeTextTitlecase', '\MakeTitlecase');
#======================================================================
1;

0 comments on commit 55f9489

Please sign in to comment.