# -*- mode: Perl -*-
package LaTeXML::Package::Pool;
use strict;
use warnings;
use LaTeXML::Package;

DefMacro('\where', "Section 1",           scope => "section:1");
DefMacro('\where', "Subsection 2.1",      scope => "subsection:2.1");
DefMacro('\where', "Labelled subsection", scope => "label:labelled");
DefMacro('\where', "Section 3",           scope => "section:3");
DefMacro('\where', "Equation 1",          scope => "equation:1");

1;