Hi all,
I am about to begin a project using latex and knitr in RStudio. I'm very familiar with all three separately, but not together. My first question is if there is a nice single go-to source on how to write documents in RStudio implementing latex and knitr. Second, I have five immediate questions.
-
If I have a .jpg image, are there any special commands I need to use to read in the image to LaTeX with RStudio.
-
How are .bib files handled? I'm receiving an error message that a reference can't be found, the it is definitely in my .bib file.
-
Related to 1 and 2, where should my .bib file and other needed files be located relative to my .Rmw file. I presume all in the same folder, but just checking.
-
What does this error message mean
Bad Box: test.aux:116: Overfull \hbox (27.59982pt too wide) in paragraph at lines 116--116. I'm getting dozens of them. -
I'm also receiving an error that the document can't find a program that is, indeed, installed and loaded in RStudio. The error reads
Error in ddirichlet(x, alpha = c(5, 10, 14)): could not find
function "ddirichlet"
ddirichlet is part of MCMCpack which installed and loaded in RStudio.
Thanks in advance
David