diff options
| -rw-r--r-- | pa2cal.tex | 51 |
1 files changed, 38 insertions, 13 deletions
@@ -3,19 +3,24 @@ \usepackage[letterpaper,margin=0.3in]{geometry} \usepackage[utf8]{inputenc} \usepackage{booktabs} +\usepackage{enumitem} \usepackage{tikz} \usepackage{verbatim} \usetikzlibrary{calendar} \usetikzlibrary{shapes} \usetikzlibrary{shapes.geometric} - +% \usepackage{xcolor} +% \selectcolormodel{gray} \renewcommand{\rmdefault}{cmss} +\definecolor{y}{RGB}{227,238,167} +\definecolor{g}{RGB}{127,205,187} +\definecolor{b}{RGB}{44,127,184} % Define the date highlights -\newcommand{\ward}{\node[fill=red!30,circle] {};} -\newcommand{\greendot}{\node[fill=green!70,circle] {};} -\newcommand{\bluedot}{\node[fill=blue!50,circle] {};} -\newcommand{\orangedot}{\node[fill=orange!70,circle] {};} +\newcommand{\ward}{\node[fill=y,circle] {};} +\newcommand{\church}{\node[fill=g,circle] {};} +\newcommand{\stake}{\node[fill=b,circle] {};} +\newcommand{\orangedot}{\node[fill=green!70,circle] {};} \begin{document} @@ -121,26 +126,46 @@ ]\small \matrix[column sep=0em, row sep=0em] { \calendar[dates=2019-01-01 to 2019-12-last] - if (equals=2019-07-04) {\ward}% - if (equals=2019-04-06 to 2019-04-07) {\ward}% + if (equals=2019-03-30) {\ward}% Easter Breakfast + if (equals=2019-05-03) {\ward}% Fathers & Kids Campout + if (equals=2019-05-04) {\ward}% + if (equals=2019-07-04) {\ward}% 4th of July Breakfast + if (equals=2019-10-11) {\ward}% Annual Ward Campout + if (equals=2019-10-12) {\ward}% + if (equals=2019-11-30) {\stake}% Christmas Creche + if (equals=2019-12-01) {\stake}% Christmas Creche + if (equals=2019-12-02) {\stake}% Christmas Creche + if (equals=2019-12-03) {\stake}% Christmas Creche + if (equals=2019-12-04) {\stake}% Christmas Creche + if (equals=2019-04-06) {\church}% General Conf + if (equals=2019-04-07) {\church}% + if (equals=2019-10-05) {\church}% General Conf + if (equals=2019-10-06) {\church}% ; \\ }; \end{tikzpicture} \end{minipage} \begin{minipage}[t]{0.65\linewidth} -\subsection*{Key Dates} -\begin{itemize} - \item[\begin{tikzpicture}\ward\end{tikzpicture}] July 4: Annual 4th of July - Breakfast +\subsection*{Important Dates} +\begin{itemize}[itemsep=1pt] + \item[\begin{tikzpicture}\ward\end{tikzpicture}] Mar 20: Easter Breakfast at + Foothills Park + \item[\begin{tikzpicture}\church\end{tikzpicture}] Apr 6-7: General Conference + \item[\begin{tikzpicture}\ward\end{tikzpicture}] May 3-4: Fathers \& Kids + Campout at Foothills Park + \item[\begin{tikzpicture}\ward\end{tikzpicture}] Jul 4: 4th of July Breakfast + \item[\begin{tikzpicture}\church\end{tikzpicture}] Oct 5-6: General Conference + \item[\begin{tikzpicture}\ward\end{tikzpicture}] Oct 11-12: Annual Ward + Campout at Huddart Park \end{itemize} \end{minipage} \begin{center} \begin{tabular}{llll} \begin{tikzpicture}\ward\end{tikzpicture} Palo Alto 2nd Ward Events & - \begin{tikzpicture}\bluedot\end{tikzpicture} Menlo Park Stake Events & - \begin{tikzpicture}\greendot\end{tikzpicture} Church-wide Events \\ + \begin{tikzpicture}\stake\end{tikzpicture} Menlo Park Stake Events & + \begin{tikzpicture}\church\end{tikzpicture} Church-wide Events \\ \end{tabular} \vspace{0.5em} |
