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/frsample01.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/frsample01.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/floatrow/frsample01.tex | 31 |
1 files changed, 25 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/floatrow/frsample01.tex b/Master/texmf-dist/doc/latex/floatrow/frsample01.tex index e2a802fd5a7..7b07fb89f14 100644 --- a/Master/texmf-dist/doc/latex/floatrow/frsample01.tex +++ b/Master/texmf-dist/doc/latex/floatrow/frsample01.tex @@ -2,7 +2,6 @@ %all possible combinations of predefined floatrow styles %plain environments and float rows %caption above/below float object -\listfiles \documentclass{book} \usepackage[footskip=4pt,objectset=centering]{floatrow} @@ -23,8 +22,8 @@ \setlength\textfloatsep{8ptplus2ptminus2pt} \setlength\intextsep{8ptplus2ptminus2pt} -\advance\textheight1.2in -\advance\topmargin-.6in +\advance\textheight2in +\advance\topmargin-.75in \hbadness2000 \advance\textwidth.5in \advance\evensidemargin-.25in @@ -116,19 +115,19 @@ Plain figure in \texttt{#2} style. Caption position \texttt{#4}}% \strut\vrule \medskip -\captionof{figure}{Beside figure in float row. Float row in \texttt{#2} style, caption \texttt{#4}} +\captionof{figure}{Alone caption inside \protect\com{captionof}} \medskip \strut\vrule \medskip -\captionof*{figure}{Beside figure in float row. Float row in \texttt{#2} style, caption \texttt{#4}} +\captionof*{figure}{Alone starred caption inside \protect\com{captionof*}} \medskip \strut\vrule \medskip -\floatbox{figure}{}{\caption{Beside figure in float row. Float row in \texttt{#2} style, caption \texttt{#4}}} +\floatbox{figure}{}{\caption{Alone caption inside \protect\com{floatbox}. Float row in \texttt{#2} style, caption \texttt{#4}. The next goes alone graphics inside \protect\com{floatbox}. The last goes row of the alone graphics}} \medskip \strut\vrule @@ -136,6 +135,26 @@ Plain figure in \texttt{#2} style. Caption position \texttt{#4}}% \floatbox{figure}{\PICTURE{35}{35}11}{} +\medskip +\strut\vrule +\medskip + +\begin{figure}[H] +\begin{floatrow}[3] +\floatbox{figure} +{} +{\PICTURE{20}{20}11} + +\floatbox{figure}[\FBwidth] +{} +{\PICTURE{96}{48}21} + +\floatbox{figure}[\Xhsize]%[150pt] +{} +{\PICTURE{35}{35}11} +\end{floatrow} +\end{figure} + \endgroup} \clearpage\raggedright |