-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtulfloat.sty
More file actions
31 lines (31 loc) · 736 Bytes
/
Copy pathtulfloat.sty
File metadata and controls
31 lines (31 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% `tulfloat' package
%
% This package should be used instead of float.sty, when used
% with the thesul class.
%
% D. Roegel
%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{tulfloat}
[1999/06/01 float package for thesul (DR)]
\RequirePackage{float}
\renewcommand\listof[2]{%
\@ifundefined{ext@#1}{\float@error{#1}}{%
\if@twocolumn
\@restonecoltrue\onecolumn
\else
\@restonecolfalse
\fi
\if@classic@section
\global\@classic@sectionfalse
\chapter*{#2}
\else
\SpecialSection{#2}
\fi
\generic@mark{#2}%
\@namedef{l@#1}{\@dottedtocline{1}{1.5em}{2.3em}}%
\@starttoc{\@nameuse{ext@#1}}%
\if@restonecol\twocolumn\fi
}%
}
\endinput