Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions lib/LaTeXML/Package/causets.sty.ltxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# -*- 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. | #
# |---------------------------------------------------------------------| #
# | Initially implemented by Christoph Minz | #
# |---------------------------------------------------------------------| #
# | Bruce Miller <bruce.miller@nist.gov> #_# | #
# | http://dlmf.nist.gov/LaTeXML/ (o o) | #
# \=========================================================ooo==U==ooo=/ #
package LaTeXML::Package::Pool;
use strict;
use warnings;
use LaTeXML::Package;

#=========================================================================#
RequirePackage('tikz');
RequirePackage('pgf');
InputDefinitions('causets', type => 'sty', noltxml => 1);
#=========================================================================#

1;