Remove superfluous float declaration that irritated tex2page.
This commit is contained in:
parent
f40d338fa2
commit
ebc119bb43
|
@ -310,14 +310,6 @@
|
||||||
\newcommand{\seelisting}[1]{%
|
\newcommand{\seelisting}[1]{%
|
||||||
{\normalfont{\textit{$<$see listing~\ref{#1}\/$>$}}}}
|
{\normalfont{\textit{$<$see listing~\ref{#1}\/$>$}}}}
|
||||||
|
|
||||||
\newfloat{program}{t}{lop}
|
|
||||||
\floatname{program}{Programm}
|
|
||||||
\newenvironment{floatprog}[2]
|
|
||||||
{\begin{program}[ht] \caption{#1} \label{#2} \begin{alltt}}
|
|
||||||
{\end{alltt} \end{program}%
|
|
||||||
% Force output of even long floating figs
|
|
||||||
\afterpage{\clearpage}}
|
|
||||||
|
|
||||||
% Use url-package to get function names line-breaked at - / +
|
% Use url-package to get function names line-breaked at - / +
|
||||||
% by infos in /usr/share/texmf/tex/latex/misc/url.sty
|
% by infos in /usr/share/texmf/tex/latex/misc/url.sty
|
||||||
%%\newcommand\breakfuntt{\begingroup \urlstyle{tt}%
|
%%\newcommand\breakfuntt{\begingroup \urlstyle{tt}%
|
||||||
|
|
Loading…
Reference in New Issue