• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/Module/H14-May-2013-1,165873

lib/Math/Symbolic/Custom/H14-May-2013-431255

t/H14-May-2013-3018

xt/H14-May-2013-128

ChangesH A D14-May-20131.3 KiB4131

MANIFESTH A D14-May-2013373 1817

Makefile.PLH A D31-Dec-2010246 106

READMEH A D24-Jun-20111.1 KiB4628

README

1Math::Symbolic::Custom::LaTeXDumper
2===================================
3
4DESCRIPTION
5
6This class is an extension for the Math::Symbolic framework.
7It implements a new method for all Math::Symbolic trees: to_latex().
8The method returns a LaTeX representation of the formula.
9
10This functionality used to be experimental and included in
11the Math::Symbolic core distribution.
12
13Starting with Math::Symbolic 0.201, this is distributed separately.
14
15INSTALLATION
16
17To install this module type the following:
18
19   perl Makefile.PL
20   make
21   make test
22   make install
23
24DEPENDENCIES
25
26This module depends on Math::Symbolic 0.201 and all its dependencies.
27
28SEE ALSO
29
30Current versions of this module may be found via http://steffen-mueller.net or
31CPAN.
32
33Please send your suggestions, inquiries, and feedback to
34modules at steffen-mueller dot net.
35
36Any bugs should be reported via
37http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Math-Symbolic-Custom-LaTeXDumper
38
39COPYRIGHT AND LICENCE
40
41Copyright (C) 2006, 2008, 2011 by Steffen Mueller
42
43This library is free software; you can redistribute it and/or modify
44it under the same terms as Perl itself.
45
46