semprag / tex

S&P LaTeX and BibTeX sources
The Unlicense
3 stars 1 forks source link

Class cleanup #12

Closed chbrown closed 7 years ago

chbrown commented 7 years ago

Removes some redundancy and excess optionality from [..., final] functionality.

This is a subset of #13.

chbrown commented 7 years ago

Rebased onto master at de9979b (instead of d9d85f6) and merged.

chbrown commented 7 years ago

The one material difference that might be of any concern is in 0da84bb where the \includegraphics command is changed from:

\begin{minipage}[c]{.25in}
  \includegraphics[width=.25in]{sp-logo}
\end{minipage}%

To:

\begin{minipage}[c]{.25in}
  \includegraphics[width=\textwidth]{sp-logo}
\end{minipage}%

But the result is more compact and doesn't repeat the custom measurement from the minipage environment.