62 lines
2.3 KiB
TeX
62 lines
2.3 KiB
TeX
\pagestyle{empty}
|
|
|
|
\cleardoublepage
|
|
|
|
% Capa do verso do livro
|
|
\begin{center}
|
|
\begin{tikzpicture}[remember picture,overlay]
|
|
|
|
% Fundo preto
|
|
\fill[black] (current page.south west) rectangle (current page.north east);
|
|
|
|
% Padrão de círculos central
|
|
\begin{scope}[shift={(current page.center)}, scale=1.0871]
|
|
\foreach \x in {-20, -18, -16, -14, -12, -10, -8, -6, -4, -2, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18} {
|
|
\foreach \y in {-2, 2} {
|
|
\begin{scope}[shift={(\x + 1, \y)}]
|
|
\foreach \r in {0.2, 0.4, 0.6, 0.8, 1.0} {
|
|
\draw[thick, darkgray] (0,0) circle (\r);
|
|
}
|
|
\end{scope}
|
|
}
|
|
\foreach \y in {-3, -1, 1, 3} {
|
|
\begin{scope}[shift={(\x, \y)}]
|
|
\foreach \r in {0.2, 0.4} {
|
|
\draw[thick, darkgray] (0,0) circle (\r);
|
|
}
|
|
\end{scope}
|
|
}
|
|
\foreach \y in {-1, 1} {
|
|
\begin{scope}[shift={(\x, 0)}]
|
|
\foreach \r in {0.2, 0.4, 0.6, 0.8, 1.0} {
|
|
\draw[thick, lightgray] (0,0) circle (\r);
|
|
}
|
|
\end{scope}
|
|
}
|
|
\foreach \y in {-1, 1} {
|
|
\begin{scope}[shift={(\x, \y)}]
|
|
\foreach \r in {0.2, 0.4, 0.6, 0.8, 1.0} {
|
|
\fill[black] (0,0) circle (\r);
|
|
}
|
|
\end{scope}
|
|
}
|
|
\foreach \y in {-1, 1} {
|
|
\begin{scope}[shift={(\x, \y)}]
|
|
\foreach \r in {0.2, 0.4, 0.6, 0.8, 1.0} {
|
|
\draw[thick, darkgray] (0,0) circle (\r);
|
|
}
|
|
\end{scope}
|
|
}
|
|
}
|
|
\end{scope}
|
|
|
|
% Título
|
|
\node[white, anchor=north, text width =0.9\linewidth, align = justify] at ([yshift=-48pt] current page.north) {\scshape{“My name, and yours, <...> all are syllables of the great word that is very slowly spoken by the shining of the stars. There is no other power. No other name.”
|
|
|
|
― Ursula K. Le Guin, A Wizard of Earthsea}};
|
|
|
|
% Logotipo da editora
|
|
\node[anchor=north, above=4pt of publisher.north] {\includegraphics[width=0.15\textwidth]{frontmatter/logo_v3.png}};
|
|
|
|
\end{tikzpicture}
|
|
\end{center} |