Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade margin and collapse behavior #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 11, 2023

  1. Update to control left padding of outline

    - allow to control the left-most padding of the outline to save horizontal space (currently fixed at 5px)
    EnochMakenp authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    709104d View commit details
    Browse the repository at this point in the history
  2. Update to decrease left padding of outline and improve collapse

    - suppress the <ul> elements for unused part and chapter outline level to save horizontal space
    - make the "figures" (that is figure, table and theorem) also collapsable directly from their parent section
    - fix bugs: <li> element not closed at the right place for subsubsection outline and missing "" around data-file that caused problem with filename with space
    EnochMakenp authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    c046527 View commit details
    Browse the repository at this point in the history