## v0.3.1 - 2025-11-18
+* [x] Support for separate publisher URL snippet.
+
+## v0.3.1 - 2025-11-18
+
* [x] Apply fixes to the frontmatter citation mechanism.
## v0.3.0 - 2025-11-18
* `LICENSE`.
* `DISCLAIMER`.
* `images/cover.png`.
-* `snippets/{contact,cover,keywords,project,url,volume}.txt`.
+* `snippets/{contact,cover,keywords,project,url,volume,publisher,publisher-url}.txt`.
* `snippets/changes.md`.
## Optional files
--- /dev/null
+https://bookup.fluxo.info
cat('<br/>')
cat('Published by ')
#cat(rmarkdown::metadata$publisher)
- cat(readLines('snippets/publisher.txt'))
+ cat(readLines('snippets/publisher.txt'), ' - ', readLines('snippets/publisher-url.txt'))
cat('<br/>')
cat('Published at ')
cat(readLines('snippets/url.txt'), sep='\n')
% https://www.typeerror.org/docs/latex/_005cprotect
\par\smallcaps{\protect\input{snippets/project.txt} - \protect\input{snippets/volume.txt}}
-\par\smallcaps{Published by \protect\input{snippets/publisher.txt}}
+\par\smallcaps{Published by \protect\input{snippets/publisher.txt} - \protect\input{snippets/publisher-url.txt}}
\par\smallcaps{Published at \protect\input{snippets/url.txt}}
cat('<br/>')
cat('Publicado por ')
#cat(rmarkdown::metadata$publisher)
- cat(readLines('snippets/publisher.txt'))
+ cat(readLines('snippets/publisher.txt'), ' - ', readLines('snippets/publisher-url.txt'))
cat('<br/>')
cat('Publicado em ')
cat(readLines('snippets/url.txt'), sep='\n')
% https://www.typeerror.org/docs/latex/_005cprotect
\par\smallcaps{\protect\input{snippets/project.txt} - \protect\input{snippets/volume.txt}}
-\par\smallcaps{Publicado por \protect\input{snippets/publisher.txt}}
+\par\smallcaps{Publicado por \protect\input{snippets/publisher.txt} - \protect\input{snippets/publisher-url.txt}}
\par\smallcaps{Publicado em \protect\input{snippets/url.txt}}