NEWS


onbrand 1.0.7

onbrand 1.0.6 (2024-09-23)

onbrand 1.0.5 (2024-02-05)

onbrand 1.0.4 (2023-12-08)

onbrand 1.0.3 (2023-07-16)

Table formatting

onbrand 1.0.2 (2021-12-20)

Changes to yaml file format

doc_def:                     
  Notes: Notes
formatting:
  separator:                 ","
  Table_Order:
    - table
    - notes
    - caption
  Figure_Order:
    - figure
    - notes
    - caption
  Figure_Seq_Id:             "Figure"
  Figure_Number: |-
    list(officer::run_autonum(pre_label  = "", 
                              seq_id     = Caption_Seq_Id, 
                              post_label = "", 
                              start_at   = Caption_Start_At))
  Table_Seq_Id:              "Table"
  Table_Number: |-
    list(officer::run_autonum(pre_label  = "", 
                              seq_id     = Caption_Seq_Id, 
                              post_label = "", 
                              start_at   = Caption_Start_At))
rdocx:
  post_processing: NULL
rpptx:
  post_processing: NULL

Minor Improvements

onbrand 1.0.1 (2021-09-02)

Minor Improvements

onbrand 1.0.0 (2021-07-12)