[R] quick xtable questions
    Ott Toomet 
    siim at obs.ee
       
    Fri Aug 23 11:47:35 CEST 2002
    
    
  
On Fri, 23 Aug 2002, Brian Scholl wrote:
  |Hi, I'm creating a lot of tables in a file for inclusion in a Latex
  |document.  When I try to compile that document there is an error "too many
  |unprocessed floats."  Is there a way to correct this?
This is not really xtable but latex problem.  It means latex keeps on
collecting new tables (end figures) but do not have a suitable page to put
them on.  You may consider \clearpage (and perhaps package afterpage)
somewhere to force the tables to be printed.  Check the placement options on
the
\begin{table}[htbp], specially p option should help (it puts a float on a
separate sheet, althoug I think it is default).
  |
  |Also, in a Latex table I want R to put in a $\beta$ in the caption, but it
  |puts a weird system character instead of the \b
you should write "$\\beta$"
Ott
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
    
    
More information about the R-help
mailing list