summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/floatrow/frsample10.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-24 16:36:04 +0000
committerKarl Berry <karl@freefriends.org>2009-06-24 16:36:04 +0000
commitf1fef055879de5641d7a1fcfab20d36da85686b2 (patch)
tree723c74d97a0528b89d48a1c4cb7ede2128d9673a /Master/texmf-dist/doc/latex/floatrow/frsample10.tex
parentd73a503687f31a927aea191ec9ed3cf1c950fd8f (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/frsample10.tex')
-rw-r--r--Master/texmf-dist/doc/latex/floatrow/frsample10.tex23
1 files changed, 15 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/floatrow/frsample10.tex b/Master/texmf-dist/doc/latex/floatrow/frsample10.tex
index 881a48abcf7..fe7ba8e579f 100644
--- a/Master/texmf-dist/doc/latex/floatrow/frsample10.tex
+++ b/Master/texmf-dist/doc/latex/floatrow/frsample10.tex
@@ -3,7 +3,7 @@
%plain style for figures
%miscellaneous ruled style for textboxes
\input pictures
-\listfiles
+%\listfiles
\documentclass{book}
\usepackage{calc}
@@ -17,7 +17,7 @@
footnoterule=limited,margins=centering,captionskip=5pt,facing=yes,
capbesidesep=quad,floatrowsep=quad]{floatrow}
\marginparwidth0pt
-
+\usepackage{listpen}
% new float
\DeclareNewFloatType{textbox}{fileext=lor,name=Text,placement=tp}
@@ -50,6 +50,11 @@
\usepackage[font=small,labelfont=bf,labelsep=period,
justification=centerlast]{caption}[2004/11/28]
+\newif\ifLoadSubcaption\LoadSubcaptiontrue
+\usepackage{subcaption}
+\DeclareCaptionSubType[alph]{figure}
+\DeclareCaptionSubType[alph]{table}
+
\providecommand*\rightlast{\leftskip0ptplus1fil
\rightskip0ptplus-1fil\parfillskip0ptplus1fil}
\providecommand*\leftlast{\leftskip0pt\rightskip0pt\parfillskip0ptplus1fil}
@@ -60,14 +65,16 @@
%load subfig
\newif\ifLoadSubfig
-\IfFileExists{subfig.sty}
-{\usepackage[justification=centerlast,captionskip=7pt]{subfig}
-
-\AtBeginDocument{\floatsetup{subfloatrowsep=columnsep}}
+%\IfFileExists{subfig.sty}
+%{\usepackage[justification=centerlast,captionskip=7pt]{subfig}
+%
+%\AtBeginDocument{\floatsetup{subfloatrowsep=columnsep}}
+%
+%\LoadSubfigtrue}{\LoadSubfigfalse}
+\LoadSubfigfalse
+%better put wrapfig before floatrow
-\LoadSubfigtrue}{\LoadSubfigfalse}
-%better put wrapfig before floatrow
\newif\ifLoadWrapfig
\IfFileExists{wrapfig.sty}
{\usepackage{wrapfig}\LoadWrapfigtrue}{\LoadWrapfigfalse}