View source: R/post-process-add-picture-to-title-page.R
post_process_add_picture_to_title_page | R Documentation |
Insert an image on the title page
post_process_add_picture_to_title_page(
x,
title_page_image = NULL,
title_page_image_width_cm = NULL,
figures_dir = NULL,
...
)
x |
Tex code, as a vector of lines read in from a TeX file by
|
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 |
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.