post_process_add_headers_footers: Add left and right footer text to the pages

View source: R/post-process-add-headers-footers.R

post_process_add_headers_footersR Documentation

Add left and right footer text to the pages

Description

Add left and right footer text to the pages

Usage

post_process_add_headers_footers(
  x,
  headrule_width_pt = NULL,
  headrule_double_lines = NULL,
  headrule_double_width_pt = NULL,
  headrule_double_space_mm = NULL,
  footrule_width_pt = NULL,
  footrule_double_lines = NULL,
  footrule_double_width_pt = NULL,
  footrule_double_space_mm = NULL,
  ...
)

Arguments

x

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

headrule_width_pt

Width of the primary headrule line in pts

headrule_double_lines

Logical. If TRUE, make headrule double lines

headrule_double_width_pt

Width of the secondary (top) headrule line in pts if headrule_double_lines is TRUE

headrule_double_space_mm

Space between the two headrule lines in mm if headrule_double_lines is TRUE

footrule_width_pt

Width of the primary footrule line in pts

footrule_double_lines

Logical. If TRUE, make footrule double lines

footrule_double_width_pt

Width of the secondary (top) footrule line in pts if footrule_double_lines is TRUE

footrule_double_space_mm

Space between the two footrule lines in mm if footrule_double_lines is TRUE

...

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.