format.latex {maDB}R Documentation

Formats strings

Description

format.latex Substitutes special characters in strings.

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, thus formatting the string properly for LaTeX.

Author(s)

Johannes Rainer


[Package maDB version 1.12.0 Index]