Skip to content

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

Open
bp208322 opened this issue Nov 23, 2022 · 1 comment
Open

make latex translates the dropdown title into a \subsubsection* #107

bp208322 opened this issue Nov 23, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@bp208322
Copy link

bp208322 commented Nov 23, 2022

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

.. dropdown:: title1
  
  text 1.

is translated into latex as :

 \subsubsection*{title 1}

text 1

expectation
I expected the results :

\begin{sphinxadmonition}{tobedefined}{Title 1}
Text 1
\end{sphinxadmonition}

Reproduce the bug

  1. Create a sphinx project
  2. Use .. dropdown
  3. make latex

List your environment

No response

@bp208322 bp208322 added the bug Something isn't working label Nov 23, 2022
@welcome
Copy link

welcome bot commented Nov 23, 2022

Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.

If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).

Welcome to the EBP community! 🎉

holzingk added a commit to holzingk/nix.dev that referenced this issue May 6, 2025
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.
holzingk added a commit to holzingk/nix.dev that referenced this issue May 6, 2025
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.
holzingk added a commit to holzingk/nix.dev that referenced this issue May 28, 2025
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant