~ubuntu-branches/ubuntu/oneiric/latexml/oneiric

« back to all changes in this revision

Viewing changes to lib/LaTeXML/Package/aasms.sty.ltxml

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2010-06-09 08:15:06 UTC
  • Revision ID: james.westby@ubuntu.com-20100609081506-1asj0n4u3w4q6jem
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- CPERL -*-
 
2
# /=====================================================================\ #
 
3
# |  aastex                                                             | #
 
4
# | Implementation for LaTeXML                                          | #
 
5
# |=====================================================================| #
 
6
# | Part of LaTeXML:                                                    | #
 
7
# |  Public domain software, produced as part of work done by the       | #
 
8
# |  United States Government & not subject to copyright in the US.     | #
 
9
# |---------------------------------------------------------------------| #
 
10
# / Thanks to the arXMLiv group for 
 
11
# |---------------------------------------------------------------------| #
 
12
# | Bruce Miller <bruce.miller@nist.gov>                        #_#     | #
 
13
# | http://dlmf.nist.gov/LaTeXML/                              (o o)    | #
 
14
# \=========================================================ooo==U==ooo=/ #
 
15
package LaTeXML::Package::Pool;
 
16
use strict;
 
17
use LaTeXML::Package;
 
18
 
 
19
RequirePackage('aas_support');
 
20
RequirePackage('epsf');
 
21
 
 
22
# #======================================================================
 
23
1;