onbrand 1.0.5 (development version)

onbrand 1.0.4

onbrand 1.0.3

Table formatting

onbrand 1.0.2

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

Minor Improvements

onbrand 1.0.0