Skip to content

Commit

Permalink
adding a couple of dependencies to xfrac.sty.ltxml (#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev authored Dec 21, 2023
1 parent d1eb309 commit 43bf4b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/LaTeXML/Package/xfrac.sty.ltxml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ use strict;
use warnings;
use LaTeXML::Package;

RequirePackage('amstext');
RequirePackage('graphicx');
RequirePackage('nicefrac');

DefMacro('\sfrac[]{}[]{}', '\ensuremath{\@UnitsNiceFrac{#2}{#4}}');

DefMacro('\DeclareInstance{}{}{}{}', '');
Expand Down

0 comments on commit 43bf4b3

Please sign in to comment.