Skip to content
Back to formatted view

Raw Message

Message-ID: <Pine.LNX.4.44.0208231142420.3205-100000@localhost.localdomain>
Date: 2002-08-23T09:47:35Z
From: Ott Toomet
Subject: quick xtable questions
In-Reply-To: <000501c24a7b$32f44fa0$b3a47cd4@brian>

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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._