View source: R/post-process-landscape-figures.R
post_process_landscape_figures | R Documentation |
Post-process landscape figures in TEX code
post_process_landscape_figures(x, ...)
x |
Tex code, as a vector of lines read in from a TeX file by
|
... |
Absorbs arguments meant for other functions |
Searches the TeX code in x
for the keywords BEGIN LANDSCAPE
and
END LANDSCAPE
(all in caps) that surround either a knitr chunk that
produces a figure or a Bookdown image import statement with this format:
![Caption](path/to/filename)
The modified Tex code, as a vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.