2024-06-22 16:15:57 +00:00
\documentclass [letter, landscape] { report}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage [utf8] { inputenc}
\usepackage { graphicx}
\usepackage [nott] { kpfonts}
\usepackage { multicol} % Include two- or three-column sections
\usepackage { ninecolors}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Commands %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\graphicspath { { images/} } % Where are our images?
\raggedbottom % Don't force text to fill page
\raggedright % Don't justify lines
\raggedcolumns
\setlength { \columnsep } { 40mm}
2024-06-22 16:52:15 +00:00
\NineColors { saturation=low}
\pagenumbering { gobble} % Turn off page numbers
2024-06-22 16:15:57 +00:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Page Set-up %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage { geometry}
\geometry {
2024-06-22 21:09:27 +00:00
margin=20mm,
lmargin=26mm,
rmargin=26mm
2024-06-22 16:15:57 +00:00
}
%% Adjust the top and bottom margins
\addtolength { \topmargin } { 0.4in}
\addtolength { \textheight } { -0.75in}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Let's get it started in here %%%%%%%%%%%%%%%%%%%%%%%%
\begin { document}
2024-06-22 16:52:15 +00:00
\vspace * { -30mm}
\noindent \makebox [\linewidth] { \textcolor { green9} { \rule { \paperwidth } { 3mm} } }
2024-06-22 16:15:57 +00:00
\begin { multicols} { 2}
2024-06-22 16:52:15 +00:00
\vspace * { 15mm}
2024-06-22 16:15:57 +00:00
Some sample text
\columnbreak
\vspace * { 20mm}
\begingroup \centering
{ \fontsize { 18} { 60} \selectfont Dude With a Fork}
\bigskip
\includegraphics [scale=0.18] { fork}
\bigskip
{ \fontsize { 30} { 28} \selectfont \textbf { Seasoning Mixes} }
\bigskip
\begin { large}
A Mini Cookbook
\end { large}
\vspace { 50mm}
\textsc { First Edition\\ June 2024}
\endgroup
\end { multicols}
\pagebreak
\begin { multicols} { 2}
All contents \copyright 2024 Kenneth John Odle
2024-06-22 16:52:15 +00:00
\vspace { 20mm}
2024-06-22 16:15:57 +00:00
Please be sure to visit my website at \texttt { dudewithafork.com}
\medskip
You can also watch my videos at \texttt { youtube.dudewithafork.com}
\medskip
You can also support me by joining me on Patreon at \texttt { https://www.patreon.com/dudewithafork} where you can get a discount code for anything I sell on etsy.
\columnbreak
\vspace * { 30mm}
Thank you so much for buying my cookbook! By doing so, you're helping me to create more great content. I really appreciate it!
\end { multicols}
\end { document}