Skip to content

Commit

Permalink
support for boxedminipage (#2132)
Browse files Browse the repository at this point in the history
  • Loading branch information
teepeemm authored Jul 20, 2023
1 parent d050106 commit c83773c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 20 additions & 0 deletions lib/LaTeXML/Package/boxedminipage.sty.ltxml
Original file line number Diff line number Diff line change
@@ -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 <teepeemm@gmail.com> #_# | #
# | 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;

0 comments on commit c83773c

Please sign in to comment.