diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-18 00:19:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-18 00:19:59 +0000 |
commit | 29ad02fd4322ffef1392ab34657c49378ac2f1aa (patch) | |
tree | 5de5850e4df059a2604dd5d47a9be2d58dc83262 /Master/texmf-dist/tex | |
parent | aa91b4505c83e1c64bfa716a2f63cd74a1991b59 (diff) |
boxhandler (16feb11)
git-svn-id: svn://tug.org/texlive/trunk@21451 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/boxhandler/boxhandler.sty | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/boxhandler/boxhandler.sty b/Master/texmf-dist/tex/latex/boxhandler/boxhandler.sty index 00c1e2cd3ac..61ee7381c12 100644 --- a/Master/texmf-dist/tex/latex/boxhandler/boxhandler.sty +++ b/Master/texmf-dist/tex/latex/boxhandler/boxhandler.sty @@ -30,7 +30,7 @@ %% arlcaptions.sty. %% \ProvidesPackage{boxhandler} -[2008/08/16 v1.21 +[2011/02/16 v1.22 Tools for Optimizing Captions, Presentation, and Placement of Tables and Figures] \NeedsTeXFormat{LaTeX2e} @@ -49,7 +49,7 @@ %%| } |\\ %%| |\\ %%|\usepackage{graphicx} |\\ -%%|\bxfigure[h] |\\ +%%|\bxfigure[ht] |\\ %%| {Here is an example of a particularly long caption that will |\\ %%| test wrapping} |\\ %%| {\includegraphics[width=3.64in,height=4.30in]{Atest1.eps}} |\\ @@ -76,7 +76,7 @@ %%|\newsavebox{\mybox} |\\ %%|\SaveCBox{\mybox}{\framebox(200,100){Ack!}} |\\ %%| |\\ -%%|\ReciteFigure[h]{\figcapii}{\figii}{\figcapwdthii}% |\\ +%%|\ReciteFigure[ht]{\figcapii}{\figii}{\figcapwdthii}% |\\ %%| {\figwrapii}{\figwrapstatusii} |\\ %% %% \CharacterTable @@ -209,7 +209,7 @@ \WrapperText{\noexpand\WrapperTextStyle\WrapperTextDefault}% } -\newcommand\ReciteTable[6][h]{% +\newcommand\ReciteTable[6][ht]{% \begin{table}[#1]% \begin{\LRTablePlacement}% \let\@makecaption\new@makecaption% @@ -242,7 +242,7 @@ \end{table}% } -\newcommand\nextTable[1][h]{% +\newcommand\nextTable[1][ht]{% \ifnum\arabic{TableClearedIndex}<\arabic{TableIndex}{% \addtocounter{TableClearedIndex}{1}% %% \TableBoxLabel : tbli, tblii, tbliii, tbliv, etc. @@ -285,7 +285,7 @@ } %% \theClearedTable CAN BE RENEWED IF DIFFERENT OUTPUT FORMAT IS DESIRED -\newcommand\theClearedTable[6][h]{% +\newcommand\theClearedTable[6][ht]{% %% CLEAR THIS TABLE ON A PAGE BY ITSELF, CENTERED VERTICALLY \vspace*{\fill}% \ReciteTable[#1]{#2}{#3}{#4}{#5}{#6}% @@ -330,7 +330,7 @@ \WrapperText{\noexpand\WrapperTextStyle\WrapperTextDefault}% } -\newcommand\ReciteFigure[6][h]{% +\newcommand\ReciteFigure[6][ht]{% \begin{figure}[#1]% \begin{\LRFigurePlacement}% \let\@makecaption\new@makecaption% @@ -363,7 +363,7 @@ \end{figure}% } -\newcommand\nextFigure[1][h]{% +\newcommand\nextFigure[1][ht]{% \ifnum\arabic{FigureClearedIndex}<\arabic{FigureIndex}{% \addtocounter{FigureClearedIndex}{1}% %% \FigureBoxLabel: : figi, figii, figiii, figiv, etc. @@ -406,7 +406,7 @@ } %% \theClearedFigure CAN BE RENEWED IF DIFFERENT OUTPUT FORMAT DESIRED -\newcommand\theClearedFigure[6][h]{% +\newcommand\theClearedFigure[6][ht]{% %% CLEAR THIS FIGURE ON A PAGE BY ITSELF, CENTERED VERTICALLY \vspace*{\fill}% \ReciteFigure[#1]{#2}{#3}{#4}{#5}{#6}% |