From 6ac3921301aefdea7d3d7a9d1dc33a1f004b5771 Mon Sep 17 00:00:00 2001 From: James R Swift Date: Sun, 30 Jun 2024 18:49:49 +0100 Subject: [PATCH] Use descriptions for enumerations --- src/schemas/enumerations.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/enumerations.typ b/src/schemas/enumerations.typ index abdcbac..a86ded7 100644 --- a/src/schemas/enumerations.typ +++ b/src/schemas/enumerations.typ @@ -1,7 +1,7 @@ #import "../types.typ" as z; #let papersize = z.choice.with( - name: "paper size", + description: "paper size", ( "a0", "a1",