summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/dblfloatfix/dblfloatfix.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/dblfloatfix/dblfloatfix.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/dblfloatfix/dblfloatfix.tex')
-rw-r--r--macros/latex/contrib/dblfloatfix/dblfloatfix.tex65
1 files changed, 65 insertions, 0 deletions
diff --git a/macros/latex/contrib/dblfloatfix/dblfloatfix.tex b/macros/latex/contrib/dblfloatfix/dblfloatfix.tex
new file mode 100644
index 0000000000..7e4197fb51
--- /dev/null
+++ b/macros/latex/contrib/dblfloatfix/dblfloatfix.tex
@@ -0,0 +1,65 @@
+\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.0a, dated~2012/12/31.}}
+\author{Morten Høgholm%
+ \thanks{Updated by Joseph Wright
+ \href{mailto:joseph.wright@morningstar2.co.uk}
+ {<joseph.wright@morningstar2.co.uk>}}}
+\date{2012/12/31}
+
+
+\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.3c
+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}