summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/ptptex/wrapft.sty16
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/ptptex/wrapft.sty b/Master/texmf-dist/tex/latex/ptptex/wrapft.sty
index cba2177f7c5..9bfd271bda2 100644
--- a/Master/texmf-dist/tex/latex/ptptex/wrapft.sty
+++ b/Master/texmf-dist/tex/latex/ptptex/wrapft.sty
@@ -1,15 +1,15 @@
-\ProvidesPackage{wrapft}[2004/04/12 ver.0.9]
+\ProvidesPackage{wrapft}[2004/05/24 ver.0.95]
\RequirePackage{wrapfig}[1999/10/12 \space v 3.3]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\newdimen\WF@hsep %horizontal separation between fig and text
-\newdimen\WF@vsep %vspace on the top and the bottom of the figure
-\WF@hsep=1.6\columnsep
-\WF@vsep=\intextsep
+\newdimen\WFcolsep %horizontal separation between fig and text
+\newdimen\WFtextsep %vspace on the top and the bottom of the figure
+\WFcolsep=1.6\columnsep
+\WFtextsep=\intextsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\WF@rapt[#1]#2{% final two args: #1 = overhang, #2 = width,
\ifnum `c=\WF@place % fig in the center
\@tempdima\hsize \advance\@tempdima-#2 \divide\@tempdima\tw@
- \vskip\WF@vsep
+ \vskip\WFtextsep
\noindent \hspace*{\@tempdima}\begin{minipage}[t]{#2}%
\else
\gdef\WF@ovh{#1}% hold overhang for later, when \width is known
@@ -21,13 +21,13 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\let\WF@@putfigmaybe\WF@putfigmaybe
\def\WF@putfigmaybe{%
- \columnsep \WF@hsep \intextsep \WF@vsep
+ \columnsep \WFcolsep \intextsep \WFtextsep
\WF@@putfigmaybe}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\let\@endwr@pfigure\endwrapfigure
\def\endwrapfigure{%
\ifnum `c=\WF@place % fig in the center
- \end{minipage} \vskip\WF@vsep
+ \end{minipage} \vskip\WFtextsep
\else
\@endwr@pfigure
\fi}