1# -*- mode: Perl -*-
2# /=====================================================================\ #
3# |  newlfont.sty.ltxml                                                 | #
4# |=====================================================================| #
5# | Part of LaTeXML:                                                    | #
6# |  Public domain software, produced as part of work done by the       | #
7# |  United States Government & not subject to copyright in the US.     | #
8# |---------------------------------------------------------------------| #
9# | Bruce Miller <bruce.miller@nist.gov>                        #_#     | #
10# | http://dlmf.nist.gov/LaTeXML/                              (o o)    | #
11# \=========================================================ooo==U==ooo=/ #
12package LaTeXML::Package::Pool;
13use strict;
14use warnings;
15use LaTeXML::Package;
16
17#======================================================================
18Let('\pcal', '\@undefined');
19Let('\pmit', '\@undefined');
20Let('\cal',  '\mathcal');
21Let('\mit',  '\mathnormal');
22RequirePackage('latexsym');
23#======================================================================
241;
25