Hi Josué,

Le 04/06/2019 à 02:04, Josué Andrade Gomes a écrit :
Sphinx 2.0.1, latex target

If the first element in a section is a note and the section is near the end of 
the page the section title is not moved to the next page.

See screenshots

The note is the first element

note-1st.png


Normal paragraph is the first element

par-1st.png


Is this a Sphinx bug? Or a missing configuration?

Yes it appears to be a bug of Sphinx LaTeX code.

It contains an `\allowbreak` causing this.

I presume the intent was to let TeX preferentially break the page right before the 
"note" frame (and note after the top line which is added above the note 
contents), but it causes the problem you report after a section title, and afaict it is 
in fact unneeded in other contexts.

Can you please open a ticket at https://github.com/sphinx-doc/sphinx/issues ? 
This will get fixed for next release.

On the positive side, the _heavy style_ admonitions warning, caution, error, 
danger, attention do not exhibit the same problem. This is only a bug of note, 
hint, important and tip (in the default implementation done by Sphinx LaTeX).


Thanks for reporting,

Unrelated : your conf.py contains language = '1.0' which is wrong configuration 
setting. Is this intentional?

Jean-François


Attached conf.py and index.rst

Thanks and regards,
josue


--
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 
sphinx-users+unsubscr...@googlegroups.com 
<mailto:sphinx-users+unsubscr...@googlegroups.com>.
To post to this group, send email to sphinx-users@googlegroups.com 
<mailto:sphinx-users@googlegroups.com>.
Visit this group at https://groups.google.com/group/sphinx-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/d4d82967-116c-45a6-9bf6-963fd5c79c8e%40googlegroups.com
 
<https://groups.google.com/d/msgid/sphinx-users/d4d82967-116c-45a6-9bf6-963fd5c79c8e%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To post to this group, send email to sphinx-users@googlegroups.com.
Visit this group at https://groups.google.com/group/sphinx-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/qd5a9q%244pqg%241%40blaine.gmane.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to