NAME

Math::Symbolic::Custom::DefaultDumpers - Default Math::Symbolic output routines

SYNOPSIS

use Math::Symbolic qw/parse_from_string/;
$term = parse_from_string(...);
print $term->to_latex(...);

DESCRIPTION

This is a class of default output routines for Math::Symbolic trees. Likewise, Math::Symbolic::Custom::DefaultTests defines default tree testing routines and Math::Symbolic::Custom::DefaultMods has default tree modification methods. For details on how the custom method delegation model works, please have a look at the Math::Symbolic::Custom and Math::Symbolic::Custom::Base classes.

EXPORT

Please see the docs for Math::Symbolic::Custom::Base for details, but you should not try to use the standard Exporter semantics with this class.

SUBROUTINES

to_latex

This method is highly experimental. Use with care. It returns a LaTeX representation of the Math::Symbolic tree it is called on. The LaTeX is meant to be included in a LaTeX source document.

The method uses named parameter passing style. Valid parameters are:

implicit_multiplication

Used to turn off the 'x' operators for all multiplications. Defaults to false, that is, the multiplication operators are present.

no_fractions

Use '%' division operator instead of fractions. Defaults to false, that is, use fractions.

exclude_signature

By default, the method includes all variables' signatures in parenthesis if there is one. Set this to true to omit variable signatures.

AUTHOR

Please send feedback, bug reports, and support requests to the Math::Symbolic support mailing list: math-symbolic-support at lists dot sourceforge dot net. Please consider letting us know how you use Math::Symbolic. Thank you.

If you're interested in helping with the development or extending the module's functionality, please contact the developers' mailing list: math-symbolic-develop at lists dot sourceforge dot net.

List of contributors:

Steffen Müller, symbolic-module at steffen-mueller dot net
Stray Toaster, mwk at users dot sourceforge dot net

SEE ALSO

New versions of this module can be found on http://steffen-mueller.net or CPAN. The module development takes place on Sourceforge at http://sourceforge.net/projects/math-symbolic/

Math::Symbolic::Custom Math::Symbolic::Custom::DefaultTests Math::Symbolic

1 POD Error

The following errors were encountered while parsing the POD:

Around line 282:

Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252