diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-09-29 09:50:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-09-29 09:50:16 -0300 |
commit | ffa01f531edf80b57e992cbca6e2e04c4ab2b032 (patch) | |
tree | 2aa8fa547830ae7345635eebbd2ccb26bf737c48 /_common.yml | |
parent | e94e689d8e8f7dc6e295cd7e957b93174051f525 (diff) | |
download | bookup-ffa01f531edf80b57e992cbca6e2e04c4ab2b032.tar.gz bookup-ffa01f531edf80b57e992cbca6e2e04c4ab2b032.tar.bz2 |
Fix: publisher metadata information on the PDF output
Diffstat (limited to '_common.yml')
-rw-r--r-- | _common.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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" |