gerby-project / plastex

Python package to convert LaTeX markup to DOM
Other
14 stars 12 forks source link

Do not output subheadings #28

Closed pbelmans closed 7 years ago

pbelmans commented 7 years ago

Because we don't want to let plasTeX decide what is the "resolution" of the website, i.e. whether the main unit are chapters, sections, or subsections, it should not impose any choice. So we should only output text within a unit not contained in a smaller unit. Then the website can decide for itself, based on the numbering, whether to display a table of contents or include the actual content.