# -*- CPERL -*- # /=====================================================================\ # # | needspace | # # | Implementation for LaTeXML | # # |=====================================================================| # # | Part of LaTeXML: | # # | Public domain software not subject to copyright in the US. | # # |---------------------------------------------------------------------| # # | Tim Vismor #_# | # # | https://vismor.com/ (o o) | # # \=========================================================ooo==U==ooo=/ # use LaTeXML::Package; use strict; # Ignore commands. This is handled by css in LaTeXML. DefMacro('\needspace{}', ''); # Don't forget this, so perl knows the package was processed. 1;