From 1ebfd0919067ef0a3c143cd7eb6156e0f72ae502 Mon Sep 17 00:00:00 2001 From: Bruce Miller Date: Thu, 14 Nov 2024 18:57:06 -0500 Subject: [PATCH] actually remove the removed definitions --- lib/LaTeXML/Engine/plain.pool.ltxml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/LaTeXML/Engine/plain.pool.ltxml b/lib/LaTeXML/Engine/plain.pool.ltxml index d75b25e7e..2cc1cec00 100644 --- a/lib/LaTeXML/Engine/plain.pool.ltxml +++ b/lib/LaTeXML/Engine/plain.pool.ltxml @@ -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' });