crsh / papaja

papaja (Preparing APA Journal Articles) is an R package that provides document formats to produce complete APA manuscripts from RMarkdown-files (PDF and Word documents) and helper functions that facilitate reporting statistics, tables, and plots.
https://frederikaust.com/papaja_man/
Other
654 stars 133 forks source link

Improvements to the post processor #519

Open mariusbarth opened 2 years ago

mariusbarth commented 2 years ago

Is your feature request related to a problem? Please describe. I think it is tedious to always write Figure\ \@ref(fig:chunk-name), i.e. I forget to write the non-breaking space, frequently.

Describe the solution you'd like maybe we should explore the possibility to run a gsub() in the post processor.

Describe alternatives you've considered maybe this is something that would be interesting for the bookdown authors and should be considered there.

Additional context Add any other context or screenshots about the feature request here.