format.latex {maDB} | R Documentation |
format.latex
This function substitutes special characters in strings, so that no errors occurr during the LaTeX compilation.
format.latex(x,...)
x |
The string that should be formatted. |
... |
not used yet. |
The function replaces all "$" and "%" and all other special characters, so that LaTeX has no problems with this string.
Johannes Rainer