\name{format.latex} \alias{format.latex} \title{Formats strings} \description{ \code{format.latex} Substitutes special characters in strings. } \usage{ format.latex(x,...) } \arguments{ \item{x}{The string that should be formatted.} \item{...}{not used yet.} } \details{ The function replaces all "\$" and "\%" and all other special characters, thus formatting the string properly for LaTeX. } %\references{} \author{Johannes Rainer} %\seealso{ %} %\examples{ %} \keyword{data}