From 2ec7d58f08dc4988c9c0e61fae5c4accb117b5d6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 29 Sep 2024 09:54:08 -0300 Subject: Fix: display label before the book URL --- ChangeLog.md | 2 ++ structure/book/en/00-preamble.tex | 2 +- structure/book/pt-br/00-preamble.tex | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5174f59..11d2419 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,8 @@ ## v0.2.2 - unreleased +* [x] Display label before the book URL. + * [x] Fix publisher metadata information on the PDF output. This required changing changing the "publisher" metadata from `_common.yml` to `snippets/publisher.txt`. diff --git a/structure/book/en/00-preamble.tex b/structure/book/en/00-preamble.tex index d128ad1..df9a166 100644 --- a/structure/book/en/00-preamble.tex +++ b/structure/book/en/00-preamble.tex @@ -39,7 +39,7 @@ Copyleft \copyright\ \input{.metadata/year.txt} \thanklessauthor\ \input{snippe \par\smallcaps{Published by \protect\input{snippets/publisher.txt}} -\par\smallcaps{\protect\input{snippets/url.txt}} +\par\smallcaps{Published at \protect\input{snippets/url.txt}} %\par\textit{First impression, \input{.metadata/year.txt}} \par Living Book - Version \textit{\textbf{\input{.metadata/revision.txt}}} compiled at \textit{\textbf{\input{.metadata/date.txt}}} diff --git a/structure/book/pt-br/00-preamble.tex b/structure/book/pt-br/00-preamble.tex index fc0f08b..a867bd6 100644 --- a/structure/book/pt-br/00-preamble.tex +++ b/structure/book/pt-br/00-preamble.tex @@ -39,7 +39,7 @@ Copyleft \copyright\ \input{.metadata/year.txt} \thanklessauthor\ \input{snippe \par\smallcaps{Publicado por \protect\input{snippets/publisher.txt}} -\par\smallcaps{\protect\input{snippets/url.txt}} +\par\smallcaps{Publicado em \protect\input{snippets/url.txt}} %\par\textit{Primeira impressão, \input{.metadata/year.txt}} \par Livro Vivo - Versão \textit{\textbf{\input{.metadata/revision.txt}}} compilada em \textit{\textbf{\input{.metadata/date.txt}}} -- cgit v1.2.3