From: Silvio Rhatto Date: Tue, 18 Nov 2025 17:12:50 +0000 (-0300) Subject: Fix: minor correction in the frontmatter citation mechanism X-Git-Tag: 0.3.3 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1977a955a12c81919ce6fcd9df6f049b307d16c5;p=bookup.git Fix: minor correction in the frontmatter citation mechanism --- diff --git a/ChangeLog.md b/ChangeLog.md index 025b861..a921438 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # ChangeLog +## v0.3.3 - 2025-11-18 + +* [x] Minor fix int the frontmatter citation mechanism. + ## v0.3.2 - 2025-11-18 * [x] Support for separate publisher URL snippet. diff --git a/structure/book/pt-br/00-preamble.md b/structure/book/pt-br/00-preamble.md index cc53fe7..33bf3ec 100644 --- a/structure/book/pt-br/00-preamble.md +++ b/structure/book/pt-br/00-preamble.md @@ -55,7 +55,7 @@ if (knitr::is_html_output()) { } cat('Adapte o exemplo a seguir para o seu padrão de citação (ABNT, APA etc) e também para a versão que você quer citar:

', sep='\n') - cat(paste('
', author_cite, '. ', rmarkdown::metadata$title, '. ', readLines('snippets/publisher.txt'), ', ', readLines('.metadata/year.txt'), ' - version ', version, ' - ', readLines('snippets/url.txt'), '/', archive, '
', sep='')) + cat(paste('
', author_cite, '. ', rmarkdown::metadata$title, '. ', readLines('snippets/publisher.txt'), ', ', readLines('.metadata/year.txt'), ' - versão ', version, ' - ', readLines('snippets/url.txt'), '/', archive, '
', sep='')) cat("\n") cat("

Créditos

")