]> git.donarmstrong.com Git - xtable.git/commitdiff
Correction to documentation of fixed width alignment code. Email from Dieter Menne...
authordscott <dscott@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Wed, 15 Apr 2015 00:09:00 +0000 (00:09 +0000)
committerdscott <dscott@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Wed, 15 Apr 2015 00:09:00 +0000 (00:09 +0000)
git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@68 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

pkg/man/xtable.Rd

index ca29021bd6dcbaafe32a39ce270d9edf1cef0cb1..cb33e88af9aaff4aece5853cd848e0db536d6a02 100644 (file)
@@ -47,7 +47,7 @@ xtable(x, caption = NULL, label = NULL, align = NULL, digits = NULL,
     one greater than \code{ncol(x)} if \code{x} is a
     \code{data.frame}. Use \code{"l"}, \code{"r"}, and \code{"c"} to
     denote left, right, and center alignment, respectively.  Use
-    \code{"p\{3cm\}"} etc. for a LaTeX column of the specified width. For
+    \code{"p{3cm}"} etc. for a LaTeX column of the specified width. For
     HTML output the \code{"p"} alignment is interpreted as \code{"l"},
     ignoring the width request. Default depends on the class of
     \code{x}. }