Add manual page breaks
Currently the page breaks whenever it is full. This may lead to sections being broken after just one sentence. Since we render a PDF and there is no dynamic flow of content we can make more informed decisions about when and where to break the page. This commit adds two manual calls to \pagebreak which make it such that section 3 and 4 are not laid out across multiple pages.
This commit is contained in:
parent
32af8750ac
commit
ca08591a50
1 changed files with 3 additions and 0 deletions
|
@ -77,6 +77,8 @@ and user agents of connecting users; these are not retained for over a month exc
|
|||
of abuse. Full contents of requests the server is unable to parse can be collected too, with
|
||||
the same restriction of a month.
|
||||
|
||||
\pagebreak
|
||||
|
||||
\subsection{Voting}
|
||||
|
||||
We vote on things. We make laws. This is how.
|
||||
|
@ -125,6 +127,7 @@ Kicks and mode changes on users.
|
|||
Other network messages such as joins, parts, kills, nick changes, or channel mode changes. & No, unless disruptive. & No, unless disruptive.
|
||||
\end{tabular}
|
||||
|
||||
\pagebreak
|
||||
|
||||
\subsection{Miscellaneous}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue