Skip to content

Fix centering on multi-line committee member. #4

Description

@clpetix

Currently if a committee member becomes multiline, the second line is slightly off-center. I was able to get around this with the following changes:

\newcommand{\committeemember}[1]{%
    \par\noindent
    \makebox[\textwidth][c]{%
        \begin{minipage}{6.5in}
            \centering
            #1\par
        \end{minipage}%
    }%
    \par
}

and

Approved by\par
    \vspace{0.75\baselineskip}
        \begingroup
            \setlength{\parskip}{3pt}
            \@committee
        \endgroup

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions