diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-20 21:56:32 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-20 22:09:10 +0100 |
| commit | 2d16f9434f46ab591cede54def23ae4bc477b668 (patch) | |
| tree | c6b113b2da8ab526804f7b17bc1edd1b0fa6c34f /library/src/layout | |
| parent | 22bf0117a0613dc63ace4c495f97bd980db0140c (diff) | |
Documentation for citation, bibliography, and content
Diffstat (limited to 'library/src/layout')
| -rw-r--r-- | library/src/layout/page.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/layout/page.rs b/library/src/layout/page.rs index a8a806ad..61a1f9c4 100644 --- a/library/src/layout/page.rs +++ b/library/src/layout/page.rs @@ -318,7 +318,7 @@ impl PageElem { Numbering::Func(_) => true, }; Counter::new(CounterKey::Page) - .display(numbering, both) + .display(Some(numbering), both) .aligned(self.number_align(styles)) }) }); |
