post_process_beamer_insert_title_page_logos: Insert the NOAA and DFO logos and a hake picture on the title...

View source: R/post-process-beamer-insert-title-page-logos.R

post_process_beamer_insert_title_page_logosR Documentation

Insert the NOAA and DFO logos and a hake picture on the title page of a beamer presentation

Description

Insert the NOAA and DFO logos and a hake picture on the title page of a beamer presentation

Usage

post_process_beamer_insert_title_page_logos(
  x,
  test,
  images_dir,
  title_page_image,
  title_page_image_height_in,
  title_page_image_width_in,
  ...
)

Arguments

x

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

test

Logical. If TRUE, this is a test compilation in a temporary directory. If FALSE, it is the real compilation of the full presentation, in the hake directory structure

images_dir

The directory where the title picture and logos are found for beamer presentations

title_page_image

The filename of the image to place on the title page of the beamer presentation. If NULL, a blank image will appear

title_page_image_height_in

The height in inches for the title page image. Only applies if title_page_image is not NULL

title_page_image_width_in

The width in inches for the title page image. Only applies if title_page_image is not NULL

...

Arguments passed to all the post-processing functions

Value

The modified Tex code, as a vector


pacific-hake/hake-assessment documentation built on Feb. 26, 2025, 9:49 p.m.