- Clean up caption and boxout formatting.
- Add copyright notice.
This commit is contained in:
14
Graphics.sty
14
Graphics.sty
@@ -8,9 +8,14 @@
|
||||
|
||||
\RequirePackage[
|
||||
hypcap=true,
|
||||
justification = centering,
|
||||
]{caption}
|
||||
\captionsetup{font = {color=PrimeBlue}}
|
||||
\captionsetup{
|
||||
justification = centering,
|
||||
font = {
|
||||
small,
|
||||
color=PrimeBlue,
|
||||
},
|
||||
}
|
||||
|
||||
\RequirePackage{calc}
|
||||
|
||||
@@ -58,13 +63,14 @@
|
||||
}
|
||||
|
||||
\newcommand{\wrapfig}[6][0in]{%
|
||||
\begin{wrapfigure}{#3}[#1]%{#4}%
|
||||
\begin{wrapfigure}{#3}[#1]%
|
||||
\captionsetup{type=figure}%
|
||||
\capstart%
|
||||
\includegraphics[%
|
||||
keepaspectratio,%
|
||||
#4%
|
||||
]{#2}%
|
||||
\centering\caption{#6}%
|
||||
\centering\captionof{figure}{#6}%
|
||||
\label{fig:#5}%
|
||||
\end{wrapfigure}%
|
||||
}
|
||||
|
||||
18
Layout.sty
18
Layout.sty
@@ -67,20 +67,22 @@
|
||||
\end{#2}%
|
||||
}
|
||||
|
||||
\newlength{\boxoutpadding}
|
||||
\setlength{\boxoutpadding}{0.5em}
|
||||
|
||||
\newcommand{\boxout}[4][\bigfloatoverhang]{%
|
||||
\bigfloat[#1]{figure}{#2}{%
|
||||
\fcolorbox{PrimeBlue}{PrimePaleBlue}{%
|
||||
\begin{minipage}{\textwidth}%
|
||||
\vspace{1em}%
|
||||
{\centering\textbf{#3}\medskip
|
||||
\begin{minipage}{-2em + \textwidth}%
|
||||
%\renewcommand{\thempfootnote}{\fnsymbol{mpfootnote}}
|
||||
\setlength{\parskip}{\medskipamount}
|
||||
\medskip%
|
||||
#4%
|
||||
\vspace{\boxoutpadding}%
|
||||
{\centering%
|
||||
\begin{minipage}{\boxoutpadding*-2 + \textwidth}%
|
||||
\setlength{\parskip}{\medskipamount}%
|
||||
{\centering\textbf{#3}\par}%
|
||||
\small{}#4%
|
||||
\end{minipage}
|
||||
\par}%
|
||||
\vspace{1em}%
|
||||
\vspace{\boxoutpadding}%
|
||||
\end{minipage}%
|
||||
}%
|
||||
}%
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
\RequirePackage{PrimeTeX/Color}
|
||||
|
||||
% Use Hyperref to automatically create links in the document
|
||||
\RequirePackage{hyperref}
|
||||
\hypersetup{colorlinks=true, allcolors=PrimeBlue}
|
||||
%#endregion
|
||||
\RequirePackage{hyperref}
|
||||
\hypersetup{colorlinks=true, allcolors=PrimeBlue}
|
||||
|
||||
|
||||
\RequirePackage{hypcap}
|
||||
Reference in New Issue
Block a user