-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcausets.sty.ltxml
24 lines (20 loc) · 1.12 KB
/
causets.sty.ltxml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- mode: Perl -*-
# /=====================================================================\ #
# | causets | #
# | Implementation for LaTeXML | #
# |=====================================================================| #
# | Part of LaTeXML: | #
# | Public domain software, produced as part of work done by the | #
# | United States Government & not subject to copyright in the US. | #
# |---------------------------------------------------------------------| #
# | #_# | #
# | http://dlmf.nist.gov/LaTeXML/ (o o) | #
# \=========================================================ooo==U==ooo=/ #
package LaTeXML::Package::Pool;
use strict;
use warnings;
use LaTeXML::Package;
#======================================================================
InputDefinitions('causets', type => 'sty', noltxml => 1);
#======================================================================
1;