Hi,

this is probably quite stupid but I have no clue
what's wrong. Let's say I write the function
hline <- function() {
  cat("\\hline \n") 
}
and call hline() from within a Sweave chunk. Why is
there no carriage return after the \hline in the
resulting tex file? 

if I call hline() hline() in the chunk, then I get
\hline \hline 
in the tex code without a linebreak in between.

Thanks for any hints,
  Werner


      E-Mails jetzt auf Ihrem Handy.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to