summaryrefslogtreecommitdiff
path: root/src/doc.rs
diff options
context:
space:
mode:
authorSébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com>2023-04-05 15:04:31 +0200
committerGitHub <noreply@github.com>2023-04-05 15:04:31 +0200
commit70a909b8badec1f14b67338a0e010e9a374866b8 (patch)
treead2d3f7b4e8060f5495cfe97db5ba47bfe7675c0 /src/doc.rs
parentd569f6b33b8cebd6f48ff9935e7c88024bdad72a (diff)
Fixed page numbering (#594)
Diffstat (limited to 'src/doc.rs')
-rw-r--r--src/doc.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc.rs b/src/doc.rs
index 0f3ade02..aa460bd3 100644
--- a/src/doc.rs
+++ b/src/doc.rs
@@ -609,6 +609,8 @@ pub enum Meta {
/// An identifiable element that produces something within the area this
/// metadata is attached to.
Elem(Content),
+ /// The numbering of the current page.
+ PageNumbering(Value),
/// Indicates that content should be hidden. This variant doesn't appear
/// in the final frames as it is removed alongside the content that should
/// be hidden.