format.latex {maDB} | R Documentation |
format.latex
Substitutes special characters in strings.
format.latex(x,...)
x |
The string that should be formatted. |
... |
not used yet. |
The function replaces all "$" and "%" and all other special characters, thus formatting the string properly for LaTeX.
Johannes Rainer