Search found 6 matches

by prdharamshi
Sat Apr 14, 2012 11:32 pm
Forum: General
Topic: Problems with \listoffigures\thispagestyle{fancy}
Replies: 12
Views: 20958

Re: Problems with \listoffigures\thispagestyle{fancy}

hi stefan,

it works. I copied it before the first figure and it works.

Thanks a lot.
parthiv
by prdharamshi
Sat Apr 14, 2012 11:30 pm
Forum: General
Topic: Problems with \listoffigures\thispagestyle{fancy}
Replies: 12
Views: 20958

Problems with \listoffigures\thispagestyle{fancy}

Hi stefan,

is it because of packages which i have used? this is my Macros.tex file. \usepackage[top=2cm, bottom=2cm, left=3cm, right=2cm]{geometry}
\linespread{1.25}

\usepackage{sectsty}
\allsectionsfont{\large}
\chapterfont{\Large}

\usepackage[fleqn]{amsmath}
\usepackage{graphicx}

\usepackage ...
by prdharamshi
Sat Apr 14, 2012 9:50 pm
Forum: General
Topic: Problems with \listoffigures\thispagestyle{fancy}
Replies: 12
Views: 20958

Re: Problems with \listoffigures\thispagestyle{fancy}

hi stefan,

as you said "\thispagestyle {fancy}" comes at the very end. And surprisingly "\thispagestyle {fancy}" line is missing in .lot file but still it has correct page layout.

thanks,
parthiv
by prdharamshi
Sat Apr 14, 2012 9:46 pm
Forum: General
Topic: Problems with \listoffigures\thispagestyle{fancy}
Replies: 12
Views: 20958

Re: Problems with \listoffigures\thispagestyle{fancy}

Hi stefan,

i tried to place it before but it does not work. any other possible solution?

thanks,
parthiv
by prdharamshi
Sat Apr 14, 2012 8:24 pm
Forum: General
Topic: Problems with \listoffigures\thispagestyle{fancy}
Replies: 12
Views: 20958

Problems with \listoffigures\thispagestyle{fancy}

Hi stefan,

I am having trouble of using fancyheader in multipage table of contents and list of figures. I have 2 pages of toc and lof. On the first page of both toc and lof, my fancy header does not work but on the second page it works. So I want fancy header on page 1 of toc and lof.

Then I ...
by prdharamshi
Sat Apr 14, 2012 8:03 pm
Forum: General
Topic: Problems with \listoffigures\thispagestyle{fancy}
Replies: 12
Views: 20958

Problems with \listoffigures\thispagestyle{fancy}

hello,

i have the same problem. but the code does not work in my case.
can someone hep me?

thanks
parthiv
\newpage
\phantomsection\label{lof}
\listoffigures
\addtocontents{lof}{\protect\thispagestyle{fancy}}
\addcontentsline{toc}{chapter}{List of Figures}
\setlength{\cftfigindent}{0pt} % remove ...