Skip to content
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

Header levels in note sections render bad in latex #1801

Open
fredrikekre opened this issue Apr 19, 2022 · 1 comment
Open

Header levels in note sections render bad in latex #1801

fredrikekre opened this issue Apr 19, 2022 · 1 comment
Labels
Format: LaTeX Related to the LaTeX / PDF output Type: Bug

Comments

@fredrikekre
Copy link
Member

See JuliaLang/julia#44866.

@mortenpi mortenpi added Format: LaTeX Related to the LaTeX / PDF output Type: Bug labels Apr 22, 2022
@mortenpi
Copy link
Member

It's probably because we naively just print \chapter etc for each heading, and I believe we should be detecting if we're printing those MD nodes within an admonition and then just style the headings, rather than having them semantically be LaTeX headings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Format: LaTeX Related to the LaTeX / PDF output Type: Bug
Projects
None yet
Development

No branches or pull requests

2 participants