summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tamefloats/fltfltdk.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/tamefloats/fltfltdk.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/tamefloats/fltfltdk.tex')
-rw-r--r--macros/latex/contrib/tamefloats/fltfltdk.tex34
1 files changed, 34 insertions, 0 deletions
diff --git a/macros/latex/contrib/tamefloats/fltfltdk.tex b/macros/latex/contrib/tamefloats/fltfltdk.tex
new file mode 100644
index 0000000000..c1c104fb07
--- /dev/null
+++ b/macros/latex/contrib/tamefloats/fltfltdk.tex
@@ -0,0 +1,34 @@
+%% fltfltdk.tex 2005/04/17
+% like deml3541.tex, but tests usage of tameflts.sty with
+% Mats Dahlgren's floatflt.sty which is available from
+% tex-archive/macros/latex/contrib/floatflt (through
+% .dtx and .ins).
+
+\documentclass[12pt]{article}
+\usepackage{floatflt}
+
+% \usepackage{tameflts}
+
+\newcounter{xxx}
+\usepackage{ifthen}
+\nofiles
+\begin{document}
+Test a footnote\footnote{%
+ \whiledo{\value{xxx}<46}{%
+ \stepcounter{xxx}
+ This is just test line \thexxx. \par
+ }%
+} and then a ``floating figure'':
+\begin{floatingfigure}{.4\linewidth}
+\vspace*{3\baselineskip}
+\textsf{Space for notes}
+\end{floatingfigure}
+\setcounter{xxx}{0}%
+\whiledo{\value{xxx}<39}{%
+ \stepcounter{xxx}
+ Testtext.
+}%
+
+\end{document}
+
+