inbo / INBOmd

An R package with a collection of RMarkdown styles and templates. Elaborate examples are available at https://github.com/inbo/INBOmd_examples
https://inbo.github.io/INBOmd
GNU General Public License v3.0
11 stars 2 forks source link

inbo_rapport: appendices are not named as such #33

Closed florisvdh closed 6 years ago

florisvdh commented 6 years ago

Appendix titles distinguish themselves as chapter titles 'A xxxxxx', 'B xxxxxx', 'C xxxxxx', occurring after the numbered chapter titles (1, 2, 3, ...). However, it is not clarified to the reader that these effectively are appendices (not in the body, not in the TOC). This would better be the case, both with the appendices themselves, and in the table of contents.

I see two possible alternatives:

florisvdh commented 6 years ago

My current workaround is as follows.

  1. In markdown:
    
    # (APPENDIX) Bijlagen {-}

Title of appendix A {#app:Alabel}

body text

Title of appendix B {#app:Blabel}

body text

2. Additional insertion in LaTeX in order to make this part title appear in the TOC (the star suppresses numbering):

\part*{Bijlagen}\label{part-bijlagen} \addcontentsline{toc}{part}{Bijlagen}

ThierryO commented 6 years ago

This issue should go in inbo/inbomd_examples since it requires work on the source code of the document, not of the style.