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
When converting a file that includes another file (let's call them parent and child), DocBookRx prepends and suffixes the include::[] commands in the parent with :leveloffset: 1 and :leveloffset: 0 lines to adjust for the shifted levels in the child. That is IMHO not entirely correct, because it resets the leveloffset set in any document that may include the parent.
I believe that the lines preceding and following the inclusion commands in the parent should be :leveloffset: +1 and :leveloffset: -1 as then they would retain the value set in any document that may include the parent.
The text was updated successfully, but these errors were encountered:
When converting a file that includes another file (let's call them parent and child), DocBookRx prepends and suffixes the
include::[]
commands in the parent with:leveloffset: 1
and:leveloffset: 0
lines to adjust for the shifted levels in the child. That is IMHO not entirely correct, because it resets theleveloffset
set in any document that may include the parent.I believe that the lines preceding and following the inclusion commands in the parent should be
:leveloffset: +1
and:leveloffset: -1
as then they would retain the value set in any document that may include the parent.The text was updated successfully, but these errors were encountered: