# -*- CPERL -*-
# /=======================================================\ #
# |  geometry.sty - Implementation for LaTeXML            | #
# |                                                       | #
# |=======================================================| #
# |  Part of LaTeXML : http://dlmf.nist.gov/LaTeXML/      | #
# | Copyright (c) 2006 arXMLiv group                      | #
# | Released under the GNU Public License                 | #
# \=======================================================/ #

package LaTeXML::Package::Pool;
use strict;
use LaTeXML::Package;

RequirePackage('keyval');

#this seems to be complete, since there are no macros defined in the package and 
#all that the it does is to process the options passed as argument

#**********************************************************************
1;

