Skip to content

Commit

Permalink
actually remove the removed definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
brucemiller committed Nov 14, 2024
1 parent 4eb8433 commit 1ebfd09
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/LaTeXML/Engine/plain.pool.ltxml
Original file line number Diff line number Diff line change
Expand Up @@ -417,16 +417,6 @@ DefPrimitiveI('\cal', undef, sub {

# Ideally, we should set these sizes from class files
AssignValue(NOMINAL_FONT_SIZE => 10);
# DefPrimitiveI('\tiny', undef, undef, font => { size => 5 });
# DefPrimitiveI('\scriptsize', undef, undef, font => { size => 7 });
# DefPrimitiveI('\footnotesize', undef, undef, font => { size => 8 });
# DefPrimitiveI('\small', undef, undef, font => { size => 9 });
# DefPrimitiveI('\normalsize', undef, undef, font => { size => 10 });
# DefPrimitiveI('\large', undef, undef, font => { size => 12 });
# DefPrimitiveI('\Large', undef, undef, font => { size => 14.4 });
# DefPrimitiveI('\LARGE', undef, undef, font => { size => 17.28 });
# DefPrimitiveI('\huge', undef, undef, font => { size => 20.74 });
# DefPrimitiveI('\Huge', undef, undef, font => { size => 29.8 });

DefPrimitiveI('\mit', undef, undef, requireMath => 1, font => { family => 'italic' });

Expand Down

0 comments on commit 1ebfd09

Please sign in to comment.