62 lines
No EOL
1.9 KiB
TeX
62 lines
No EOL
1.9 KiB
TeX
|
|
\newcommand{\linedpagetwo}{%
|
|
\noindent
|
|
\foreach \n in {1,...,15}{%
|
|
\rule{\textwidth}{0.4pt}\\[\baselineskip]
|
|
}
|
|
}
|
|
|
|
\newcommand{\verticallines}{%
|
|
\vspace*{-1in}% Move to top of physical page
|
|
\vspace*{-\topmargin}%
|
|
\vspace*{-\headheight}%
|
|
\vspace*{-\headsep}%
|
|
\noindent%
|
|
\begin{tikzpicture}[overlay]
|
|
\pgfmathsetmacro{\spacing}{0.8}
|
|
\pgfmathsetmacro{\nlines}{26}
|
|
\foreach \i in {0,1,...,\nlines}{
|
|
\draw[gray] (\i*\spacing cm, 0cm) -- (\i*\spacing cm, -27.94cm);
|
|
}
|
|
\end{tikzpicture}%
|
|
}
|
|
|
|
|
|
\newcommand{\makercheck}{
|
|
|
|
\begin{turn}{90}
|
|
\dbox{%
|
|
\begin{minipage}[t][2in]{6.7in}
|
|
\begin{minipage}[t][0.4in]{\textwidth}
|
|
\vfill
|
|
I \rule{2in}{1pt} promise to work for \rule{0.5in}{1pt} hours and \rule{0.5in}{1pt} minutes.
|
|
\end{minipage}%
|
|
\noindent
|
|
|
|
\begin{minipage}[t][1.5in]{0.7\textwidth}
|
|
\vfill
|
|
\makebox[0.8in][l]{Signed On:} \shortstack{\small Year\\[0.4cm]\rule{0.5in}{0.4pt}} / \shortstack{\small Month\\[0.4cm]\rule{0.5in}{0.4pt}} / \shortstack{\small Day\\[0.4cm]\rule{0.5in}{0.4pt}}
|
|
|
|
\makebox[0.8in][l]{Expires On:} \shortstack{\small Year\\[0.4cm]\rule{0.5in}{0.4pt}} / \shortstack{\small Month\\[0.4cm]\rule{0.5in}{0.4pt}} / \shortstack{\small Day\\[0.4cm]\rule{0.5in}{0.4pt}}
|
|
|
|
\makebox[0.8in][l]{Done On:} \shortstack{\small Year\\[0.4cm]\rule{0.5in}{0.4pt}} / \shortstack{\small Month\\[0.4cm]\rule{0.5in}{0.4pt}} / \shortstack{\small Day\\[0.4cm]\rule{0.5in}{0.4pt}}
|
|
\end{minipage}%
|
|
\hfill
|
|
\begin{minipage}[t][1.5in]{0.4\textwidth}
|
|
\vfill
|
|
\shortstack{\small Notes / Type of Work\\[0.6cm]\rule{1.5in}{0.4pt}}
|
|
\shortstack{\small Signature\\[0.6cm]\rule{1.5in}{0.4pt}}
|
|
\vspace{0.2cm}
|
|
\end{minipage}
|
|
|
|
% --- Add this block at the end of the minipage ---
|
|
\vspace{0pt}
|
|
\hfill
|
|
\raisebox{0pt}[0pt][0pt]{%
|
|
\includegraphics[width=1.2cm]{CornerDetail.png}%
|
|
}%
|
|
\end{minipage}%
|
|
}
|
|
\end{turn}
|
|
|
|
} |