Skip to content

Commit

Permalink
A small change to dis.tex which fixes issue #8 regarding
Browse files Browse the repository at this point in the history
proper location of the headers "Figure" and "Page" in the
table of contents for the List of Figures if chapter 1
contains a figure.
Essentially moving the command "\listoffigures" to past the point
where the command "\addtocontents{lof}{Figure~\hfill Page \par}"
is invoked seems to fix the issue.
  • Loading branch information
neonjelly64 committed Aug 27, 2015
1 parent 7546d92 commit a5702d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
\addcontentsline{toc}{part}{LIST OF FIGURES}
\addtocontents{toc}{CHAPTER \par}
\renewcommand{\cftlabel}{Figure}
\listoffigures
% This gets the headers for the LOF right on the first page. Subsequent pages
% are handled by the fancyhdr code in the asudis.sty file.
\addtocontents{lof}{Figure~\hfill Page \par}
\listoffigures
%-----------------------body
\doublespace
\pagenumbering{arabic}
Expand Down

0 comments on commit a5702d7

Please sign in to comment.