diff --git a/MANIFEST b/MANIFEST index 4b61fd870..58bdb4611 100644 --- a/MANIFEST +++ b/MANIFEST @@ -409,6 +409,7 @@ lib/LaTeXML/Package/book.cls.ltxml lib/LaTeXML/Package/bookman.sty.ltxml lib/LaTeXML/Package/bookmark.sty.ltxml lib/LaTeXML/Package/booktabs.sty.ltxml +lib/LaTeXML/Package/boxedminipage.sty.ltxml lib/LaTeXML/Package/braket.sty.ltxml lib/LaTeXML/Package/breakurl.sty.ltxml lib/LaTeXML/Package/calc.sty.ltxml diff --git a/lib/LaTeXML/Package/boxedminipage.sty.ltxml b/lib/LaTeXML/Package/boxedminipage.sty.ltxml new file mode 100644 index 000000000..e83765393 --- /dev/null +++ b/lib/LaTeXML/Package/boxedminipage.sty.ltxml @@ -0,0 +1,20 @@ +# -*- mode: Perl -*- +# /=====================================================================\ # +# | boxedminipage.sty | # +# | Implementation for LaTeXML | # +# |=====================================================================| # +# | Part of LaTeXML: | # +# | Public domain software, produced as part of work done by the | # +# | United States Government & not subject to copyright in the US. | # +# |---------------------------------------------------------------------| # +# | Timothy Prescott #_# | # +# | http://dlmf.nist.gov/LaTeXML/ (o o) | # +# \=========================================================ooo==U==ooo=/ # +package LaTeXML::Package::Pool; +use strict; +use warnings; +use LaTeXML::Package; + +InputDefinitions('boxedminipage', type => 'sty', noltxml => 1); + +1;