Compare commits
No commits in common. "37204f28859f7ad69012b9d85feee914ba169897" and "c30178342734615a17b8f88f186501cd066366ed" have entirely different histories.
37204f2885
...
c301783427
@ -1,13 +1,8 @@
|
|||||||
\documentclass[8pt,letterpaper,landscape]{extreport}
|
\documentclass[8pt,letterpaper,landscape]{extreport}
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
\usepackage[english]{babel}
|
\usepackage[english]{babel}
|
||||||
%\usepackage[scaled=2.00]{helvet}
|
\usepackage[scaled=2.00]{helvet}
|
||||||
%\renewcommand{\familydefault}{\sfdefault}
|
\renewcommand{\familydefault}{\sfdefault}
|
||||||
|
|
||||||
|
|
||||||
\usepackage[sfdefault]{noto}
|
|
||||||
\usepackage[T1]{fontenc}
|
|
||||||
|
|
||||||
|
|
||||||
% Background images
|
% Background images
|
||||||
\usepackage{tcolorbox}
|
\usepackage{tcolorbox}
|
||||||
@ -26,10 +21,10 @@
|
|||||||
\usepackage[
|
\usepackage[
|
||||||
% paperheight=8.5in,
|
% paperheight=8.5in,
|
||||||
% paperwidth=5.5in,
|
% paperwidth=5.5in,
|
||||||
left=0mm,
|
left=1cm,
|
||||||
right=0mm,
|
right=1cm,
|
||||||
top=15mm,
|
top=2cm,
|
||||||
bottom=0mm]
|
bottom=1cm]
|
||||||
{geometry}
|
{geometry}
|
||||||
|
|
||||||
% Tighten up the typography
|
% Tighten up the typography
|
||||||
@ -45,7 +40,7 @@
|
|||||||
\put(0cm,0cm){
|
\put(0cm,0cm){
|
||||||
\begin{tikzpicture}[x=1in, y=1in, remember picture, overlay]
|
\begin{tikzpicture}[x=1in, y=1in, remember picture, overlay]
|
||||||
\NineColors{saturation=high}
|
\NineColors{saturation=high}
|
||||||
% \draw[line width=2pt, color=gray9] (5.5,0.0) -- (5.5,7.5);
|
\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=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);
|
\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);
|
\draw[line width=10mm, color=brown7] (-0.5,1.5) -- (11.0,1.5);
|
||||||
@ -73,14 +68,14 @@
|
|||||||
theme = {blank}
|
theme = {blank}
|
||||||
]{
|
]{
|
||||||
width = {\textwidth},
|
width = {\textwidth},
|
||||||
colspec = { X[5.5,l] X[1.83,c] X[1.83,c] X[1.83,c] },
|
colspec = { X[3.5,l] X[1,c] X[1,c] X[1,c] },
|
||||||
rows = {3mm, m, rowsep=0.5pt},
|
rows = {3mm, m, rowsep=0.5pt},
|
||||||
cells = {font=\bfseries\fontsize{32pt}{40pt}\selectfont},
|
cells = {font=\bfseries\fontsize{20pt}{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} \\
|
& \color{gray5} {T\\H\\E} & \color{gray5} {L\\I\\N\\U\\X} & \color{gray5} {D\\I\\C\\T\\I\\O\\N\\A\\R\\Y} \\
|
||||||
\end{longtblr}
|
\end{longtblr}
|
||||||
|
|
||||||
\vspace{18mm}
|
\vspace{12mm}
|
||||||
|
|
||||||
\begin{longtblr}
|
\begin{longtblr}
|
||||||
[
|
[
|
||||||
@ -89,12 +84,12 @@
|
|||||||
theme = {blank}
|
theme = {blank}
|
||||||
]{
|
]{
|
||||||
width = {\textwidth},
|
width = {\textwidth},
|
||||||
colspec = { X[6.0,l] X[3.0,l] X[2.0,r] },
|
colspec = { X[5.5,l] X[3.0,l] X[2.0,r] },
|
||||||
rows = {1mm, m, rowsep=2pt},
|
rows = {1mm, m, rowsep=3pt},
|
||||||
cells = {font=\bfseries\sffamily\fontsize{10pt}{14pt}\selectfont},
|
cells = {font=\bfseries\sffamily\fontsize{6pt}{10pt}\selectfont},
|
||||||
}
|
}
|
||||||
& \color{gray4} By Kenneth John Odle & \color{gray5} Volume 1 of 2 \hspace{6mm} \\
|
& By Kenneth John Odle & Volume 1 of 2 \\
|
||||||
& & \color{gray5} First Edition \hspace{6mm} \\
|
& & First Edition \\
|
||||||
\end{longtblr}
|
\end{longtblr}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user