diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-25 00:34:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-25 00:34:37 +0000 |
commit | a8b2929ce77f8fe3e7578994a6cdeadb778e5b5c (patch) | |
tree | 35abf0533d567380447ac852cf07dbdd73adfb4d /Master/texmf-dist/doc/latex/dblfloatfix | |
parent | 31a25c019c2e445333c0f64dba0259b3dd17b9f0 (diff) |
dblfloatfix doc update (24feb10)
git-svn-id: svn://tug.org/texlive/trunk@17191 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/dblfloatfix')
-rw-r--r-- | Master/texmf-dist/doc/latex/dblfloatfix/dblfloatfix.pdf | bin | 0 -> 228040 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/dblfloatfix/dblfloatfix.tex | 62 |
2 files changed, 62 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/dblfloatfix/dblfloatfix.pdf b/Master/texmf-dist/doc/latex/dblfloatfix/dblfloatfix.pdf Binary files differnew file mode 100644 index 00000000000..7cb544cc16d --- /dev/null +++ b/Master/texmf-dist/doc/latex/dblfloatfix/dblfloatfix.pdf 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} |