You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the nested needs are bugged on the latex output, without using the nested needs, the document is generated properly, but with the nested needs, inside the generated .tex file, it's like all the content of the document before the nested needs is deleted.
I'll try to provide a minimal working example soon.
The text was updated successfully, but these errors were encountered:
After a bit more investigation, it happens even with just a table in a need.
It's like the depart_table method of sphinx' LaTeXTranslator is not behaving correctly when it is inside the structure of a need, even though the structure of the needs (table, tgroup, tbody, etc) seems to be exactly the same as normal tables
thanks for looking in to it, if you could pin-point what the exact offending AST is, and/or the difference in it between complete/clean, that would be ideal
Hi,
It seems the nested needs are bugged on the latex output, without using the nested needs, the document is generated properly, but with the nested needs, inside the generated .tex file, it's like all the content of the document before the nested needs is deleted.
I'll try to provide a minimal working example soon.
The text was updated successfully, but these errors were encountered: