pbs-assess / csasdown

:book: An R package for creating CSAS reports in PDF or Word format with R Markdown and bookdown
Other
47 stars 17 forks source link

Refs to sections and appendices appear with a trailing period in the doc #215

Closed cgrandin closed 2 years ago

cgrandin commented 2 years ago

Resdoc - trailing period occurs after section numbers refs like this:

Section \@ref(app:geostat)

image

Also for subsections:

Subsection \@ref(geostat-figs)

image

cgrandin commented 2 years ago

https://github.com/pbs-assess/csasdown/commit/e819c9f355ef2569a1cac058d00e99aeb1f262e3 breaks the headers for the actual title of the sections, it removes those dots as well: image

cgrandin commented 2 years ago

Fixed in df1c077e185e93a756dce6f492468bb1fb589df9 and e819c9f355ef2569a1cac058d00e99aeb1f262e3