Added second volume to outside cover

This commit is contained in:
Kenneth John Odle 2026-01-22 07:07:18 -05:00
parent 37204f2885
commit 16fc5947cf

View File

@ -40,7 +40,6 @@
\thispagestyle{empty} \thispagestyle{empty}
\AddToShipoutPictureBG{ \AddToShipoutPictureBG{
\put(0cm,0cm){ \put(0cm,0cm){
\begin{tikzpicture}[x=1in, y=1in, remember picture, overlay] \begin{tikzpicture}[x=1in, y=1in, remember picture, overlay]
@ -97,5 +96,64 @@
& & \color{gray5} First Edition \hspace{6mm} \\ & & \color{gray5} First Edition \hspace{6mm} \\
\end{longtblr} \end{longtblr}
\newpage
\thispagestyle{empty}
\AddToShipoutPictureBG{
\put(0cm,0cm){
\begin{tikzpicture}[x=1in, y=1in, remember picture, overlay]
\NineColors{saturation=high}
% \draw[line width=2pt, color=gray9] (5.5,0.0) -- (5.5,7.5);
\shade[top color=gray7, bottom color=white] (7.20,-0.5) rectangle (7.30, 8.5);
\shade[top color=white, bottom color=gray5] (8.9,-0.5) rectangle (9.05, 8.5);
\draw[line width=10mm, color=brown7] (-0.5,1.5) -- (11.0,1.5);
\filldraw[color=white, fill=white, ultra thick](10.5,1.5) circle (0.06);
\filldraw[color=white, fill=white, ultra thick](10.3,1.5) circle (0.06);
\end{tikzpicture}
% \tikz \draw[top color=gray7]
} % End put
}
% Get rid of table caption
% Source - https://tex.stackexchange.com/a/716286
% Posted by Celdor
% Retrieved 2026-01-21, License - CC BY-SA 4.0
\NewTblrTheme{blank}{
\DefTblrTemplate{firsthead}{default}{}%
\DefTblrTemplate{middlehead,lasthead}{default}{}%
\DefTblrTemplate{contfoot-text}{default}{}%
}
\begin{longtblr}
[
caption = {},
label = {tb:},
theme = {blank}
]{
width = {\textwidth},
colspec = { X[5.5,l] X[1.83,c] X[1.83,c] X[1.83,c] },
rows = {3mm, m, rowsep=0.5pt},
cells = {font=\bfseries\fontsize{32pt}{40pt}\selectfont},
}
& \color{gray6} {T\\H\\E} & \color{brown7} {L\\I\\N\\U\\X} & \color{gray7} {D\\I\\C\\T\\I\\O\\N\\A\\R\\Y} \\
\end{longtblr}
\vspace{18mm}
\begin{longtblr}
[
caption = {},
label = {tb:},
theme = {blank}
]{
width = {\textwidth},
colspec = { X[6.0,l] X[3.0,l] X[2.0,r] },
rows = {1mm, m, rowsep=2pt},
cells = {font=\bfseries\sffamily\fontsize{10pt}{14pt}\selectfont},
}
& \color{gray4} By Kenneth John Odle & \color{gray5} Volume 2 of 2 \hspace{6mm} \\
& & \color{gray5} First Edition \hspace{6mm} \\
\end{longtblr}
\end{document} \end{document}