From ffa01f531edf80b57e992cbca6e2e04c4ab2b032 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 29 Sep 2024 09:50:16 -0300 Subject: Fix: publisher metadata information on the PDF output --- _common.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '_common.yml') diff --git a/_common.yml b/_common.yml index 0e782e4..28b6aed 100644 --- a/_common.yml +++ b/_common.yml @@ -3,7 +3,9 @@ author: "Silvio Rhatto" date : "`r Sys.Date()`" # Publisher -publisher: "Bookup" +# Since neither Pandoc or Bookdown natively supports the publisher metadata, +# we read this information from snippets/publisher.txt instead. +#publisher: "Bookup" # Language lang: "en" -- cgit v1.2.3