Pandoc beamer change "Section 1" to "Chapter 1"

I was doing my thesis presentation and my guide insists that the "Section {1, 2, ..}" should be replaced with "Chapter {1, 2, ..}" as in below image.

Screenshot of "Section 1" that has to be replaced with "Chapter 1"

I tried a few tricks in YAML, and ended up with the below lines I think would help, but no use.

slide-level: 2
top-level-division: chapter

My LaTex skills a Level 2/10 but willing to dive deep if needed.

Thank you for helping!

1 Answer

Add

\def\sectionname{Chapter}

to your header-includes

enter image description here

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like