From a8204da7995edd5b752757f978817433f41d8ecb Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Wed, 10 Apr 2024 14:05:25 +0200 Subject: [PATCH] fix date location --- lib.typ | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib.typ b/lib.typ index e3ce67d..097c9cc 100644 --- a/lib.typ +++ b/lib.typ @@ -40,7 +40,14 @@ ) } } - place(top+right, date.display()) + context { + place( + top+right, + dy: -page.margin*0.8, + dx: +page.margin*0.8, + date.display() + ) + } if authors != () { align(center)[ //By: