Refine layout.
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
\NewDocumentCommand{\bigfig}{O{\bigfloatoverhang} m >{\TrimSpaces}m m}{%
|
||||
\BigFloat[#1]{figure}{%
|
||||
\captionsetup{type=figure}%
|
||||
\includegraphics[keepaspectratio,width=\textwidth]{#2}%
|
||||
\Centering\captionof{figure}{#4}\par%
|
||||
\includegraphics[keepaspectratio,width=\linewidth]{#2}%
|
||||
\Centering\captionof{figure}{#4}%\par
|
||||
\label{fig:#3}%
|
||||
}%
|
||||
}
|
||||
@@ -37,7 +37,7 @@
|
||||
% BigFloat overhang.
|
||||
O{\bigfloatoverhang}
|
||||
% BigFloat offet.
|
||||
O{\bigfloatoffset}
|
||||
O{\bigfloatoffsetratio}
|
||||
% First graphic filename.
|
||||
m
|
||||
% First graphic label.
|
||||
@@ -76,10 +76,8 @@
|
||||
}{%
|
||||
\BigFloat[#1]{table}{%
|
||||
\begin{tblr}{%
|
||||
colspec = {%
|
||||
*{2}{Q[c,m,wd=\twinfigwidth]}%
|
||||
},%
|
||||
%hlines,% For debugging. Comment out when done.
|
||||
colspec = {*{2}{Q[c,m,wd=\twinfigwidth]}},%
|
||||
hlines = {0pt},
|
||||
%vlines,% For debugging. Comment out when done.
|
||||
hborder{1,Z} = {%
|
||||
abovespace = 0pt,%
|
||||
|
||||
Reference in New Issue
Block a user