Closed
Description
Reproducible steps :
- Create a file with the content:
---
title: Title
subtitle: Subtitle
lang: fr-FR
author: "Author"
theme: "Boadilla"
colortheme: "dolphin"
fonttheme: "structurebold"
aspectratio: 43
fontsize: 14pt
linkstyle: bold
---
# Section One
## Subsection One
Content
## Subsection Two
Content
# Section Two
## Subsection One
Content
## Subsection Two
Content
Compile using :
pandoc -t beamer --toc-depth=5 --toc <file.md> -o <file.pdf>
Output:
The toc slide is :
- Section One
- Section Two
Expected:
The toc slide should be:
- Section One
1.1. Subsection One
1.2. Subsection Two - Section Two
1.1. Subsection One
1.2. Subsection Two
Version :
pandoc 3.2
Features: +server +lua
Scripting engine: Lua 5.4
User data directory: /home/thanatos/.local/share/pandoc
Copyright (C) 2006-2024 John MacFarlane.
Web: https://pandoc.orgThis is free software; see the source for copying conditions. There is nowarranty, not even for merchantability or fitness for a particular purpose.
OS :
Linux, Archcraft