-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipebook.sty
55 lines (48 loc) · 1.36 KB
/
recipebook.sty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{recipebook}
[Recipe Book Styling 2020]
\documentclass[twoside]{article}
\RequirePackage{multicol}
\RequirePackage[toc]{multitoc}
\renewcommand*{\multicolumntoc}{2}
\RequirePackage{pdfpages}
\RequirePackage{hyperref}
\hypersetup{%
colorlinks=true,
urlcolor=black,
linkcolor=black,
runcolor=black,
allcolors=black}
\RequirePackage[left=0.5in, right=0.5in, top=1in, bottom=1in, headheight=1in,tmargin=55pt,headsep=5pt]{geometry}
\RequirePackage{fancyhdr}
% Turn on the style
\pagestyle{fancy}
% Clear the header and footer
\fancyhead{}
\fancyfoot{}
% place the page number in the header
\fancyhead[LE,RO]{\Huge{\thepage}}
\RequirePackage{tablefootnote}
\renewcommand{\headrulewidth}{0pt}
\newcommand{\foothref}[2]{\href{#1}{#2}\tablefootnote{\mbox{\url{#1}}}}
\makeatletter
\newcommand{\spewfootnotes}{%
\tfn@tablefootnoteprintout%
\global\let\tfn@tablefootnoteprintout\relax%
\gdef\tfn@fnt{0}%
}
\makeatother
\title{\textbf{\Huge{Recipes}}}
\author{\Large{Patrick Cook}}
\setlength{\columnseprule}{0pt}
% hijacking the date to display contributions
\date{\parbox{\linewidth}{\centering\bigskip\bigskip%
\textit{With Contributions From}\\
\begin{multicols}{2}
Jessica Ullom-Minnich\\%
Marla Ullom-Minnich\\%
Dennis Cook
\end{multicols}
Last Updated:\\
\today}}
\endinput