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/frsample11.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/frsample11.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/floatrow/frsample11.tex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/floatrow/frsample11.tex b/Master/texmf-dist/doc/latex/floatrow/frsample11.tex index 1381bd870bf..661631789c6 100644 --- a/Master/texmf-dist/doc/latex/floatrow/frsample11.tex +++ b/Master/texmf-dist/doc/latex/floatrow/frsample11.tex @@ -3,7 +3,7 @@ %figures use BOXED style %text boxes use modified Boxed style \input pictures -\listfiles +%\listfiles \documentclass{book} \usepackage{calc} @@ -27,6 +27,7 @@ %load floatrow \usepackage{floatrow} +\usepackage{listpen} \floatsetup{font={small,sf},footskip=.5\skip\footins, footnoterule=limited,captionskip=5pt,margins=raggedright, objectset=raggedright,capbesideposition=right, @@ -72,6 +73,8 @@ {\usepackage[justification=justified,font=rm]{subfig} \LoadSubfigtrue}{\LoadSubfigfalse} +\newif\ifLoadSubcaption\LoadSubcaptiontrue + %load wrapfig \newif\ifLoadWrapfig \IfFileExists{wrapfig.sty}{\usepackage{wrapfig} |