-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The command --toc-depth doesn't change the depth (md->pdf) #9861
Comments
default latex template has:
So, the I can't remember the rationale, if any, for these decisions. |
One important thing to note: in your example, slide level = 2 (see the manual for this concept). That means that the level-2 headings do not create subsections; they create slides. So, even remove |
Perhaps a better test case is
|
I think I'll change this so it uses |
So, just to be sure, I can't change the way the toc is generated because I'm using beamer ? Or do I need to change the default latex template to be able to show more information in the toc ? |
You'd have to change the latex template, yes. The commit noted above does this, so you can just grab the new template from there. |
Ok, thank you very much ! |
Bad fix! This breaks all my coding, because I do not want subsections in toc. Beamer does not care about toc-dept. - So this might be a bad solution. |
@NMarkgraf can you elaborate? Setting |
@NMarkgraf In my tests, |
Reproducible steps :
Compile using :
Output:
The toc slide is :
Expected:
The toc slide should be:
1.1. Subsection One
1.2. Subsection Two
1.1. Subsection One
1.2. Subsection Two
Version :
OS :
Linux, Archcraft
The text was updated successfully, but these errors were encountered: