diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-24 16:36:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-24 16:36:04 +0000 |
commit | f1fef055879de5641d7a1fcfab20d36da85686b2 (patch) | |
tree | 723c74d97a0528b89d48a1c4cb7ede2128d9673a /Master/texmf-dist/doc/latex/floatrow/frsample06.tex | |
parent | d73a503687f31a927aea191ec9ed3cf1c950fd8f (diff) |
floatrow 0.3a (22jun09)
git-svn-id: svn://tug.org/texlive/trunk@13942 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/floatrow/frsample06.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/floatrow/frsample06.tex | 795 |
1 files changed, 682 insertions, 113 deletions
diff --git a/Master/texmf-dist/doc/latex/floatrow/frsample06.tex b/Master/texmf-dist/doc/latex/floatrow/frsample06.tex index 178dcc7b3d4..24cbdbbb985 100644 --- a/Master/texmf-dist/doc/latex/floatrow/frsample06.tex +++ b/Master/texmf-dist/doc/latex/floatrow/frsample06.tex @@ -1,28 +1,5 @@ % -*- TeX -*- -*- RU -*- -\documentclass[russian%,draft,dvips -]{book} - -%\usepackage{mathtext} -%\usepackage[T2A]{fontenc} -%\usepackage[cp1251]{inputenc} -%\usepackage{babel} - -% noJIoca & KoJIoHTuTyJI -%--------------------------------- -\usepackage[ - paperarea={150mm,225mm}, - textarea={300pt,185mm}, - pagemargins={15mm,20mm}, -% usemargins,marginpos=outside, -% marginparsep=2mm, -% marginparwidth=2mm, - runheadlayout={headrule}, -% headheight=\headheight, -% headsep=\headskip, - useheads, -% showpage, - warnunderfull]{tr-layout} -%--------------------------------- +\documentclass{book} \usepackage{floatrow} \usepackage{listpen} @@ -30,15 +7,21 @@ \definecolor{emphblue}{rgb}{0,0,0.5} \def\emphcolor{\color{emphblue}} -\DeclareFloatSeparators{ten}{\hskip5pt} -\DeclareFloatSeparators{twen}{\hskip30pt} +\newcommand\redcolorasdefault{\captionsetup{font={color=red}}} +\newcommand\bluecolorasdefault{\captionsetup{font={color=emphblue}}} + +\DeclareFloatSeparators{ten}{\quad} +\DeclareFloatSeparators{twen}{\hskip36pt} \usepackage{caption} \DeclareCaptionSubType[alph]{figure} \captionsetup[subfigure]{labelformat=brace} -\floatsetup{floatrowsep=twen,subfloatrowsep=ten,capbesidesep=space} +\floatsetup{floatrowsep=twen,subfloatrowsep=ten,capbesidesep=space,doublefloataswide=yes} \floatsetup[subfigure]{captionskip=2pt} +\floatsetup[widefigure]{margins=hangoutside} + + \usepackage{graphicx} \makeatletter @@ -97,7 +80,7 @@ The example of the code of the filled row with figures with common height: %^^A\verb|\floatsetup[widefloat]{margins=hangleft}| \end{preamble}% \verb|\begin{figure*}\fboxsep-.4pt|\nopagebreak -\verb|\CommonHeightRow{2.5cm}{\begin{floatrow}[4]|\nopagebreak +\verb|\CommonHeightRow[2.5cm]{\begin{floatrow}[4]|\nopagebreak \verb|\ffigbox[\FBwidth]|\nopagebreak \verb|{\includegraphics[height=\CommonHeight]{...}}{\caption{...}}| \verb|\ffigbox[\FBwidth]|\nopagebreak @@ -113,7 +96,8 @@ The example of the code of the filled row with figures with common height: Below are few examples. \begin{figure}[H]% -\CommonHeightRow{5cm}{\begin{floatrow}[3]% +\redcolorasdefault\CommonHeightRow%{5cm} +{\begin{floatrow}[3]% \ffigbox[\FBwidth]{\resizebox!\CommonHeight {\vrule width 70pt height 2cm}}{\caption{}} \ffigbox[\FBwidth]{\resizebox!\CommonHeight @@ -124,7 +108,44 @@ Below are few examples. \end{figure}% \begin{figure}[H]% -\CommonHeightRow{1cm}{\begin{floatrow}[3]% +\redcolorasdefault\CommonHeightRow%{5cm} +{\begin{floatrow}[3]% +\ffigbox[\FBwidth]{\resizebox!\CommonHeight +{\fbox{\input{BlackDog.picture}}}}{\caption{}} +\ffigbox[\FBwidth]{\resizebox!\CommonHeight +{\fbox{\input{TheCat.picture}}}}{\caption{}} +\ffigbox[\FBwidth]{\resizebox!\CommonHeight +{\fbox{\input{Mouse.picture}}}}{\caption{}} +\end{floatrow}}% +\end{figure}% + +\begin{figure*}[H]% +\CommonHeightRow[1cm]% +{\begin{floatrow}[3]% +\ffigbox[\FBwidth]{\resizebox!\CommonHeight +{\vrule width 70pt height 2cm}}{\caption{}} +\ffigbox[\FBwidth]{\resizebox!\CommonHeight +{\vrule width 80pt height 2cm}}{\caption{}} +\ffigbox[\FBwidth]{\resizebox!\CommonHeight +{\vrule width 50pt height 2cm}}{\caption{}} +\end{floatrow}}% +\end{figure*}% + +\begin{figure*}[H]% +\CommonHeightRow[1cm]% +{\begin{floatrow}[3]% +\ffigbox[\FBwidth]{\resizebox!\CommonHeight +{\fbox{\input{BlackDog.picture}}}}{\caption{}} +\ffigbox[\FBwidth]{\resizebox!\CommonHeight +{\fbox{\input{TheCat.picture}}}}{\caption{}} +\ffigbox[\FBwidth]{\resizebox!\CommonHeight +{\fbox{\input{Mouse.picture}}}}{\caption{}} +\end{floatrow}}% +\end{figure*}% + +\begin{figure}[H]% +\bluecolorasdefault\CommonHeightRow[.5cm]% +{\begin{floatrow}[3]% \ffigbox[\FBwidth]{\resizebox!\CommonHeight {\vrule width 70pt height 2cm}}{\caption{}} \ffigbox[\FBwidth]{\resizebox!\CommonHeight @@ -134,8 +155,22 @@ Below are few examples. \end{floatrow}}% \end{figure}% +\begin{figure}[H]% +\bluecolorasdefault\CommonHeightRow[.5cm]% +{\begin{floatrow}[3]% +\ffigbox[\FBwidth]{\resizebox!\CommonHeight +{\fbox{\input{BlackDog.picture}}}}{\caption{}} +\ffigbox[\FBwidth]{\resizebox!\CommonHeight +{\fbox{\input{TheCat.picture}}}}{\caption{}} +\ffigbox[\FBwidth]{\resizebox!\CommonHeight +{\fbox{\input{Mouse.picture}}}}{\caption{}} +\end{floatrow}}% +\end{figure}% + +\clearpage + \begin{figure}[H]\fboxsep-.4pt -\CommonHeightRow{2.5cm}% +\CommonHeightRow[2.5cm]% {\begin{floatrow}[4]% \ffigbox[\FBwidth] {\caption{}% @@ -159,6 +194,131 @@ Below are few examples. \end{floatrow}} \end{figure}% +\begin{figure}[H]\fboxsep-.4pt +\CommonHeightRow[2.5cm]% +{\begin{floatrow}[4]% +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:Dog1}} +{\resizebox!{\CommonHeight}{\fbox{\input{BlackDog.picture}}}} + +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:WcatI1}} +{\resizebox!{\CommonHeight}{\fbox{\input{TheCat.picture}}}} + +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:mouse1}} +{\resizebox!{\CommonHeight}{\fbox{\input{Mouse.picture}}}} + +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:cheese1}} +{\resizebox!{\CommonHeight}{\fbox{\input{Cheese.picture}}}} +\end{floatrow}} +\end{figure}% + +\begin{figure*}[H]\fboxsep-.4pt +\redcolorasdefault\CommonHeightRow%{5cm} +{\begin{floatrow}[4]% +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:Dog2}} +{\resizebox!{\CommonHeight}{\vrule width60pt height1cm}} + +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:WcatI2}} +{\resizebox!{\CommonHeight}{\vrule width70pt height3cm}} + +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:mouse2}} +{\resizebox!{\CommonHeight}{\vrule width60pt height2cm}} + +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:cheese2}} +{\resizebox!{\CommonHeight}{\vrule width80pt height1cm}} +\end{floatrow}} +\end{figure*}% + +\begin{figure*}[H]\fboxsep-.4pt +\redcolorasdefault\CommonHeightRow%{5cm} +{\begin{floatrow}[4]% +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:Dog3}} +{\resizebox!{\CommonHeight}{\fbox{\input{BlackDog.picture}}}} + +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:WcatI3}} +{\resizebox!{\CommonHeight}{\fbox{\input{TheCat.picture}}}} + +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:mouse3}} +{\resizebox!{\CommonHeight}{\fbox{\input{Mouse.picture}}}} + +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:cheese3}} +{\resizebox!{\CommonHeight}{\fbox{\input{Cheese.picture}}}} +\end{floatrow}} +\end{figure*}% + +\begin{figure}[H]\fboxsep-.4pt +\bluecolorasdefault\CommonHeightRow[.5cm]% +{\begin{floatrow}[4]% +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:Dog4}} +{\resizebox!{\CommonHeight}{\vrule width60pt height1cm}} + +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:WcatI4}} +{\resizebox!{\CommonHeight}{\vrule width70pt height3cm}} + +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:mouse4}} +{\resizebox!{\CommonHeight}{\vrule width60pt height2cm}} + +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:cheese4}} +{\resizebox!{\CommonHeight}{\vrule width80pt height1cm}} +\end{floatrow}} +\end{figure}% + +\begin{figure}[H]\fboxsep-.4pt +\bluecolorasdefault\CommonHeightRow[.5cm]% +{\begin{floatrow}[4]% +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:Dog5}} +{\resizebox!{\CommonHeight}{\fbox{\input{BlackDog.picture}}}} + +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:WcatI5}} +{\resizebox!{\CommonHeight}{\fbox{\input{TheCat.picture}}}} + +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:mouse5}} +{\resizebox!{\CommonHeight}{\fbox{\input{Mouse.picture}}}} + +\ffigbox[\FBwidth] +{\caption{}% +\label{fig:CH:cheese5}} +{\resizebox!{\CommonHeight}{\fbox{\input{Cheese.picture}}}} +\end{floatrow}} +\end{figure}% + %-------------------------------------------------------------------- \clearpage @@ -172,8 +332,7 @@ The \verb|\CommonHeightRow| command here was used for the %^^A\verb|\floatsetup[widefloat]{margins=hangleft}| \end{preamble}% \verb|\begin{figure*}\fboxsep-.4pt|\nopagebreak -\verb|\CommonHeightRow{2.5cm}{%|\nopagebreak -\verb|\ffigbox{}{\CommonHeightRow{2.5cm}{\begin{subfloatrow}[4]|\nopagebreak +\verb|\ffigbox{}{\CommonHeightRow[.5cm]{\begin{subfloatrow}[4]|\nopagebreak \verb|\ffigbox[\FBwidth]|\nopagebreak \verb|{\includegraphics[height=\CommonHeight]{...}}{\caption{...}}| \verb|\ffigbox[\FBwidth]|\nopagebreak @@ -190,26 +349,26 @@ Below are few examples. \begin{figure}[H]\fboxsep-.4pt \ffigbox{}%% -{\CommonHeightRow{.5cm} +{\bluecolorasdefault\CommonHeightRow[.5cm]% {\begin{subfloatrow}[4]% \ffigbox[\FBwidth] {\caption{Figure~IA in the row with common heights}% -\label{fig:CH:Dog}} -{\resizebox!{\CommonHeight}{\vrule width60pt height1cm}} +\label{fig:CH:Dog6}} +{\resizebox!{\CommonHeight}{\fbox{\input{BlackDog.picture}}}} \ffigbox[\FBwidth] {\caption{Figure~IIA in the row with common heights}% -\label{fig:CH:WcatI}} -{\resizebox!{\CommonHeight}{\vrule width90pt height3cm}} +\label{fig:CH:WcatI6}} +{\resizebox!{\CommonHeight}{\fbox{\input{Mouse.picture}}}} \ffigbox[\FBwidth] {\caption{Figure~IIIA in the row with common heights}% -\label{fig:CH:mouse}} -{\resizebox!{\CommonHeight}{\vrule width70pt height1cm}} +\label{fig:CH:mouse6}} +{\resizebox!{\CommonHeight}{\fbox{\input{Cheese.picture}}}} \ffigbox[\FBwidth] {\caption{Figure~IVA in the row with common heights}% -\label{fig:CH:cheese}} +\label{fig:CH:cheese6}} {\resizebox!{\CommonHeight}{\vrule width40pt height1cm}}% \end{subfloatrow}}\caption{Figure A with a row of parts with common height. Common captions in a~row with common height of graphics. @@ -219,27 +378,114 @@ Common captions in a~row with common height of graphics}} \end{figure}% \begin{figure}[H]\fboxsep-.4pt +\redcolorasdefault\ffigbox{}%% +{\CommonHeightRow%{5cm} +{\begin{subfloatrow}[4]% +\ffigbox[\FBwidth] +{\caption{Figure~IB in the row with common heights}% +\label{fig:CH:Dog7}} +{\resizebox!{\CommonHeight}{\vrule width60pt height1cm}} + +\ffigbox[\FBwidth] +{\caption{Figure~IIB in the row with common heights}% +\label{fig:CH:WcatI7}} +{\resizebox!{\CommonHeight}{\vrule width90pt height3cm}} + +\ffigbox[\FBwidth] +{\caption{Figure~IIIB in the row with common heights}% +\label{fig:CH:mouse7}} +{\resizebox!{\CommonHeight}{\vrule width70pt height1cm}} + +\ffigbox[\FBwidth] +{\caption{Figure~IVB in the row with common heights}% +\label{fig:CH:cheese7}} +{\resizebox!{\CommonHeight}{\vrule width40pt height1cm}}% +\end{subfloatrow}}\caption{Figure B with a row of parts with common height. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics}} +\end{figure}% + +\begin{figure}[H]\fboxsep-.4pt +\redcolorasdefault\ffigbox{}%% +{\CommonHeightRow%{5cm} +{\begin{subfloatrow}[4]% +\ffigbox[\FBwidth] +{\caption{Figure~IA in the row with common heights}% +\label{fig:CH:Dog8}} +{\resizebox!{\CommonHeight}{\fbox{\input{BlackDog.picture}}}} + +\ffigbox[\FBwidth] +{\caption{Figure~IIA in the row with common heights}% +\label{fig:CH:WcatI8}} +{\resizebox!{\CommonHeight}{\fbox{\input{TheCat.picture}}}} + +\ffigbox[\FBwidth] +{\caption{Figure~IIIA in the row with common heights}% +\label{fig:CH:mouse8}} +{\resizebox!{\CommonHeight}{\fbox{\input{Mouse.picture}}}} + +\ffigbox[\FBwidth] +{\caption{Figure~IVA in the row with common heights}% +\label{fig:CH:cheese8}} +{\resizebox!{\CommonHeight}{\fbox{\input{Cheese.picture}}}}% +\end{subfloatrow}}\caption{Figure B with a row of parts with common height. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics}} +\end{figure}% + +\begin{figure}[H]\fboxsep-.4pt \ffigbox{}%% -{\CommonHeightRow{5cm} +{\CommonHeightRow[33mm]% {\begin{subfloatrow}[4]% \ffigbox[\FBwidth] {\caption{Figure~IB in the row with common heights}% -\label{fig:CH:Dog}} +\label{fig:CH:Dog9}} {\resizebox!{\CommonHeight}{\vrule width60pt height1cm}} \ffigbox[\FBwidth] {\caption{Figure~IIB in the row with common heights}% -\label{fig:CH:WcatI}} +\label{fig:CH:WcatI9}} {\resizebox!{\CommonHeight}{\vrule width90pt height3cm}} \ffigbox[\FBwidth] {\caption{Figure~IIIB in the row with common heights}% -\label{fig:CH:mouse}} +\label{fig:CH:mouse9}} {\resizebox!{\CommonHeight}{\vrule width70pt height1cm}} \ffigbox[\FBwidth] {\caption{Figure~IVB in the row with common heights}% -\label{fig:CH:cheese}} +\label{fig:CH:cheese9}} +{\resizebox!{\CommonHeight}{\vrule width40pt height1cm}}% +\end{subfloatrow}}\caption{Figure B with a row of parts with common height. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics}} +\end{figure}% + +\begin{figure}[H]\fboxsep-.4pt +\ffigbox{}%% +{\CommonHeightRow[33mm]% +{\begin{subfloatrow}[4]% +\ffigbox[\FBwidth] +{\caption{Figure~IA in the row with common heights}% +\label{fig:CH:Doga}} +{\resizebox!{\CommonHeight}{\fbox{\input{BlackDog.picture}}}} + +\ffigbox[\FBwidth] +{\caption{Figure~IIA in the row with common heights}% +\label{fig:CH:WcatIa}} +{\resizebox!{\CommonHeight}{\fbox{\input{Mouse.picture}}}} + +\ffigbox[\FBwidth] +{\caption{Figure~IIIA in the row with common heights}% +\label{fig:CH:mousea}} +{\resizebox!{\CommonHeight}{\fbox{\input{Cheese.picture}}}} + +\ffigbox[\FBwidth] +{\caption{Figure~IVA in the row with common heights}% +\label{fig:CH:cheesea}} {\resizebox!{\CommonHeight}{\vrule width40pt height1cm}}% \end{subfloatrow}}\caption{Figure B with a row of parts with common height. Common captions in a~row with common height of graphics. @@ -258,8 +504,7 @@ This example of the code loads labels of parts of figures beside graphics. %^^A\verb|\floatsetup[widefloat]{margins=hangleft}| \end{preamble}% \verb|\begin{figure*}\fboxsep-.4pt|\nopagebreak -\verb|\CommonHeightRow{2.5cm}{%|\nopagebreak -\verb|\ffigbox{}{\CommonHeightRow{2.5cm}{\begin{subfloatrow}[4]\useFCwidth|\nopagebreak +\verb|\ffigbox{}{\CommonHeightRow{\begin{subfloatrow}[4]\useFCwidth|\nopagebreak \verb|\fcapside[\FBwidth]|\nopagebreak \verb|{\includegraphics[height=\CommonHeight]{...}}{\caption{}}| \verb|\fcapside[\FBwidth]|\nopagebreak @@ -273,27 +518,27 @@ This example of the code loads labels of parts of figures beside graphics. \end{Quote}% \begin{figure}[H]\fboxsep-.4pt -\ffigbox{}%% -{\CommonHeightRow{5cm} +\redcolorasdefault\ffigbox{}%% +{\CommonHeightRow%{5cm} {\begin{subfloatrow}[4]\useFCwidth% \fcapside[\FBwidth] {\caption{}% -\label{fig:CH:Dog}} +\label{fig:CH:Dogb}} {\resizebox!{\CommonHeight}{\vrule width60pt height1cm}} \fcapside[\FBwidth] {\caption{}% -\label{fig:CH:WcatI}} +\label{fig:CH:WcatIb}} {\resizebox!{\CommonHeight}{\vrule width90pt height3cm}} \fcapside[\FBwidth] {\caption{}% -\label{fig:CH:mouse}} +\label{fig:CH:mouseb}} {\resizebox!{\CommonHeight}{\vrule width70pt height1cm}} \fcapside[\FBwidth] {\caption{}% -\label{fig:CH:cheese}} +\label{fig:CH:cheeseb}} {\resizebox!{\CommonHeight}{\vrule width40pt height1cm}}% \end{subfloatrow}}\caption{Figure C with a row of parts with common height. Common captions in a~row with common height of graphics. @@ -303,27 +548,144 @@ Common captions in a~row with common height of graphics}} \end{figure}% \begin{figure}[H]\fboxsep-.4pt +\redcolorasdefault\ffigbox{}%% +{\CommonHeightRow%{5cm} +{\begin{subfloatrow}[4]\useFCwidth% +\fcapside[\FBwidth] +{\caption{}% +\label{fig:CH:Dogc}} +{\resizebox!{\CommonHeight}{\fbox{\input{BlackDog.picture}}}} + +\fcapside[\FBwidth] +{\caption{}% +\label{fig:CH:WcatIc}} +{\resizebox!{\CommonHeight}{\input{TheCat.picture}}} + +\fcapside[\FBwidth] +{\caption{}% +\label{fig:CH:mousec}} +{\resizebox!{\CommonHeight}{\fbox{\input{Mouse.picture}}}} + +\fcapside[\FBwidth] +{\caption{}% +\label{fig:CH:cheesec}} +{\resizebox!{\CommonHeight}{\fbox{\input{Cheese.picture}}}}% +\end{subfloatrow}}\caption{Figure C with a row of parts with common height. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics}} +\end{figure}% + +\begin{figure}[H]\fboxsep-.4pt \ffigbox{}%% -{\CommonHeightRow{.5cm} +{\bluecolorasdefault\CommonHeightRow[.5cm]% {\begin{subfloatrow}[4]\useFCwidth% \fcapside[\FBwidth] {\caption{}% -\label{fig:CH:Dog}} +\label{fig:CH:Dogd}} {\resizebox!{\CommonHeight}{\vrule width60pt height1cm}} \fcapside[\FBwidth] {\caption{}% -\label{fig:CH:WcatI}} +\label{fig:CH:WcatId}} {\resizebox!{\CommonHeight}{\vrule width90pt height3cm}} \fcapside[\FBwidth] {\caption{}% -\label{fig:CH:mouse}} +\label{fig:CH:moused}} {\resizebox!{\CommonHeight}{\vrule width70pt height1cm}} \fcapside[\FBwidth] {\caption{}% -\label{fig:CH:cheese}} +\label{fig:CH:cheesed}} +{\resizebox!{\CommonHeight}{\vrule width40pt height1cm}}% +\end{subfloatrow}}\caption{Figure D with a row of parts with common height. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics}} +\end{figure}% + +\begin{figure}[H]\fboxsep-.4pt +\ffigbox{}%% +{\bluecolorasdefault\CommonHeightRow[.5cm]% +{\begin{subfloatrow}[4]\useFCwidth% +\fcapside[\FBwidth] +{\caption{}% +\label{fig:CH:Doge}} +{\resizebox!{\CommonHeight}{\vrule width60pt height1cm}} + +\fcapside[\FBwidth] +{\caption{}% +\label{fig:CH:WcatIe}} +{\resizebox!{\CommonHeight}{\vrule width90pt height3cm}} + +\fcapside[\FBwidth] +{\caption{}% +\label{fig:CH:mousee}} +{\resizebox!{\CommonHeight}{\vrule width70pt height1cm}} + +\fcapside[\FBwidth] +{\caption{}% +\label{fig:CH:cheesee}} +{\resizebox!{\CommonHeight}{\vrule width40pt height1cm}}% +\end{subfloatrow}}\caption{Figure D with a row of parts with common height. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics}} +\end{figure}% + +\begin{figure}[H]\fboxsep-.4pt +\ffigbox{}%% +{\CommonHeightRow[4cm]% +{\begin{subfloatrow}[4]\useFCwidth% +\fcapside[\FBwidth] +{\caption{}% +\label{fig:CH:Dogf}} +{\resizebox!{\CommonHeight}{\vrule width60pt height1cm}} + +\fcapside[\FBwidth] +{\caption{}% +\label{fig:CH:WcatIf}} +{\resizebox!{\CommonHeight}{\vrule width90pt height3cm}} + +\fcapside[\FBwidth] +{\caption{}% +\label{fig:CH:mousef}} +{\resizebox!{\CommonHeight}{\vrule width70pt height1cm}} + +\fcapside[\FBwidth] +{\caption{}% +\label{fig:CH:cheesef}} +{\resizebox!{\CommonHeight}{\vrule width40pt height1cm}}% +\end{subfloatrow}}\caption{Figure D with a row of parts with common height. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics}} +\end{figure}% + +\begin{figure}[H]\fboxsep-.4pt +\ffigbox{}%% +{\CommonHeightRow[4cm]% +{\begin{subfloatrow}[4]\useFCwidth% +\fcapside[\FBwidth] +{\caption{}% +\label{fig:CH:Dogg}} +{\resizebox!{\CommonHeight}{\vrule width60pt height1cm}} + +\fcapside[\FBwidth] +{\caption{}% +\label{fig:CH:WcatIg}} +{\resizebox!{\CommonHeight}{\vrule width90pt height3cm}} + +\fcapside[\FBwidth] +{\caption{}% +\label{fig:CH:mouseg}} +{\resizebox!{\CommonHeight}{\vrule width70pt height1cm}} + +\fcapside[\FBwidth] +{\caption{}% +\label{fig:CH:cheeseg}} {\resizebox!{\CommonHeight}{\vrule width40pt height1cm}}% \end{subfloatrow}}\caption{Figure D with a row of parts with common height. Common captions in a~row with common height of graphics. @@ -342,7 +704,7 @@ The code of the mixed-level row with labels of parts below. \begin{Quote}% \verb|\floatsetup[subfigure]{capbesideposition=left}| \verb|\begin{figure*}[H]| -\verb|\CommonHeightRow{2.5cm}%| +\verb|\CommonHeightRow*[1.5cm]%| \verb|{\begin{floatrow}| \verb|\ffigbox[\FBwidth]{}%| \verb|{\begin{subfloatrow}| @@ -362,7 +724,7 @@ Below are few examples. \begin{figure}[H]\fboxsep-.4pt %\def\CommonHeight{1cm}% -\CommonHeightRow{1.5cm}%^^A\def\CommonHeight{2.5cm} +\CommonHeightRow*[1.5cm]%^^A\def\CommonHeight{2.5cm} {\begin{floatrow}[2]% \ffigbox[\FBwidth]{}% {\begin{subfloatrow}% @@ -370,7 +732,36 @@ Below are few examples. \resizebox!{\CommonHeight}{\vrule width40pt height1cm}} \ffigbox[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}\resizebox!{\CommonHeight}{\vrule width80pt height3cm}}% +\label{fig:CHs:WcatIh}\resizebox!{\CommonHeight}{\vrule width80pt height3cm}}% +\end{subfloatrow}\caption{Common captions~Ic. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics}} + +\ffigbox[\FBwidth]{}% +{\begin{subfloatrow}\useFCwidth% +\ffigbox[\FBwidth]{}{\caption{}% +\label{fig:CHs:mouseh}\resizebox!{\CommonHeight}{\vrule width40pt height1cm}} + +\ffigbox[\FBwidth]{}{\caption{}% +\label{fig:CHs:cheeseh}\resizebox!{\CommonHeight}{\vrule width70pt height1cm}}% +\end{subfloatrow}\caption{Common captions~IIc in a~row with common height of graphics. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics}}% +\end{floatrow}}% +\end{figure}% + +\begin{figure}[H]\fboxsep-.4pt +%\def\CommonHeight{1cm}% +\CommonHeightRow*[1.5cm]%^^A\def\CommonHeight{2.5cm} +{\begin{floatrow}[2]% +\ffigbox[\FBwidth]{}% +{\begin{subfloatrow}% +\ffigbox[\FBwidth]{}{\caption{}% +\resizebox!{\CommonHeight}{\fbox{\input{BlackDog.picture}}}} + +\ffigbox[\FBwidth]{}{\caption{}% +\label{fig:CHs:WcatIi}\resizebox!{\CommonHeight}{\fbox{\input{TheCat.picture}}}}% \end{subfloatrow}\caption{Common captions~Ic. Common captions in a~row with common height of graphics. Common captions in a~row with common height of graphics. @@ -379,10 +770,10 @@ Common captions in a~row with common height of graphics}} \ffigbox[\FBwidth]{}% {\begin{subfloatrow}\useFCwidth% \ffigbox[\FBwidth]{}{\caption{}% -\label{fig:CHs:mouse}\resizebox!{\CommonHeight}{\vrule width40pt height1cm}} +\label{fig:CHs:mousei}\resizebox!{\CommonHeight}{\fbox{\input{Mouse.picture}}}} \ffigbox[\FBwidth]{}{\caption{}% -\label{fig:CHs:cheese}\resizebox!{\CommonHeight}{\vrule width70pt height1cm}}% +\label{fig:CHs:cheesei}\resizebox!{\CommonHeight}{\fbox{\input{Cheese.picture}}}}% \end{subfloatrow}\caption{Common captions~IIc in a~row with common height of graphics. Common captions in a~row with common height of graphics. Common captions in a~row with common height of graphics}}% @@ -391,7 +782,7 @@ Common captions in a~row with common height of graphics}}% \begin{figure}[H]\fboxsep-.4pt %\def\CommonHeight{1cm}% -\CommonHeightRow{5cm}%^^A\def\CommonHeight{2.5cm} +\redcolorasdefault\CommonHeightRow*%{5cm}^^A\def\CommonHeight{2.5cm} {\begin{floatrow}[2]% \ffigbox[\FBwidth]{}% {\begin{subfloatrow}% @@ -399,7 +790,35 @@ Common captions in a~row with common height of graphics}}% \resizebox!{\CommonHeight}{\vrule width40pt height1cm}} \ffigbox[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}\resizebox!{\CommonHeight}{\vrule width80pt height3cm}}% +\label{fig:CHs:WcatIj}\resizebox!{\CommonHeight}{\vrule width80pt height3cm}}% +\end{subfloatrow}\caption{Common captions~Id. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics}} + +\ffigbox[\FBwidth]{}% +{\begin{subfloatrow}\useFCwidth% +\ffigbox[\FBwidth]{}{\caption{}% +\label{fig:CHs:mousej}\resizebox!{\CommonHeight}{\vrule width40pt height1cm}} + +\ffigbox[\FBwidth]{}{\caption{}% +\label{fig:CHs:cheesej}\resizebox!{\CommonHeight}{\vrule width70pt height1cm}}% +\end{subfloatrow}\caption{Common captions~IId in a~row with common height of graphics. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics}}% +\end{floatrow}}% +\end{figure}% + +\begin{figure}[H]\fboxsep-.4pt +%\def\CommonHeight{1cm}% +\redcolorasdefault\CommonHeightRow*%{5cm}^^A\def\CommonHeight{2.5cm} +{\begin{floatrow}[2]% +\ffigbox[\FBwidth]{}% +{\begin{subfloatrow}% +\ffigbox[\FBwidth]{}{\caption{}% +\resizebox!{\CommonHeight}{\fbox{\input{BlackDog.picture}}}} + +\ffigbox[\FBwidth]{}{\caption{}% +\label{fig:CHs:WcatIk}\resizebox!{\CommonHeight}{\fbox{\input{TheCat.picture}}}}% \end{subfloatrow}\caption{Common captions~Id. Common captions in a~row with common height of graphics. Common captions in a~row with common height of graphics}} @@ -407,19 +826,20 @@ Common captions in a~row with common height of graphics}} \ffigbox[\FBwidth]{}% {\begin{subfloatrow}\useFCwidth% \ffigbox[\FBwidth]{}{\caption{}% -\label{fig:CHs:mouse}\resizebox!{\CommonHeight}{\vrule width40pt height1cm}} +\label{fig:CHs:mousek}\resizebox!{\CommonHeight}{\fbox{\input{Mouse.picture}}}} \ffigbox[\FBwidth]{}{\caption{}% -\label{fig:CHs:cheese}\resizebox!{\CommonHeight}{\vrule width70pt height1cm}}% +\label{fig:CHs:cheesek}\resizebox!{\CommonHeight}{\fbox{\input{Cheese.picture}}}}% \end{subfloatrow}\caption{Common captions~IId in a~row with common height of graphics. Common captions in a~row with common height of graphics. Common captions in a~row with common height of graphics}}% \end{floatrow}}% \end{figure}% + \begin{figure}[H]\fboxsep-.4pt %\def\CommonHeight{1cm}% -\CommonHeightRow{.5cm}%^^A\def\CommonHeight{2.5cm} +\bluecolorasdefault\CommonHeightRow*[.5cm]%^^A\def\CommonHeight{2.5cm} {\begin{floatrow}[2]% \ffigbox[\FBwidth]{}% {\begin{subfloatrow}% @@ -427,7 +847,7 @@ Common captions in a~row with common height of graphics}}% \resizebox!{\CommonHeight}{\vrule width40pt height1cm}} \ffigbox[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}\resizebox!{\CommonHeight}{\vrule width80pt height3cm}}% +\label{fig:CHs:WcatIl}\resizebox!{\CommonHeight}{\vrule width80pt height3cm}}% \end{subfloatrow}\caption{Common captions~Ie. Common captions in a~row with common height of graphics. Common captions in a~row with common height of graphics}} @@ -435,10 +855,38 @@ Common captions in a~row with common height of graphics}} \ffigbox[\FBwidth]{}% {\begin{subfloatrow}\useFCwidth% \ffigbox[\FBwidth]{}{\caption{}% -\label{fig:CHs:mouse}\resizebox!{\CommonHeight}{\vrule width40pt height1cm}} +\label{fig:CHs:mousel}\resizebox!{\CommonHeight}{\vrule width40pt height1cm}} \ffigbox[\FBwidth]{}{\caption{}% -\label{fig:CHs:cheese}\resizebox!{\CommonHeight}{\vrule width70pt height1cm}}% +\label{fig:CHs:cheesel}\resizebox!{\CommonHeight}{\vrule width70pt height1cm}}% +\end{subfloatrow}\caption{Common captions~IIe in a~row with common height of graphics. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics}}% +\end{floatrow}}% +\end{figure}% + +\begin{figure}[H]\fboxsep-.4pt +%\def\CommonHeight{1cm}% +\bluecolorasdefault\CommonHeightRow*[.5cm]%^^A\def\CommonHeight{2.5cm} +{\begin{floatrow}[2]% +\ffigbox[\FBwidth]{}% +{\begin{subfloatrow}% +\ffigbox[\FBwidth]{}{\caption{}% +\resizebox!{\CommonHeight}{\fbox{\input{BlackDog.picture}}}} + +\ffigbox[\FBwidth]{}{\caption{}% +\label{fig:CHs:WcatIm}\resizebox!{\CommonHeight}{\fbox{\input{TheCat.picture}}}}% +\end{subfloatrow}\caption{Common captions~Ie. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics}} + +\ffigbox[\FBwidth]{}% +{\begin{subfloatrow}\useFCwidth% +\ffigbox[\FBwidth]{}{\caption{}% +\label{fig:CHs:mousem}\resizebox!{\CommonHeight}{\fbox{\input{Mouse.picture}}}} + +\ffigbox[\FBwidth]{}{\caption{}% +\label{fig:CHs:cheesem}\resizebox!{\CommonHeight}{\fbox{\input{Cheese.picture}}}}% \end{subfloatrow}\caption{Common captions~IIe in a~row with common height of graphics. Common captions in a~row with common height of graphics. Common captions in a~row with common height of graphics}}% @@ -453,7 +901,7 @@ The example of the mixed-level row with labels of parts beside. \begin{Quote}% \verb|\floatsetup[subfigure]{capbesideposition=left}| \verb|\begin{figure*}[H]| -\verb|\CommonHeightRow{2.5cm}%| +\verb|\CommonHeightRow*[55pt]%| \verb|{\begin{floatrow}| \verb|\ffigbox[\FBwidth]{}%| \verb|{\begin{subfloatrow}\useFCwidth| @@ -473,7 +921,7 @@ Below are few examples. \begin{figure}[H]\fboxsep-.4pt %\def\CommonHeight{1cm}% -\CommonHeightRow{55pt}%^^A\def\CommonHeight{2.5cm} +\CommonHeightRow*[55pt]%^^A\def\CommonHeight{2.5cm} {\begin{floatrow}[2]% \ffigbox[\FBwidth]{}% {\begin{subfloatrow}\useFCwidth% @@ -482,7 +930,7 @@ Below are few examples. {\vrule width30pt height1cm}} \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}\resizebox!{\CommonHeight}% +\label{fig:CHs:WcatIn}\resizebox!{\CommonHeight}% {\vrule width20pt height2cm}} \end{subfloatrow}\caption{Common captions~If. Common captions in a~row with common height of graphics. @@ -491,11 +939,11 @@ Common captions in a~row with common height of graphics}} \ffigbox[\FBwidth]{}% {\begin{subfloatrow}\useFCwidth% \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:mouse}\resizebox!{\CommonHeight}% +\label{fig:CHs:mousen}\resizebox!{\CommonHeight}% {\vrule width10pt height1cm}} \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:cheese}\resizebox!{\CommonHeight}% +\label{fig:CHs:cheesen}\resizebox!{\CommonHeight}% {\vrule width30pt height1cm}} \end{subfloatrow}\caption{Common captions~IIf in a~row with common height of graphics. Common captions in a~row with common height of graphics. @@ -508,7 +956,7 @@ Common captions in a~row with common height of graphics}}% \begin{figure}[H]\fboxsep-.4pt %\def\CommonHeight{1cm}% -\CommonHeightRow{5cm}%^^A\def\CommonHeight{2.5cm} +\redcolorasdefault\CommonHeightRow*%{5cm}^^A\def\CommonHeight{2.5cm} {\begin{floatrow}[2]% \ffigbox[\FBwidth]{}% {\begin{subfloatrow}\useFCwidth% @@ -517,7 +965,7 @@ Common captions in a~row with common height of graphics}}% {\vrule width30pt height1cm}} \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}\resizebox!{\CommonHeight}% +\label{fig:CHs:WcatIo}\resizebox!{\CommonHeight}% {\vrule width20pt height2cm}} \end{subfloatrow}\caption{Common captions~Ig. Common captions in a~row with common height of graphics. @@ -526,11 +974,11 @@ Common captions in a~row with common height of graphics}} \ffigbox[\FBwidth]{}% {\begin{subfloatrow}\useFCwidth% \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:mouse}\resizebox!{\CommonHeight}% +\label{fig:CHs:mouseo}\resizebox!{\CommonHeight}% {\vrule width10pt height1cm}} \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:cheese}\resizebox!{\CommonHeight}% +\label{fig:CHs:cheeseo}\resizebox!{\CommonHeight}% {\vrule width30pt height1cm}} \end{subfloatrow}\caption{Common captions~IIg in a~row with common height of graphics. Common captions in a~row with common height of graphics. @@ -542,7 +990,7 @@ Common captions in a~row with common height of graphics}}% \begin{figure}[H]\fboxsep-.4pt %\def\CommonHeight{1cm}% -\CommonHeightRow{.5cm}%^^A\def\CommonHeight{2.5cm} +\bluecolorasdefault\CommonHeightRow*[.5cm]%^^A\def\CommonHeight{2.5cm} {\begin{floatrow}[2]% \ffigbox[\FBwidth]{}% {\begin{subfloatrow}\useFCwidth% @@ -551,7 +999,7 @@ Common captions in a~row with common height of graphics}}% {\vrule width30pt height1cm}} \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}% +\label{fig:CHs:WcatIp}% \resizebox!{\CommonHeight}% {\vrule width20pt height2cm}} \end{subfloatrow}\caption{Common captions~Ih. @@ -561,12 +1009,12 @@ Common captions in a~row with common height of graphics}} \ffigbox[\FBwidth]{}% {\begin{subfloatrow}\useFCwidth% \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:mouse}% +\label{fig:CHs:mousep}% \resizebox!{\CommonHeight}% {\vrule width10pt height1cm}} \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:cheese}% +\label{fig:CHs:cheesep}% \resizebox!{\CommonHeight}% {\vrule width30pt height1cm}} \end{subfloatrow}\caption{Common captions~IIh in a~row with common height of graphics. @@ -582,7 +1030,7 @@ Common captions in a~row with common height of graphics}}% \begin{figure}[H]\fboxsep-.4pt %\def\CommonHeight{1cm}% -\CommonHeightRow{2.5cm}%^^A\def\CommonHeight{2.5cm} +\CommonHeightRow*[2.5cm]%^^A\def\CommonHeight{2.5cm} {\begin{floatrow}[2]% \ffigbox[\FBwidth]{}% {\begin{subfloatrow}[2]% @@ -591,7 +1039,7 @@ Common captions in a~row with common height of graphics}}% {\vrule width40pt height1cm}} \ffigbox[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}% +\label{fig:CHs:WcatIq}% \resizebox!{\CommonHeight}% {\vrule width30pt height2cm}}% \end{subfloatrow}\caption{Common captions~Ii. @@ -605,7 +1053,7 @@ Common captions in a~row with common height of graphics}} {\vrule width30pt height1cm}} \ffigbox[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}% +\label{fig:CHs:WcatIqq}% \resizebox!{\CommonHeight}% {\vrule width40pt height2cm}} \end{subfloatrow}\caption{Common captions~IIi. @@ -616,7 +1064,41 @@ Common captions in a~row with common height of graphics}} \begin{figure}[H]\fboxsep-.4pt %\def\CommonHeight{1cm}% -\CommonHeightRow{5cm}%^^A\def\CommonHeight{2.5cm} +\redcolorasdefault\CommonHeightRow*%{5cm}^^A\def\CommonHeight{2.5cm} +{\begin{floatrow}[2]% +\ffigbox[\FBwidth]{}% +{\begin{subfloatrow}[2]% +\ffigbox[\FBwidth]{}{\caption{}% +\resizebox!{\CommonHeight}% +{\vrule width40pt height1cm}} + +\ffigbox[\FBwidth]{}{\caption{}% +\label{fig:CHs:WcatIr}% +\resizebox!{\CommonHeight}% +{\vrule width30pt height2cm}}% +\end{subfloatrow}\caption{Common captions~Ij. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics}} + +\ffigbox[\FBwidth]{}% +{\begin{subfloatrow}[2]\useFCwidth% +\ffigbox[\FBwidth]{}{\caption{}% +\resizebox!{\CommonHeight}% +{\vrule width30pt height1cm}} + +\ffigbox[\FBwidth]{}{\caption{}% +\label{fig:CHs:WcatIrr}% +\resizebox!{\CommonHeight}% +{\vrule width40pt height2cm}} +\end{subfloatrow}\caption{Common captions~IIj. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics}} +\end{floatrow}}% +\end{figure}% + +\begin{figure}[H]\fboxsep-.4pt +%\def\CommonHeight{1cm}% +\bluecolorasdefault\CommonHeightRow*[.5cm]%^^A\def\CommonHeight{2.5cm} {\begin{floatrow}[2]% \ffigbox[\FBwidth]{}% {\begin{subfloatrow}[2]% @@ -625,7 +1107,7 @@ Common captions in a~row with common height of graphics}} {\vrule width40pt height1cm}} \ffigbox[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}% +\label{fig:CHs:WcatIs}% \resizebox!{\CommonHeight}% {\vrule width30pt height2cm}}% \end{subfloatrow}\caption{Common captions~Ij. @@ -639,7 +1121,7 @@ Common captions in a~row with common height of graphics}} {\vrule width30pt height1cm}} \ffigbox[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}% +\label{fig:CHs:WcatIss}% \resizebox!{\CommonHeight}% {\vrule width40pt height2cm}} \end{subfloatrow}\caption{Common captions~IIj. @@ -655,7 +1137,7 @@ The code of the mixed-level row with labels of parts beside. \begin{Quote}% \verb|\floatsetup[subfigure]{capbesideposition=left}| \verb|\begin{figure*}[H]| -\verb|\CommonHeightRow{2.75cm}%| +\verb|\CommonHeightRow*[2.75cm]%| \verb|{\begin{floatrow}|% \verb|\ffigbox[\FBwidth]{}| \verb|{\begin{subfloatrow}[3]\useFCwidth| @@ -672,7 +1154,7 @@ Below is the example. \begin{figure}[H]\fboxsep-.4pt %\def\CommonHeight{1cm}% -\CommonHeightRow{2.5cm}%^^A\def\CommonHeight{2.5cm} +\CommonHeightRow*[2.75cm]%^^A\def\CommonHeight{2.5cm} {\begin{floatrow}[2]% \ffigbox[\FBwidth]{}% {\begin{subfloatrow}[3]\useFCwidth% @@ -680,11 +1162,11 @@ Below is the example. \resizebox!{\CommonHeight}% {\vrule width40pt height1cm}}% \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}% +\label{fig:CHs:WcatIt}% \resizebox!{\CommonHeight}% {\vrule width30pt height2cm}}% \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}% +\label{fig:CHs:WcatItt}% \resizebox!{\CommonHeight}% {\vrule width30pt height3cm}} \end{subfloatrow}\caption{Common captions~Ik. @@ -701,7 +1183,34 @@ Common captions in a~row with common height of graphics}} \begin{figure}[H]\fboxsep-.4pt %\def\CommonHeight{1cm}% -\CommonHeightRow{.5cm}%^^A\def\CommonHeight{2.5cm} +\redcolorasdefault\CommonHeightRow*%{5cm}^^A\def\CommonHeight{2.5cm} +{\begin{floatrow}[2]% +\ffigbox[\FBwidth]{}% +{\begin{subfloatrow}[3]\useFCwidth% +\fcapside[\FBwidth]{}{\caption{}% +\resizebox!{\CommonHeight}% +{\vrule width40pt height1cm}}% +\fcapside[\FBwidth]{}{\caption{}% +\label{fig:CHs:WcatIu}% +\resizebox!{\CommonHeight}% +{\vrule width30pt height2cm}}% +\fcapside[\FBwidth]{}{\caption{}% +\label{fig:CHs:WcatIuu}% +\resizebox!{\CommonHeight}% +{\vrule width30pt height3cm}} +\end{subfloatrow}\caption{Common captions~Im. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics}}% +\ffigbox[\FBwidth]{}% +{\resizebox!{\CommonHeight}% +{\vrule width40pt + height1cm}\caption{}} +\end{floatrow}}% +\end{figure}% + +\begin{figure}[H]\fboxsep-.4pt +%\def\CommonHeight{1cm}% +\bluecolorasdefault\CommonHeightRow*[.5cm]%^^A\def\CommonHeight{2.5cm} {\begin{floatrow}[2]% \ffigbox[\FBwidth]{}% {\begin{subfloatrow}[3]\useFCwidth% @@ -709,11 +1218,11 @@ Common captions in a~row with common height of graphics}} \resizebox!{\CommonHeight}% {\vrule width40pt height1cm}}% \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}% +\label{fig:CHs:WcatIv}% \resizebox!{\CommonHeight}% {\vrule width30pt height2cm}}% \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}% +\label{fig:CHs:WcatIvv}% \resizebox!{\CommonHeight}% {\vrule width30pt height3cm}} \end{subfloatrow}\caption{Common captions~Im. @@ -731,7 +1240,7 @@ Common captions in a~row with common height of graphics}}% \begin{figure}[H]\fboxsep-.4pt %\def\CommonHeight{1cm}% -\CommonHeightRow{2.5cm}%^^A\def\CommonHeight{2.5cm} +\CommonHeightRow*[2.5cm]%^^A\def\CommonHeight{2.5cm} {\begin{floatrow}[2]% \ffigbox[\FBwidth]{}% {\begin{subfloatrow}[2]\useFCwidth% @@ -739,7 +1248,7 @@ Common captions in a~row with common height of graphics}}% \resizebox!{\CommonHeight}% {\vrule width40pt height1cm}}% \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}% +\label{fig:CHs:WcatIw}% \resizebox!{\CommonHeight}% {\vrule width30pt height2cm}} \end{subfloatrow}\caption{Common captions~Il. @@ -751,7 +1260,7 @@ Common captions in a~row with common height of graphics}}% \resizebox!{\CommonHeight}% {\vrule width30pt height1cm}}% \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}% +\label{fig:CHs:WcatIww}% \resizebox!{\CommonHeight}% {\vrule width40pt height2cm}} \end{subfloatrow}\caption{Common captions~IIl. @@ -762,7 +1271,38 @@ Common captions in a~row with common height of graphics}} \begin{figure}[H]\fboxsep-.4pt %\def\CommonHeight{1cm}% -\CommonHeightRow{.5cm}%^^A\def\CommonHeight{2.5cm} +\redcolorasdefault\CommonHeightRow*%[5cm]^^A\def\CommonHeight{2.5cm} +{\begin{floatrow}[2]% +\ffigbox[\FBwidth]{}% +{\begin{subfloatrow}[2]\useFCwidth% +\fcapside[\FBwidth]{}{\caption{}% +\resizebox!{\CommonHeight}% +{\vrule width40pt height1cm}}% +\fcapside[\FBwidth]{}{\caption{}% +\label{fig:CHs:WcatIx}% +\resizebox!{\CommonHeight}% +{\vrule width30pt height2cm}} +\end{subfloatrow}\caption{Common captions~Im. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics}}% +\ffigbox[\FBwidth]{}% +{\begin{subfloatrow}[2]\useFCwidth% +\fcapside[\FBwidth]{}{\caption{}% +\resizebox!{\CommonHeight}% +{\vrule width30pt height1cm}}% +\fcapside[\FBwidth]{}{\caption{}% +\label{fig:CHs:WcatIxx}% +\resizebox!{\CommonHeight}% +{\vrule width40pt height2cm}} +\end{subfloatrow}\caption{Common captions~IIm. +Common captions in a~row with common height of graphics. +Common captions in a~row with common height of graphics}} +\end{floatrow}}% +\end{figure}% + +\begin{figure}[H]\fboxsep-.4pt +%\def\CommonHeight{1cm}% +\bluecolorasdefault\CommonHeightRow*[.5cm]%^^A\def\CommonHeight{2.5cm} {\begin{floatrow}[2]% \ffigbox[\FBwidth]{}% {\begin{subfloatrow}[2]\useFCwidth% @@ -770,7 +1310,7 @@ Common captions in a~row with common height of graphics}} \resizebox!{\CommonHeight}% {\vrule width40pt height1cm}}% \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}% +\label{fig:CHs:WcatIy}% \resizebox!{\CommonHeight}% {\vrule width30pt height2cm}} \end{subfloatrow}\caption{Common captions~Im. @@ -782,7 +1322,7 @@ Common captions in a~row with common height of graphics}}% \resizebox!{\CommonHeight}% {\vrule width30pt height1cm}}% \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}% +\label{fig:CHs:WcatIyy}% \resizebox!{\CommonHeight}% {\vrule width40pt height2cm}} \end{subfloatrow}\caption{Common captions~IIm. @@ -792,7 +1332,36 @@ Common captions in a~row with common height of graphics}} \end{figure}% %-------------------------------------------------------------------- -\clearpage +%-------------------------------------------------------------------- +\begingroup + \floatsetup[figure]{style=plain}\floatsetup[widefloat]{margins=hangleft} + \floatsetup[subfigure]{heightadjust=all} + \begin{figure*}[H]\fboxsep-.4pt + \CommonHeightRow*% + {\begin{floatrow}% + \ffigbox[\FBwidth]{}% + {\begin{subfloatrow}% + \ffigbox[\FBwidth]{}{\caption{Figure~I in the row with common heights}% + \label{fig:CHsI:Dog}\resizebox!{\CommonHeight}{\fbox{\input{BlackDog.picture}}}} + + \ffigbox[\FBwidth]{}{\caption{Figure~II in the row with common heights}% + \label{fig:CHsI:WcatI}\resizebox!{\CommonHeight}{\fbox{\input{TheCat.picture}}}} + \end{subfloatrow}\caption{Common caption~I}} + + \ffigbox[\FBwidth]{}% + {\begin{subfloatrow}% + \ffigbox[\FBwidth]{}{\caption{Figure~III in the row with common heights\\ \strut}% + \label{fig:CHsI:mouse}\resizebox!{\CommonHeight}{\fbox{\input{Mouse.picture}}}} + + \ffigbox[\FBwidth]{}{\caption{Figure~IV in the row with common heights}% + \label{fig:CHsI:cheese}\resizebox!{\CommonHeight}{\fbox{\input{Cheese.picture}}}} + \end{subfloatrow}\caption{Common caption~II in a~row with common height of graphics}} + \end{floatrow}}% + \end{figure*}% +\endgroup +%-------------------------------------------------------------------- +%-------------------------------------------------------------------- +\cleardoublepage \section{Usage of the \protect\texttt{{\char92}Xhsize} command in mixed-level rows} @@ -808,10 +1377,10 @@ Usage of the \verb|\Xhsize| command in mixed-level rows. %\resizebox!{\CommonHeight} {\vrule width40pt height1cm}}% \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}%\resizebox!{\CommonHeight} +\label{fig:CHs:WcatIz}%\resizebox!{\CommonHeight} {\vrule width30pt height2cm}}% \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}%\resizebox!{\CommonHeight} +\label{fig:CHs:WcatIzz}%\resizebox!{\CommonHeight} {\vrule width30pt height2.4cm}} \end{subfloatrow}\caption{Common captions~In. Common captions in a~row with common height of graphics. @@ -837,7 +1406,7 @@ The next row needs the \verb|\hsize\Xhsize\filFCOhsize| sentence for the last su %\resizebox!{\CommonHeight} {\vrule width40pt height1cm}}% \fcapside[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}%\resizebox!{\CommonHeight} +\label{fig:CHs:WcatIaz}%\resizebox!{\CommonHeight} {\vrule width30pt height2cm}} \end{subfloatrow}\caption{Common captions~Io. Common captions in a~row with common height of graphics. @@ -848,7 +1417,7 @@ Common captions in a~row with common height of graphics}}% %\resizebox!{\CommonHeight} {\vrule width30pt height1cm}}% \hsize\Xhsize\filFCOhsize\fcapside{}{\caption{}% -\label{fig:CHs:WcatI}%\resizebox!{\CommonHeight} +\label{fig:CHs:WcatIazz}%\resizebox!{\CommonHeight} {\vrule width\hsize height2cm}} \end{subfloatrow}\caption{Common captions~IIo. Common captions in a~row with common height of graphics. @@ -866,10 +1435,10 @@ Common captions in a~row with common height of graphics}} %\resizebox!{\CommonHeight} {\vrule width40pt height1cm}}% \ffigbox[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}%\resizebox!{\CommonHeight} +\label{fig:CHs:WcatIbz}%\resizebox!{\CommonHeight} {\vrule width30pt height2cm}}% \ffigbox[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}%\resizebox!{\CommonHeight} +\label{fig:CHs:WcatIbzz}%\resizebox!{\CommonHeight} {\vrule width30pt height2.4cm}} \end{subfloatrow}\caption{Common captions~Ip. Common captions in a~row with common height of graphics. @@ -892,7 +1461,7 @@ Common captions in a~row with common height of graphics}} %\resizebox!{\CommonHeight} {\vrule width40pt height1cm}}% \ffigbox[\FBwidth]{}{\caption{}% -\label{fig:CHs:WcatI}%\resizebox!{\CommonHeight} +\label{fig:CHs:WcatIcz}%\resizebox!{\CommonHeight} {\vrule width30pt height2cm}} \end{subfloatrow}\caption{Common captions~Iq. Common captions in a~row with common height of graphics. @@ -903,7 +1472,7 @@ Common captions in a~row with common height of graphics}}% %\resizebox!{\CommonHeight} {\vrule width30pt height1cm}}% \ffigbox[\Xhsize]{}{\caption{}% -\label{fig:CHs:WcatI}%\resizebox!{\CommonHeight} +\label{fig:CHs:WcatIczz}%\resizebox!{\CommonHeight} {\vrule width\hsize height2cm}} \end{subfloatrow}\caption{Common captions~IIq. Common captions in a~row with common height of graphics. |