From a9cfab15139405aa99bf7f97898866ef97ddbce0 Mon Sep 17 00:00:00 2001 From: Luke Hsiao Date: Thu, 23 Aug 2018 18:12:30 -0700 Subject: Fix bullets and sizing --- 2018Q4_pa2.tex | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to '2018Q4_pa2.tex') diff --git a/2018Q4_pa2.tex b/2018Q4_pa2.tex index 445f2a1..c616234 100644 --- a/2018Q4_pa2.tex +++ b/2018Q4_pa2.tex @@ -1,6 +1,8 @@ \documentclass{article} \usepackage[T1]{fontenc} -\usepackage[hidelinks]{hyperref} +\usepackage[pdfauthor={Luke Hsiao}, + pdftitle={PAII Ward 2018 Q4-at-a-Glace}, + hidelinks]{hyperref} \usepackage[letterpaper,landscape,margin=0.1in,paperheight=0.5\paperheight]{geometry} \usepackage[utf8]{inputenc} \usepackage{booktabs} @@ -23,12 +25,12 @@ \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}} +\newcommand{\ward}{\node[xshift=-2ex,fill=y,circle] {};} +\newcommand{\church}{\node[xshift=-2ex,fill=b,circle] {};} +\newcommand{\stake}{\node[xshift=-2ex,fill=g,circle] {};} +\newcommand{\wardbullet}{\begin{tikzpicture}\node[fill=y,circle,scale=0.8] {};\end{tikzpicture}} +\newcommand{\churchbullet}{\begin{tikzpicture}\node[fill=b,circle,scale=0.8] {};\end{tikzpicture}} +\newcommand{\stakebullet}{\begin{tikzpicture}\node[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}} @@ -154,9 +156,9 @@ \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 \\ + \wardbullet~Palo Alto 2nd Ward Events & + \stakebullet~Menlo Park Stake Events & + \churchbullet~Church-wide Events \\ \end{tabular} \vfill Find the full, up-to-date calendar at -- cgit v1.2.3