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

implement lof and lot for docx #10029

Merged
merged 1 commit into from
Sep 22, 2024
Merged

implement lof and lot for docx #10029

merged 1 commit into from
Sep 22, 2024

Commits on Sep 22, 2024

  1. add support for list of figures (lof) and list of tables (lot)

    use lof and lot options in latex and context
    implement lof and lot for docx
    
    [command line] add `--lof[=true|false]`, `--list-of-figures[=true|false]`
    [command line] add `--lot[=true|false]`, `--list-of-tables[=true|false]`
    
    [API change] `WriterOptions`: add property `list_of_figures`
    [API change] `WriterOptions`: add property `list_of_tables`
    
    [API change] `Options`: add `writerListOfFigures :: Bool`
    [API change] `Options`: add `writerListOfTables :: Bool`
    
    [API change] `App/Opt`: add `optListOfFigures :: Bool`
    [API change] `App/Opt`: add `optListOfTables :: Bool`
    
    Co-authored-by: John MacFarlane <jgm@berkeley.edu>
    acxz and jgm committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    7114672 View commit details
    Browse the repository at this point in the history