aboutsummaryrefslogtreecommitdiff
path: root/structure/book/00-preamble.tex
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-10 14:09:41 +0100
committerSilvio Rhatto <rhatto@riseup.net>2024-06-10 14:09:41 +0100
commitd5f4b967422ed898d15aa5941f777155ddb3e3c5 (patch)
tree83c0c34e47c4e707fea6b1316bc4a3408485446f /structure/book/00-preamble.tex
parent0f0f4bbd9c6cba0fbf196de47e2baed7741391c3 (diff)
downloadbookup-d5f4b967422ed898d15aa5941f777155ddb3e3c5.tar.gz
bookup-d5f4b967422ed898d15aa5941f777155ddb3e3c5.tar.bz2
Feat: towards localization support
Diffstat (limited to 'structure/book/00-preamble.tex')
-rw-r--r--structure/book/00-preamble.tex59
1 files changed, 0 insertions, 59 deletions
diff --git a/structure/book/00-preamble.tex b/structure/book/00-preamble.tex
deleted file mode 100644
index d558cc1..0000000
--- a/structure/book/00-preamble.tex
+++ /dev/null
@@ -1,59 +0,0 @@
-% Bookdown LaTeX before-body file
-
-% Front matter
-\frontmatter
-
-% Cover image
-% See https://stackoverflow.com/questions/45963505/coverpage-and-copyright-notice-before-title-in-r-bookdown
-% https://tex.stackexchange.com/questions/39147/scale-image-to-page-width
-% https://stackoverflow.com/questions/1963923/adding-full-page-figures-in-latex-how
-\includepdf{images/cover.png}
-
-% Do not print the default title set in the template
-\let\maketitle\oldmaketitle
-% Uncomment this to duplicate the book title
-% This might also clear the \@title variable
-%\maketitle
-
-% Metadata page
-\newpage
-\begin{fullwidth}
-~\vfill
-\thispagestyle{empty}
-\setlength{\parindent}{0pt}
-\setlength{\parskip}{\baselineskip}
-\makeatletter\@title\makeatother
-
-Copyleft \copyright\ \input{.metadata/year.txt} \thanklessauthor\ \input{snippets/contact.txt}
-
-\input{LICENSE}
-
-\input{snippets/keywords.txt}
-
-\input{snippets/cover.txt}
-
-% Some \input statements need to be protected
-% See https://texfaq.org/FAQ-extrabrace
-% https://www.typeerror.org/docs/latex/_005cprotect
-\par\smallcaps{\protect\input{snippets/project.txt} - \protect\input{snippets/volume.txt}}
-
-\par\smallcaps{Publicado por \thanklesspublisher}
-
-\par\smallcaps{\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}}}
-\end{fullwidth}
-
-% Disclaimer
-\newpage
-\begin{fullwidth}
-~\vfill
-\thispagestyle{empty}
-\setlength{\parindent}{0pt}
-\setlength{\parskip}{\baselineskip}
-\textit{\input{DISCLAIMER}}
-\end{fullwidth}
-
-% Start the main matter (normal chapters)
-\mainmatter