dynamic report generation with R.
3
votes
1answer
178 views
How use LaTeX counters to label knitr code chunks?
Imagine one has the LaTeX environments Example and Solution defined from the theorem environment. I have several Examples in numerous child documents which make up a book. LaTeX will automagically ...
2
votes
1answer
104 views
Show knitr-RNW document structure in Kile
When working with a knitr file (RNW document) on Kile the document structure isn't shown in the structure view, even though it contains a valid LaTeX structure of parts, sections etc. If I change the ...
1
vote
1answer
43 views
Cairo font size in Knitr
I am trying to set the font size in a Cairo device, but the pointsize argument seems to set the size of the points in the plot, and not the font size. I have this MWE:
\documentclass{article}
...
3
votes
0answers
66 views
Beamer (with style) to Html5?
My organization require the use of a standardized powerpoint template for how slides should look, so I've written my own Beamer .sty (style file).
Then I write .Rnw-files in RStudio that I knit ...
2
votes
0answers
58 views
Long and rescaled xtable
Is there a way to use scalebox along with tabular.environment='longtable' when printing a long and wide xtable?
When I give both of them I get an error:
Running xelatex.exe on my_file.tex...failed
2
votes
0answers
64 views
Highlight R chunks in a Knitr document when working in Kile
When working on a knitr document in kile I can get highlights for the LaTeX parts of the document by adding the *.Rnw file extension in the Modes & Filetypes tab under Open/save configuration ...
2
votes
0answers
96 views
Pgfplotstable converting zeros to — in a knitr inline table
how do I change each 0.0 to -- without having to reference each as string type or making the whole table string type? The actual table is quite long and it would take too long to do it manually. For ...
1
vote
0answers
153 views
knitr : Figure are not appearing at the correct place
I'm trying to use knitr while learning LaTeX but all my figures are placed at a seemingly random place.
It's driving me insane. Any ideas?
Example Input
PDF Output
I tried reinstalling TeX Live ...