summaryrefslogtreecommitdiffstatshomepage
path: root/2018Q4_pa2.tex
blob: 88ca8331f77e9734a69aa1edf8b08fb57327de43 (plain) (blame)
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[hidelinks]{hyperref}
\usepackage[letterpaper,landscape,margin=0.1in,paperheight=0.5\paperheight]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{booktabs}
\usepackage{enumitem}
\usepackage{fontawesome}
\usepackage{tikz}
\usepackage{verbatim}
\usetikzlibrary{calendar}
\usetikzlibrary{shapes}
\usetikzlibrary{shapes.geometric}
% \usepackage{xcolor}
% \selectcolormodel{gray}
\renewcommand{\familydefault}{\sfdefault}
\definecolor{y}{RGB}{227,238,167}
\definecolor{g}{RGB}{127,205,187}
\definecolor{b}{RGB}{54,137,194}

% Define the date highlights
\newcommand{\ward}{\node[xshift=-1.75ex,fill=y,circle] {};}
\newcommand{\church}{\node[xshift=-1.75ex,fill=b,circle] {};}
\newcommand{\stake}{\node[xshift=-1.75ex,fill=g,circle] {};}
\newcommand{\wardbullet}{\begin{tikzpicture}\node[xshift=-1.75ex,fill=y,circle,scale=0.8] {};\end{tikzpicture}}
\newcommand{\churchbullet}{\begin{tikzpicture}\node[xshift=-1.75ex,fill=b,circle,scale=0.8] {};\end{tikzpicture}}
\newcommand{\stakebullet}{\begin{tikzpicture}\node[xshift=-1.75ex,fill=g,circle,scale=0.8] {};\end{tikzpicture}}

\begin{document}
  \title{\vspace{-0.8cm}Palo Alto 2nd Ward 2018 Q4-at-a-Glance\vspace{-1.2cm}}
  \date{}
  \author{}

  \maketitle
  \thispagestyle{empty} % Remove page numbers and headers
  \makeatletter

  % Define our own style
  \tikzstyle{week list sunday}=[
    % Note that we cannot extend from week list,
    % the execute before day scope is cumulative
    execute before day scope={%
     \ifdate{day of month=1}{\ifdate{equals=\pgfcalendarbeginiso}{}{
     % On first of month, except when first date in calendar.
       \pgfmathsetlength{\pgf@y}{\tikz@lib@cal@month@yshift}%
       \pgftransformyshift{-\pgf@y}
     }}{}%
    },
    execute at begin day scope={%
      % Because for TikZ Monday is 0 and Sunday is 6,
      % we can't directly use \pgfcalendercurrentweekday,
      % but instead we define \c@pgf@counta (basically) as:
      % (\pgfcalendercurrentweekday + 1) % 7
      \pgfmathsetlength\pgf@x{\tikz@lib@cal@xshift}%
      \ifnum\pgfcalendarcurrentweekday=6
        \c@pgf@counta=0
      \else
        \c@pgf@counta=\pgfcalendarcurrentweekday
        \advance\c@pgf@counta by 1
      \fi
      \pgf@x=\c@pgf@counta\pgf@x
      % Shift to the right position for the day.
      \pgftransformxshift{\pgf@x}
    },
    execute after day scope={
      % Week is done, shift to the next line.
      \ifdate{Saturday}{
        \pgfmathsetlength{\pgf@y}{\tikz@lib@cal@yshift}%
        \pgftransformyshift{-\pgf@y}
      }{}%
    },
    % This should be defined, glancing from the source code.
    tikz@lib@cal@width=7
  ]

  \makeatother

  \begin{minipage}[h]{0.20\paperheight}
  % The actual calendar is now rather easy:
  \begin{tikzpicture}[every calendar/.append style={
      week list sunday,
      month label above centered,
      month text={\%mt \%y0},
      month yshift=0pt,
      if={(Sunday) [blue!100]},
    },
    % every day/.style={anchor=base},
    day text={\%d=},rounded corners=0,anchor=base,text height=1ex,text depth=-0.5ex
  ]
  \matrix[column sep=1em, row sep=2em] {
    \calendar[dates=2018-09-01 to 2018-09-last]
      if (equals=2018-09-09) {\church}%
      if (equals=2018-09-19) {\ward}%
      if (equals=2018-09-22) {\ward}%
      if (equals=2018-09-30) {\ward}%
    ; \\
    \calendar[dates=2018-10-01 to 2018-10-last]
      if (equals=2018-10-06) {\church}%
      if (equals=2018-10-07) {\church}%
      if (equals=2018-10-14) {\ward}%
      if (equals=2018-10-19) {\ward}%
      if (equals=2018-10-27) {\ward}%
    ; \\
    \calendar[dates=2018-11-01 to 2018-11-last]
      if (equals=2018-11-03) {\ward}%
      if (equals=2018-11-10) {\ward}%
      if (equals=2018-11-17) {\ward}%
    ; \\
    \calendar[dates=2018-12-01 to 2018-12-last]
      if (equals=2018-12-01) {\stake}%
      if (equals=2018-12-02) {\church}%
      if (equals=2018-12-03) {\stake}%
      if (equals=2018-12-04) {\stake}%
      if (equals=2018-12-05) {\stake}%
      if (equals=2018-12-14) {\ward}%
      if (equals=2018-12-15) {\ward}%
      if (equals=2018-12-18) {\ward}%
      if (equals=2018-12-23) {\ward}%
    ; \\
  };
  \end{tikzpicture}

\end{minipage}
\begin{minipage}[h]{0.37\paperheight}
  \subsection*{Important Dates}
  \begin{itemize}[leftmargin=0.5cm,itemsep=2pt]
    \item[\churchbullet] Sep 9: Face to Face for young adults with Elder Quintin
      L. Cook
    \item[\wardbullet] Sep 19: Young Womens Mother \& Daughter Service Project
    \item[\wardbullet] Sep 22: Relief Society Fall Dinner \& Social
    \item[\wardbullet] Sep 30: Primary Program in Sacrament Meeting
    \item[\churchbullet] Oct 6--7: General Conference
    \item[\wardbullet] Oct 14: Fast Sunday
    \item[\wardbullet] Oct 19: Ward Play
    \item[\wardbullet] Oct 27: Trunk or Treat at the Middlefield Building
    \item[\wardbullet] Nov 3: Annual Spaghetti Dinner \& Dessert Auction
    \item[\wardbullet] Nov 10: Combined YM/YW Service Project w/ Muslim Association
    \item[\wardbullet] Nov 17: Combined YM/YW Service Project w/ Muslim Association
    \item[\stakebullet] Dec 1--Dec 5: Christmas Crèche Exhibit
    \item[\churchbullet] Dec 2: First Presidency Christmas Devotional \& Youth Crèche Sunday
    \item[\wardbullet] Dec 14: PAII Ward Christmas Party
    \item[\wardbullet] Dec 15: Young Womens San Fransisco Activity
    \item[\wardbullet] Dec 18: Relief Society Dinner
    \item[\wardbullet] Dec 23: Christmas Program
  \end{itemize}
  \vspace{0.6cm}
\end{minipage}
\begin{center}
  \begin{tabular}{llll}
    \begin{tikzpicture}\ward\end{tikzpicture} Palo Alto 2nd Ward Events &
    \begin{tikzpicture}\stake\end{tikzpicture} Menlo Park Stake Events &
    \begin{tikzpicture}\church\end{tikzpicture} Church-wide Events \\
  \end{tabular}
  \vfill
  Find the full, up-to-date calendar at
  \href{https://www.lds.org/church-calendar/}{\faCalendar~www.lds.org/church-calendar/}

  \vspace{0.5em}
  \footnotesize{This printout was last updated on \today.}
\end{center}

\end{document}