File: flow-orphan-01.typ

package info (click to toggle)
haskell-typst 0.5.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,564 kB
  • sloc: haskell: 8,314; xml: 32; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#set page("a8", height: 140pt)
#set text(weight: 700)

// Fits fully onto the first page.
#set text(blue)
#lorem(27)

// The first line would fit, but is moved to the second page.
#lorem(20)

// The second-to-last line is moved to the third page so that the last is isn't
// as lonely.
#set text(maroon)
#lorem(11)

#lorem(13)

// All three lines go to the next page.
#set text(olive)
#lorem(10)