summaryrefslogtreecommitdiffstatshomepage
path: root/pa2cal.tex
blob: 60495a5111636471550d046f892e096ebb45376e (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
\documentclass{article}
\usepackage{tikz}
\usepackage[utf8]{inputenc}
\usepackage[hidelinks]{hyperref}
\usepackage[letterpaper,margin=0.3in]{geometry}
\usetikzlibrary{calendar}

\renewcommand{\rmdefault}{cmss}

\begin{document}

\title{\vspace{-1cm}Palo Alto 2nd Ward Year-at-a-Glance\vspace{-1cm}}
\date{}
\author{}

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

\begin{minipage}{0.3\linewidth}
\begin{tikzpicture}
  \small\sffamily
  \colorlet{darkgreen}{green!50!black}
  \calendar[
    dates=\year-01-01 to \year-12-last,
    week list,
    month label left,
    month yshift=0pt,
    month text={\textit{\%m. \%y0}}
  ]
  if (Sunday) [blue!80];
\end{tikzpicture}
\end{minipage}
\begin{minipage}{0.6\linewidth}

\end{minipage}

\begin{center}
Find the full calendar at \url{https://www.lds.org/church-calendar/}
\end{center}

\end{document}