]> git.donarmstrong.com Git - xtable.git/blobdiff - pkg/man/toLatex.Rd
Changed documentation to advise on bug #4770
[xtable.git] / pkg / man / toLatex.Rd
index e0cc1cca6ba7e1915334d3b4488e3fec7985f152..bdf6c59fecf97a9fc18bf454b0234374e60c109b 100644 (file)
@@ -1,17 +1,26 @@
 \name{toLatex.xtable}
 \alias{toLatex.xtable}
 \title{Convert Table to Latex}
-\description{Function creating a LaTeX representation of an object of class \code{xtable}.}
+\description{
+  Function creating a LaTeX representation of an object of class
+  \code{xtable}.
+}
 \usage{
-       \method{toLatex}{xtable}(object, ...)}
+\method{toLatex}{xtable}(object, ...)
+}
 \arguments{
   \item{object}{An object of class \code{"xtable"}.}
   \item{...}{Other arguments to \code{print.xtable}.}  
 }
 \details{
-  This function creates a LaTeX representation of an object of class \code{"xtable"}.  This is a method for the generic \code{"toLatex"} in the core R package \code{"utils"}. 
+  This function creates a LaTeX representation of an object of class
+  \code{"xtable"}.  This is a method for the generic \code{"toLatex"} in
+  the core R package \code{"utils"}.
+}
+\author{
+  Charles Roosen \email{roosen@gmail.com} with contributions and
+  suggestions from many others (see source code).
 }
-\author{Charles Roosen \email{roosen@gmail.com} with contributions and suggestions from many others (see source code).}
 \seealso{\code{\link{print.xtable}}}
 
 \keyword{toLatex}