]> git.donarmstrong.com Git - xtable.git/commitdiff
Need \tt instead of \code in two places in the vignette.
authorroosen <roosen@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Wed, 8 Feb 2012 09:10:27 +0000 (09:10 +0000)
committerroosen <roosen@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Wed, 8 Feb 2012 09:10:27 +0000 (09:10 +0000)
git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@32 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

pkg/inst/doc/xtableGallery.snw

index 6f52a05b4eaf784f0b366b446c91d7c01bdcaac8..4922c5122cf647aabe4337ccc67a462da72b715b 100644 (file)
@@ -489,7 +489,7 @@ print(x.small,floating.environment='sidewaystable')
 \clearpage
 
 \subsection{Rescaled tables} 
-Specify a \code{scalebox} value to rescale the table.
+Specify a {\tt scalebox} value to rescale the table.
 
 <<>>=
 x <- x[1:20,]
@@ -502,7 +502,7 @@ print(x.rescale, scalebox=0.7)
 
 \subsection{Table Width} 
 The {\tt tabularx} tabular environment provides more alignment options,
-and has a \code{width} argument to specify the table width.
+and has a {\tt width} argument to specify the table width.
  
 Remember to insert \verb|\usepackage{tabularx}| in your \LaTeX preamble.