Adjust caption formatting; add wrapfig macro.
This commit is contained in:
21
Layout.sty
21
Layout.sty
@@ -33,10 +33,10 @@
|
||||
\setlength{\bigfloatoffset}{0.25in}
|
||||
|
||||
% Maximum width adjustment to fit 2 16x9 screensots on one page.
|
||||
\newlength{\bigfloatwidth}
|
||||
\setlength{\bigfloatwidth}{0.81in}
|
||||
\newlength{\bigfloatoverhang}
|
||||
\setlength{\bigfloatoverhang}{0.81in}
|
||||
|
||||
\newcommand{\bigfloat}[4][\bigfloatwidth]{%
|
||||
\newcommand{\bigfloat}[4][\bigfloatoverhang]{%
|
||||
\begin{#2}[#3]%
|
||||
\begin{adjustwidth*}{-#1+\bigfloatoffset}{-#1-\bigfloatoffset}%
|
||||
\begin{minipage}{#1 * 2 + \textwidth}%
|
||||
@@ -48,20 +48,7 @@
|
||||
|
||||
\RequirePackage{wrapfig}
|
||||
|
||||
% \newcommand{\boxout}[7][\bigfloatwidth]{
|
||||
% \bigfloat[#1]{figure}{#2}{
|
||||
% \captionlistentry[figure]{#6.}
|
||||
% \label{fig:#5}
|
||||
|
||||
% \begin{tblrBoxout}{}
|
||||
% \SetCell[c=2]{c}{\sbfamily\bfseries #6}\\
|
||||
% \includegraphics[#4]{#3}
|
||||
% & #7\\
|
||||
% \end{tblrBoxout}
|
||||
% }
|
||||
% }
|
||||
|
||||
\newcommand{\boxout}[4][\bigfloatwidth]{%
|
||||
\newcommand{\boxout}[4][\bigfloatoverhang]{%
|
||||
\bigfloat[#1]{figure}{#2}{%
|
||||
\fcolorbox{PrimeBlue}{PrimePaleBlue}{%
|
||||
\begin{minipage}{\textwidth}%
|
||||
|
||||
Reference in New Issue
Block a user