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

LaTeX: partially fix color issues for wrapped code lines with pagebreak #10616

Merged
merged 1 commit into from Jun 29, 2022

Commits on Jun 29, 2022

  1. LaTeX: partially fix color issues for wrapped code lines with pagebreak

    This does not fix entirely sphinx-doc#10610 but it does sufficiently for it not to
    require reverting sphinx-doc#10577 which tried to solve sphinx-doc#8686 conundrum.  In
    extreme cases, the sphinx-doc#8686 problem meant that some contents disappeared
    at page bottom, so it is probably better to maintain sphinx-doc#10577 which
    will avoid any such overflow of code beyond its frame, even though in
    some specific cases (a colored entity such as a long string is partly on
    both pages), some syntax highlighting gets lost.
    
    There are anyhow other issues with colors for wrapped code lines, even
    with no pagebreaks involved, such as sphinx-doc#10615.  This patch does not change
    the situation there.
    jfbu committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    2e77290 View commit details
    Browse the repository at this point in the history