Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spacing #187

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions grattan.cls
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{grattan}[2018-09-07 v1.4.0 Reports of the Grattan Institute, Melbourne]
\ProvidesClass{grattan}[2024-09-13 v1.5.0 Reports of the Grattan Institute, Melbourne]
% >gswin64 -dBATCH -dNOPAUSE -sDEVICE=png16m -r300 -sOutputFile=./tests/Report%03d.png Report.pdf
% for png files
\LoadClass[%
Expand Down Expand Up @@ -704,7 +704,7 @@ numbers=noenddot,
\setlength{\columnsep}{0.75cm}
\begin{multicols}{2}
\setlength{\parskip}{3.5pt plus 6pt minus 4pt}
\textbf{\textcolor{theGrey}{\normalsize Founding members (2009}}\hfill\par}
\textbf{\textcolor{theGrey}{\normalsize Founding members (2009)}}\hfill\par
{\centering

\IfFileExists{aus-gov-logo-stacked-black.pdf}%
Expand All @@ -731,8 +731,8 @@ numbers=noenddot,
\columnbreak\par
\footnotesize
\textbf{\textcolor{theGrey}{\normalsize Endowment Supporters}}
\vspace{10pt}

\vspace{4pt}
The Myer Foundation

National Australia Bank
Expand All @@ -746,6 +746,7 @@ numbers=noenddot,
\vspace{10pt}

\textbf{\textcolor{theGrey}{\normalsize Affiliate Partners}}
\vspace{4pt}

Origin Energy Foundation

Expand All @@ -754,16 +755,18 @@ numbers=noenddot,
\vspace{10pt}

\textbf{\textcolor{theGrey}{\normalsize Senior Affiliates}}

\vspace{4pt}

Cuffe Family Foundation

Medibank Private

Wesfarmers

\vspace{8pt}
\vspace{10pt}

\textbf{\textcolor{theGrey}{\normalsize Affiliates}}
\vspace{4pt}

Allens

Expand Down Expand Up @@ -1007,8 +1010,11 @@ numbers=noenddot,
{\usebibmacro{textcite:postnote}}

% Update separator for multiple citations to use a comma
\renewcommand*{\multicitedelim}{\addcomma\space}

\renewcommand*{\multicitedelim}{%
\iflastcitekey
{\addspace\bibstring{and}}
{\finalandcomma}}

\newcommand{\gcite}[1]{{\citeauthor{#1} (\citedate{#1})}}
% removes intersentence space after et al.
%\xpatchcmd\citeauthor{\begingroup}{\begingroup\aftergroup\@}{}{}
Expand Down
Loading