Skip to content

Commit

Permalink
Improve latex detection of proper page (column) break (Closes: #7)
Browse files Browse the repository at this point in the history
  • Loading branch information
MTecknology committed Jan 31, 2024
1 parent 6706a76 commit db3aa7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def gen_meeting_tex(meetings, conf):
'\n ', texsafe(meetings[key]['note'].split('\n')[0]), '}\n',
r' \end{minipage}', '\n\n',
])
fh.write(' }')
fh.write(' }\pagebreak[2]')

# write alanon footer and resume cover
fh.writelines([
Expand Down Expand Up @@ -455,7 +455,7 @@ def gen_meeting_tex(meetings, conf):
'\n ', texsafe(meetings[key]['note'].split('\n')[0]), '}\n',
r' \end{minipage}', '\n\n',
])
fh.write(' }')
fh.write(' }\pagebreak[2]')

# Write meeting list footer
fh.writelines([
Expand Down

0 comments on commit db3aa7d

Please sign in to comment.