Skip to content

Instantly share code, notes, and snippets.

@pharpend
Created September 10, 2015 23:18
Show Gist options
  • Save pharpend/2849f89136d360b3750d to your computer and use it in GitHub Desktop.
Save pharpend/2849f89136d360b3750d to your computer and use it in GitHub Desktop.
\documentclass[12pt]{article}
\usepackage[letterpaper,margin=0.2in,landscape,layoutvoffset=0in]{geometry}
\usepackage{tabu}
\usepackage{tikz}
\pagenumbering{gobble}
\begin{document}
\begin{tabu}{||X||X||X||X||X||X||X||}
\tabucline \\
\bf Sun &
\bf Mon &
\bf Tue &
\bf Wed &
\bf Thu &
\bf Fri &
\bf Sat \\
\tabucline \\
\vspace{0.05in}
\hspace{0.2in}
\begin{tikzpicture}
\draw (0, 0) -- (0, 18);
\draw (0.4in, 0) -- (0.4in, 18);
\draw (0.8in, 0) -- (0.8in, 18);
\end{tikzpicture}
\vspace{0.2in} &
\vspace{0.05in}
\hspace{0.2in}
\begin{tikzpicture}
\draw (0, 0) -- (0, 18);
\draw (0.4in, 0) -- (0.4in, 18);
\draw (0.8in, 0) -- (0.8in, 18);
\end{tikzpicture} &
\vspace{0.05in}
\hspace{0.2in}
\begin{tikzpicture}
\draw (0, 0) -- (0, 18);
\draw (0.4in, 0) -- (0.4in, 18);
\draw (0.8in, 0) -- (0.8in, 18);
\end{tikzpicture} &
\vspace{0.05in}
\hspace{0.2in}
\begin{tikzpicture}
\draw (0, 0) -- (0, 18);
\draw (0.4in, 0) -- (0.4in, 18);
\draw (0.8in, 0) -- (0.8in, 18);
\end{tikzpicture} &
\vspace{0.05in}
\hspace{0.2in}
\begin{tikzpicture}
\draw (0, 0) -- (0, 18);
\draw (0.4in, 0) -- (0.4in, 18);
\draw (0.8in, 0) -- (0.8in, 18);
\end{tikzpicture} &
\vspace{0.05in}
\hspace{0.2in}
\begin{tikzpicture}
\draw (0, 0) -- (0, 18);
\draw (0.4in, 0) -- (0.4in, 18);
\draw (0.8in, 0) -- (0.8in, 18);
\end{tikzpicture} &
\vspace{0.05in}
\hspace{0.2in}
\begin{tikzpicture}
\draw (0, 0) -- (0, 18);
\draw (0.4in, 0) -- (0.4in, 18);
\draw (0.8in, 0) -- (0.8in, 18);
\end{tikzpicture} \\
\tabucline \\
\end{tabu}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment