diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/dblfloatfix/dblfloatfix.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/dblfloatfix/dblfloatfix.tex | 62 |
1 files changed, 62 insertions, 0 deletions
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} |