rmsrosa / nbbinder

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

Closed rmsrosa closed 4 years ago

rmsrosa commented 4 years ago

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.

rmsrosa commented 4 years ago

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.

rmsrosa commented 4 years ago

Fixed