Hi, 

I am using R and latex for generating report. I need R result to be in bold
face. 

For instance. 
x<-c(1,0,2,4)

I need to print its output in bold face. 
x
*1
2
3
4*

I attempted to use textbf{} but can not write R output inside it. How can i
implement it. Thanks in advance.

Regards

--
View this message in context: 
http://r.789695.n4.nabble.com/R-Bold-font-and-Latex-tp4487535p4487535.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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