Hi Hannah,
You are correct that this is not the right place for LaTeX questions.
There are many resources online for TeX users. Here is one page that
may help you: http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions
stackoverflow may be a better place to post questions, there are als
Dear all,
This may not be the right place for latex questions, but I
do not know where else to ask the question.
I have two subfigures. I want the first subfigure to have a caption on
the side of it and the second subfigure
to have a caption below it.
Thank you.
Hannah
[[
On Tue, 2008-03-11 at 10:23 -0700, threshold wrote:
> cat("\hline \n");flush.console()
you need to double the backslashes, as in
cat("\\hline \n");flush.console()
as in
> cat("\\hline \n");flush.console()
\hline
The warning when using just one kind of hints at what is going on:
> cat("\hline
threshold wrote:
> Hi, maybe my question is not typical. I want to make R table-kind output to
> be readable immediately in Latex but I am struggling with symbol '\' needed
> for instance in '\hline'. For example when 'Table' is a matrix class object:
>
> cat("&",Table[1,1], "&",Table[1,2], "\n");f
#x27; was not accepted by R. Is there any way to over come this obstacle
or maybe other way to 'implement' R table output into latex format
thank you in advance
rob
--
View this message in context:
http://www.nabble.com/R-Latex-question-tp15980281p15980281.html
Sent from the R help ma
5 matches
Mail list logo