• Excample for qprojekt_report can be generated using the creation function ‘create_example_qprojektreport()’
  • Changed qprojektreport to use German titles consistently by loading the German language from the latex-package “babel”.
  • Refactored common parts of document creation into a generic function and changed all format-specific functions into wrappers around the generic draft function.
  • Changed placeholder replacement from glue to stringr which seams more flexible. Placeholders are now surrounded by start and end tags to avoid confusion with markdown characters.
  • Introduced placeholders into template skeleton files and draft-functions can now replace placeholders with actual values
  • Corrected package name in default settings of function parameters
  • Added a NEWS.md file to track changes to the package.