Search found 17 matches

by nkal
Tue Jul 17, 2012 10:04 pm
Forum: Page Layout
Topic: Header Layout help
Replies: 6
Views: 3808

Re: Header Layout help

I forgot to mention in the last post that I could find a solution to the problem by redefining \fancypagestyle{plain}.

Thank you for your help!
by nkal
Tue Jul 17, 2012 5:14 pm
Forum: Page Layout
Topic: Header Layout help
Replies: 6
Views: 3808

Header Layout help

Thank you for the tip. I removed the code from the post to avoid irritating others.
by nkal
Mon Jul 16, 2012 11:37 pm
Forum: Page Layout
Topic: Header Layout help
Replies: 6
Views: 3808

Header Layout help

Hi there,

I could resolve most of the things and have a much simpler question to ask now. How do I change the attributes of the following pages so that the generic header and footer apply to them:
  1. table of contents page
  2. List to figures page
  3. List of tables page
  4. First page of every chapter.
by nkal
Mon Jul 16, 2012 8:40 pm
Forum: Page Layout
Topic: Header Layout help
Replies: 6
Views: 3808

Header Layout help

Hello,

I had asked this question as part of another post and this issue got lost among the list of other problems I had. So, I am bringing it up as a new post.

I am having a problem with adding an image to the header. I am using document class 'report' and I need to add an image in the left part ...
by nkal
Mon Jul 16, 2012 7:40 pm
Forum: Text Formatting
Topic: Chapter heading format change
Replies: 6
Views: 43120

Re: Chapter heading format change

Thank you for all your help, Stefan! That works prefect!

Cheers,
Nkal
by nkal
Sat Jul 14, 2012 12:22 am
Forum: Text Formatting
Topic: Chapter heading format change
Replies: 6
Views: 43120

Chapter heading format change

Thank you, Stefan. That works great unless the letter has a tail in the bottom as in g, y, p, etc., then the line under the title is lower than the line under the number.

1. Introduction is fine but 4. Summary is not.

Cheers,
Nkal
by nkal
Fri Jul 13, 2012 11:45 pm
Forum: Page Layout
Topic: Page numbering in footer
Replies: 4
Views: 19571

Re: Page numbering in footer

Oops! Forgot to add it in the code here. That works great! I used it with if then else in the footer to get both roman and arabic on the respective pages.

Thanks a bunch, Stefan. That helps!

Cheers,
NKal
by nkal
Fri Jul 13, 2012 11:41 pm
Forum: Text Formatting
Topic: Chapter heading format change
Replies: 6
Views: 43120

Chapter heading format change

Stefan,

Thank you for your help. That works great! But I need the underlining. It is an odd format that we have in word to submit the reports. I am trying to write my report in latex because it is so much easier than word. But I am getting stuck in small things like these. Once I get the template ...
by nkal
Fri Jul 13, 2012 11:31 pm
Forum: Page Layout
Topic: Page numbering in footer
Replies: 4
Views: 19571

Re: Page numbering in footer

Hey Stefan,

If you see the code, I do that already. What I need is a little more complex. I have page numbers in both roman and arabic numerals in my report. First pages have page numbers in roman form and after that they restart from 1 and are in arabic form. I need page numbers in the footer in ...
by nkal
Fri Jul 13, 2012 11:00 pm
Forum: Page Layout
Topic: Page numbering in footer
Replies: 4
Views: 19571

Page numbering in footer

Hi,

I want to page numbers in the footer as Page i of vi but only till my page numbering is roman. After the initial lists and summary, I change the page number to arabic numerals so there then, I want to restart page numbers in the footer as 1 of 19.

Is there a quick way to do it?

I am currently ...