View source: R/post-process-beamer-insert-title-page-logos.R
post_process_beamer_insert_title_page_logos | R Documentation |
Insert the NOAA and DFO logos and a hake picture on the title page of a beamer presentation
post_process_beamer_insert_title_page_logos(
x,
test,
images_dir,
title_page_image,
title_page_image_height_in,
title_page_image_width_in,
...
)
x |
Tex code, as a vector of lines read in from a TeX file by
|
test |
Logical. If |
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 |
title_page_image_height_in |
The height in inches for the title page
image. Only applies if |
title_page_image_width_in |
The width in inches for the title page
image. Only applies if |
... |
Arguments passed to all the post-processing functions |
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.