]> gitweb.fluxo.info Git - bookup.git/commitdiff
Fix: minor correction in the frontmatter citation mechanism 0.3.3
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 18 Nov 2025 17:12:50 +0000 (14:12 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 18 Nov 2025 17:12:50 +0000 (14:12 -0300)
ChangeLog.md
structure/book/pt-br/00-preamble.md

index 025b8612b69ad4fe33fe877d285d14efd8cf4cae..a921438d2e6083352acd76067e1c1d2a04593a01 100644 (file)
@@ -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.
index cc53fe796578c99adefbc969b9e7d6292739a5d9..33bf3ec11872146ab6bf10249d5bb42db5ba5f7f 100644 (file)
@@ -55,7 +55,7 @@ if (knitr::is_html_output()) {
   }
 
   cat('Adapte o exemplo a seguir para o seu padrão de <a href="https://pt.wikipedia.org/wiki/Cita%C3%A7%C3%A3o" target="_blank">citação</a> (ABNT, APA etc) e também para a versão que você quer citar:<br/><br/>', sep='\n')
-  cat(paste('<blockquote><i>', author_cite, '. <b>', rmarkdown::metadata$title, '.</b> ', readLines('snippets/publisher.txt'), ', ', readLines('.metadata/year.txt'), ' - version ', version, ' - ', readLines('snippets/url.txt'), '/', archive, '</i></blockquote>', sep=''))
+  cat(paste('<blockquote><i>', author_cite, '. <b>', rmarkdown::metadata$title, '.</b> ', readLines('snippets/publisher.txt'), ', ', readLines('.metadata/year.txt'), ' - versão ', version, ' - ', readLines('snippets/url.txt'), '/', archive, '</i></blockquote>', sep=''))
   cat("\n")
 
   cat("<h2>Créditos</h2>")