format.latex {maDB}R Documentation

Formats strings to be LaTeX compliant

Description

format.latex This function substitutes special characters in strings, so that no errors occurr during the LaTeX compilation.

Usage

format.latex(x,...)

Arguments

x The string that should be formatted.
... not used yet.

Details

The function replaces all "$" and "%" and all other special characters, so that LaTeX has no problems with this string.

Author(s)

Johannes Rainer

References

See Also

Examples






[Package maDB version 1.8.0 Index]