post_process_add_picture_to_title_page: Insert an image on the title page

View source: R/post-process-add-picture-to-title-page.R

post_process_add_picture_to_title_pageR Documentation

Insert an image on the title page

Description

Insert an image on the title page

Usage

post_process_add_picture_to_title_page(
  x,
  title_page_image = NULL,
  title_page_image_width_cm = NULL,
  figures_dir = NULL,
  ...
)

Arguments

x

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

title_page_image

The file to include as the title page image

title_page_image_width_cm

The width in cm to use for the picture

figures_dir

The subdirectory of the "doc" directory containing images that have previously been made such as pictures and logos, and all other figures made outside the scope of this project

...

Absorbs arguments meant for other functions

Value

The modified Tex code, as a vector


pacific-hake/hake-assessment documentation built on July 21, 2024, 8:19 a.m.