summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLuke Hsiao <lwhsiao@stanford.edu>2018-07-15 16:45:11 -0700
committerLuke Hsiao <lwhsiao@stanford.edu>2018-07-15 16:45:11 -0700
commit4c123b1714131b2b4465316660e1897b09a69a95 (patch)
treeaaddb3c1db7b3d41d17a81a78732a5ee294150c0
parentdbb4587907778cdc26ed3d20b45f13d1898c99d5 (diff)
downloadlatex-cal-4c123b1714131b2b4465316660e1897b09a69a95.tar.gz
latex-cal-4c123b1714131b2b4465316660e1897b09a69a95.tar.zst
latex-cal-4c123b1714131b2b4465316660e1897b09a69a95.zip
Setup minipages and font
-rw-r--r--pa2cal.tex28
1 files changed, 22 insertions, 6 deletions
diff --git a/pa2cal.tex b/pa2cal.tex
index 75c5b8e..60495a5 100644
--- a/pa2cal.tex
+++ b/pa2cal.tex
@@ -1,25 +1,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{Palo Alto 2nd Ward | Year At a Glance}
+\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-31,
+ dates=\year-01-01 to \year-12-last,
week list,
- month label above centered,
- month text={\textit{\%mt \%y0}}
+ month label left,
+ month yshift=0pt,
+ month text={\textit{\%m. \%y0}}
]
- if (Sunday) [black!50];
+ if (Sunday) [blue!80];
\end{tikzpicture}
+\end{minipage}
+\begin{minipage}{0.6\linewidth}
-\end{document}
+\end{minipage}
+
+\begin{center}
+Find the full calendar at \url{https://www.lds.org/church-calendar/}
+\end{center}
+\end{document}