0

Is there anyway to change the theorem numbering in R Markdown using Bookdown's HTML output to

Theorem 1

Theorem 2

etc.

instead of the default, which includes the section number like this

Theorem 1.1

Theorem 1.2

det
  • 101
  • 1
    Add an example of your output. Chunk of the code and an image. – manro Jan 15 '22 at 11:35
  • Are you using section numbers for anything else? If not, add `number_sections: FALSE` as an output option in the YAML. If you are looking for a more specific and want great answers quickly, make your question reproducible. For example, what exact output is in your YAML? (There are many options that render in HTML.) Check it out: [making R reproducible questions](https://stackoverflow.com/q/5963269). – Kat Jan 18 '22 at 19:45
  • Please provide enough code so others can better understand or reproduce the problem. – Community Jan 24 '22 at 14:31

0 Answers0