changed document meta data

This commit is contained in:
Sven Vogel 2024-04-04 13:04:20 +02:00
parent 4c22a19cc7
commit 4e01b2f85c
1 changed files with 1 additions and 1 deletions

View File

@ -15,8 +15,8 @@
// set PDF meta information // set PDF meta information
#set document( #set document(
title: prelude.info.titel,
author: prelude.info.autor, author: prelude.info.autor,
date: datetime.today(),
keywords: prelude.info.stichwörter keywords: prelude.info.stichwörter
) )