Skip to content

Add page break inside program #197

Description

@ahmed451

In some instances the program was leaking to the footer because some sections in the program contains a long title and a long list of authors. It looks like there is no option for the session/section to go cross pages. I would suggest adding the possibility to insert page break to force the session and split it cross pages.

  • title: Session 1
    start_time: 2024-11-08 09:00:00
    end_time: 2024-11-08 10:30:00

  • page_break: true

  • title: Session 2
    start_time: 2024-11-08 11:00:00
    end_time: 2024-11-08 12:30:00

and fix the python parser.py

for item in schedule:
if "page_break" in item:
print("\newpage") # or


etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions