Is there a way to create document navigation using the HTML5 and CSS outline algorithm (and possibly JS), for example, can TeX generate a table of contents?
EDIT: Is there a way to display the linked outline of an HTML document without writing it explicitly? I think of something like \tableofcontentsTeX. Thus, the empty tag <nav>will be filled with an unordered list of links to sections on the page, for example.
source
share