diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-09-14 13:36:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-14 13:36:39 +0200 |
| commit | 3dd12d13f81ec5920e6d23248933a11c54ddb590 (patch) | |
| tree | 81893d12ad105e621c347cc1fa1dfa5bd425261b /tests | |
| parent | f90701e132679f8372e8a32171dd013646c7f276 (diff) | |
Fix invisibles on final page (#2141)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/bugs/pagebreak-bibliography.png | bin | 0 -> 1860 bytes | |||
| -rw-r--r-- | tests/typ/bugs/pagebreak-bibliography.typ | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/ref/bugs/pagebreak-bibliography.png b/tests/ref/bugs/pagebreak-bibliography.png Binary files differnew file mode 100644 index 00000000..43de1574 --- /dev/null +++ b/tests/ref/bugs/pagebreak-bibliography.png diff --git a/tests/typ/bugs/pagebreak-bibliography.typ b/tests/typ/bugs/pagebreak-bibliography.typ new file mode 100644 index 00000000..bfc78250 --- /dev/null +++ b/tests/typ/bugs/pagebreak-bibliography.typ @@ -0,0 +1,5 @@ +// Test weak pagebreak before bibliography. + +--- +#pagebreak(weak: true) +#bibliography("/files/works.bib") |
