-
Notifications
You must be signed in to change notification settings - Fork 65
make latex translates the dropdown title into a \subsubsection* #107
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
Comments
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗 |
I had to update pinned nixpkgs, as it did not build with TexLive 2022. Some content annotations are not transformed very well in LaTex output. For example, there is a [bug](executablebooks/sphinx-design#107) in sphinx-design which prints dropdowns just as subsections without any visual highlighting. In general it still is readable.
I had to update pinned nixpkgs, as it did not build with TexLive 2022. Some content annotations are not transformed very well in LaTex output. For example, there is a [bug](executablebooks/sphinx-design#107) in sphinx-design which prints dropdowns just as subsections without any visual highlighting. In general it is readable and better typeset compared to the PDF obtained by printing to PDF. Also, there is now full texlive which is quite a huge dependency.
I had to update pinned nixpkgs, as it did not build with TexLive 2022. Some content annotations are not transformed very well in LaTex output. For example, there is a [bug](executablebooks/sphinx-design#107) in sphinx-design which prints dropdowns just as subsections without any visual highlighting. In general it is readable and better typeset compared to the PDF obtained by printing to PDF. Also, there is now full texlive which is quite a huge dependency.
Uh oh!
There was an error while loading. Please reload this page.
Not sure it is a bug, but I was expecting a different behavior.
Describe the bug
Summary
When using make latex to get a pdf manual,
the dropdown commands behave in different way than other admonitions.
Exemple
is translated into latex as :
expectation
I expected the results :
Reproduce the bug
make latex
List your environment
No response
The text was updated successfully, but these errors were encountered: