post_process_landscape_figures: Post-process landscape figures in TEX code

View source: R/post-process-landscape-figures.R

post_process_landscape_figuresR Documentation

Post-process landscape figures in TEX code

Description

Post-process landscape figures in TEX code

Usage

post_process_landscape_figures(x, ...)

Arguments

x

Tex code, as a vector of lines read in from a TeX file by readLines()

...

Absorbs arguments meant for other functions

Details

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)⁠

Value

The modified Tex code, as a vector


pacific-hake/hake-assessment documentation built on Nov. 8, 2024, 1:16 p.m.