Due to naming collision with Binder https://mybinder.org, this packaged has been archived and is survived by the renamed version NBJoint, at https://github.com/rmsrosa/nbjoint
Other
2
stars
0
forks
source link
problem inserting a notebook with both chapter and section insertion marks #4
If a notebook is to be inserted with both marks and with section number 00 (although this should actually not be an expected case), then section number is increased without need.
Either modify REG_INSERT to avoid insertion in both chapter and section or fix the reindexing. I believe the problem is that we insert sections before chapters. We should do it the other way around.
If a notebook is to be inserted with both marks and with section number 00 (although this should actually not be an expected case), then section number is increased without need.