Working through Stefan Kottwitz's LaTeX Cookbook, page 82, I tried to use the package pullquote.
I am using R, the knitr library and the RStudio IDE. When I compiled the .Rnw script that has the page 83 code, the compile failed because "File 'pullquote.sty'not found"
The book helpfully tells where to find online the requisite .dtx file that will generate the missing pullquote.sty. I copied that .dtx file into the directory where the .Rnw script is (the working directory), but that alone obviously will not succeed.
A few lines later the book says "Compile the pullquote.dtx file with LaTeX.
How can I do that within the R, knitr, RStudio setup? Perhaps this question should help me, but it doesn't because I don't know how to run (pdf)latex. Or this one speaks of running pdflatex on the .dtx file, but how does one do that and and where do you save the result?
pdflatex pullquote.dtxfrom the terminal? – altroware Dec 28 '16 at 23:51