Current version is 0.206.
Distribution from this site.
CPAN site
Math::Symbolic::Custom::LaTeXDumper =================================== DESCRIPTION This class is an extension for the Math::Symbolic framework. It implements a new method for all Math::Symbolic trees: to_latex(). The method returns a LaTeX representation of the formula. This functionality used to be experimental and included in the Math::Symbolic core distribution. Starting with Math::Symbolic 0.201, this is distributed separately. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module depends on Math::Symbolic 0.201 and all its dependencies. SEE ALSO Current versions of this module may be found via http://steffen-mueller.net or CPAN. Please send your suggestions, inquiries, and feedback to modules at steffen-mueller dot net. Any bugs should be reported via http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Math-Symbolic-Custom-LaTeXDumper COPYRIGHT AND LICENCE Copyright (c) 2006 Steffen Mueller This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Math::Symbolic::Custom::LaTeXDumper
Revision history for Perl extension Math::Symbolic::Custom::LaTeXDumper
0.206 Sun Jan 6 2008
- 0.205 distribution was broken.
0.205 Sat Jan 5 2008
- Support for B_ARCTANGENT_TWO.
- Thus requiring Math::Symbolic 0.509.
0.204 Wed Aug 30 2006
- Upgraded to Module::Install 0.64.
- Removed auto_install from Makefile.PL
- Removed SIGNATURE because Module::Signature is still broken
0.203 Fri Jun 9 2006
- Upgraded to Module::Install 0.63.
0.202 Fri Feb 17 13:33 2006
- Removed a few more unnecessary parenthesis in a special case of
exponentiation.
- Added the no_sqrt option and the sqrt converter.
By default foo^0.5 is converted to \sqrt{foo} now.
0.201 Tue Feb 14 15:43 2006
- original version as uploaded to CPAN
(c) 2002-2010 Steffen Müller; All rights reserved.