Compare commits
No commits in common. "15d029b8b0e6932b1ecdc9a91672bbc710597016" and "65050b1a003dbf5540908065e452f35b1ba586cd" have entirely different histories.
15d029b8b0
...
65050b1a00
3
.gitignore
vendored
3
.gitignore
vendored
@ -284,6 +284,3 @@ TSWLatexianTemp*
|
|||||||
# Uncomment the next line to have this generated file ignored.
|
# Uncomment the next line to have this generated file ignored.
|
||||||
#*Notes.bib
|
#*Notes.bib
|
||||||
|
|
||||||
## Added by me
|
|
||||||
/build/*
|
|
||||||
/build
|
|
||||||
|
117
cover-003.tex
117
cover-003.tex
@ -1,117 +0,0 @@
|
|||||||
\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}
|
|
||||||
|
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
||||||
%% Page Set-up %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
||||||
|
|
||||||
\usepackage{geometry}
|
|
||||||
\geometry{
|
|
||||||
margin=20mm,
|
|
||||||
}
|
|
||||||
|
|
||||||
%% Adjust the top and bottom margins
|
|
||||||
\addtolength{\topmargin}{0.4in}
|
|
||||||
\addtolength{\textheight}{-0.75in}
|
|
||||||
|
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
||||||
%% Set up our headers and footers %%%%%%%%%%%%%%%%%%%%%%
|
|
||||||
|
|
||||||
\usepackage{fancyhdr}
|
|
||||||
|
|
||||||
\pagestyle{fancy}
|
|
||||||
\fancyhf{}
|
|
||||||
\cfoot{} % footer and header rules; no page number
|
|
||||||
\renewcommand{\headrulewidth}{0mm}
|
|
||||||
\renewcommand{\footrulewidth}{3mm}
|
|
||||||
|
|
||||||
\renewcommand{\footrule}{\hbox to \headwidth{\color{green9}\leaders\hrule height \footrulewidth\hfill}}
|
|
||||||
|
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
||||||
%% Let's get it started in here %%%%%%%%%%%%%%%%%%%%%%%%
|
|
||||||
|
|
||||||
|
|
||||||
\begin{document}
|
|
||||||
|
|
||||||
\begin{multicols}{2}
|
|
||||||
|
|
||||||
%\vspace*{30mm}
|
|
||||||
|
|
||||||
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 \copyright2024 Kenneth John Odle
|
|
||||||
\medskip
|
|
||||||
|
|
||||||
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}
|
|
Loading…
Reference in New Issue
Block a user