summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-02-25 00:34:37 +0000
committerKarl Berry <karl@freefriends.org>2010-02-25 00:34:37 +0000
commita8b2929ce77f8fe3e7578994a6cdeadb778e5b5c (patch)
tree35abf0533d567380447ac852cf07dbdd73adfb4d
parent31a25c019c2e445333c0f64dba0259b3dd17b9f0 (diff)
dblfloatfix doc update (24feb10)
git-svn-id: svn://tug.org/texlive/trunk@17191 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/dblfloatfix/dblfloatfix.pdfbin0 -> 228040 bytes
-rw-r--r--Master/texmf-dist/doc/latex/dblfloatfix/dblfloatfix.tex62
-rw-r--r--Master/texmf-dist/tex/latex/dblfloatfix/dblfloatfix.sty (renamed from Master/texmf-dist/tex/latex/ltxmisc/dblfloatfix.sty)0
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rw-r--r--Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/dblfloatfix.tlpsrc0
6 files changed, 64 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/dblfloatfix/dblfloatfix.pdf b/Master/texmf-dist/doc/latex/dblfloatfix/dblfloatfix.pdf
new file mode 100644
index 00000000000..7cb544cc16d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/dblfloatfix/dblfloatfix.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/dblfloatfix/dblfloatfix.tex b/Master/texmf-dist/doc/latex/dblfloatfix/dblfloatfix.tex
new file mode 100644
index 00000000000..7198c6acf97
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/dblfloatfix/dblfloatfix.tex
@@ -0,0 +1,62 @@
+\documentclass[DIV=8, pagesize=auto]{scrartcl}
+
+\usepackage{fixltx2e}
+\usepackage{etex}
+\usepackage{lmodern}
+\usepackage[T1]{fontenc}
+\usepackage{textcomp}
+\usepackage[utf8]{inputenc}
+\usepackage{microtype}
+\usepackage[unicode=true]{hyperref}
+
+\newcommand*{\pkg}[1]{\textsf{#1}}
+\newcommand*{\cs}[1]{\texttt{\textbackslash#1}}
+\makeatletter
+\newcommand*{\cmd}[1]{\cs{\expandafter\@gobble\string#1}}
+\makeatother
+\newcommand*{\opt}[1]{\texttt{#1}}
+
+\addtokomafont{title}{\rmfamily}
+
+\title{The \pkg{dblfloatfix} package\thanks{This manual corresponds to \pkg{dblfloatfix}~v1.0, dated~2003/11/18.}}
+\author{Morten Høgholm, \href{mailto:moho01ab@student.cbs.dk}{\texttt{<moho01ab@student.cbs.dk>}}}
+\date{2003/11/18}
+
+
+\begin{document}
+
+\maketitle
+
+\noindent
+This is the \LaTeX\ package \pkg{dblfloatfix} which solves two problems:
+%
+\renewcommand*{\theenumi}{\alph{enumi}}%
+\renewcommand*{\labelenumi}{\theenumi)}%
+\begin{enumerate}
+\item floats in a \opt{twocolumn} document come out in the right order and
+\item allowed float positions are now \texttt{[tbp]}.
+\end{enumerate}
+%
+It may be distributed and/or modified under the
+conditions of the \LaTeX\ Project Public License, either version~1.2
+of this license or (at your option) any later version.
+The latest version of this license is in\\
+\url{http://www.latex-project.org/lppl.txt}
+
+
+\section*{Usage:}
+
+This package redefines internals of the \LaTeX\ kernel by merging
+the code of the packages \pkg{fixltx2e} (the \pkg{fix2col} part) and \pkg{stfloats}.
+
+If either of the packages \pkg{stfloats} or \pkg{fix2col} are loaded you will
+get an error message and your document will probably not be able
+to compile. So don't load them!
+
+When the new output routine for \LaTeX3 is done, this package will
+be obsolete. The sooner the better\ldots
+
+If you're using the \pkg{subfigure} package this package will provide a
+fix for \cmd{\end@dblfloat} by Steven Cochran (the author of \pkg{subfigure}).
+
+\end{document}
diff --git a/Master/texmf-dist/tex/latex/ltxmisc/dblfloatfix.sty b/Master/texmf-dist/tex/latex/dblfloatfix/dblfloatfix.sty
index 1dbb8cb391f..1dbb8cb391f 100644
--- a/Master/texmf-dist/tex/latex/ltxmisc/dblfloatfix.sty
+++ b/Master/texmf-dist/tex/latex/dblfloatfix/dblfloatfix.sty
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 5d8f93ee80c..f5743184c50 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -89,7 +89,7 @@ my @TLP_working = qw(
currvita curve curve2e curves
custom-bib cv cweb-latex cyklop cyrillic
dancers dashbox dashrule dashundergaps datatool
- dateiliste datetime dcpic decimal dehyph-exptl
+ dateiliste datetime dblfloatfix dcpic decimal dehyph-exptl
delimtxt diagmac2 digiconfigs din1505
dinat dingbat directory dirtree disser dk-bib dlfltxb
doc-pictex docmfp docmute doi doipubmed
diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
index d9e3a6330da..10e6c91ad54 100644
--- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
@@ -127,6 +127,7 @@ depend datatool
depend dateiliste
depend datenumber
depend datetime
+depend dblfloatfix
depend decimal
depend delimtxt
depend diagnose
diff --git a/Master/tlpkg/tlpsrc/dblfloatfix.tlpsrc b/Master/tlpkg/tlpsrc/dblfloatfix.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/dblfloatfix.tlpsrc