Search found 14 matches

by komal
Sat Jun 04, 2011 2:31 pm
Forum: Page Layout
Topic: chapter name in header
Replies: 12
Views: 20246

Re: chapter name in header

Thank you so much. The code works perfectly fine now. This forum has been a great help. :)
by komal
Sat Jun 04, 2011 12:57 pm
Forum: Page Layout
Topic: chapter name in header
Replies: 12
Views: 20246

Re: chapter name in header

so how do I set the same margin for both odd and even pages?
by komal
Sat Jun 04, 2011 12:15 pm
Forum: Page Layout
Topic: chapter name in header
Replies: 12
Views: 20246

Re: chapter name in header

top=1.5in, bottom=1in, left=1.5in, right=1in

I have set the margin using the command
\usepackage[top=1.5in, bottom=1in, left=1.5in, right=1in]{geometry}
in the previously posted code but it gives an error saying
Error: Option clash for package geometry.
by komal
Sat Jun 04, 2011 11:48 am
Forum: Page Layout
Topic: chapter name in header
Replies: 12
Views: 20246

Re: chapter name in header

Actually when I get the print of this document, the pages will not be in a book format. I would be using only one side of the paper for printing so I want my
Left margin = 1.5". This criteria does not hold for the book format.
by komal
Sat Jun 04, 2011 11:24 am
Forum: Page Layout
Topic: chapter name in header
Replies: 12
Views: 20246

chapter name in header

I've changed the option but it only prints the title in Header, the chapter name does not appear.





\documentclass[11pt,a4paper,oneside,openany,english]{book}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{geometry}
\usepackage[pagestyles,raggedright ...
by komal
Sat Jun 04, 2011 9:22 am
Forum: Page Layout
Topic: chapter name in header
Replies: 12
Views: 20246

Re: chapter name in header

I have tried your code and it runs perfectly but I actually want it in the report form.
How can I achieve the same header format with the following document class:
\documentclass[11pt,a4paper]{report}
by komal
Fri Jun 03, 2011 12:38 am
Forum: Page Layout
Topic: chapter name in header
Replies: 12
Views: 20246

chapter name in header

The header will comprise the title of the report. On every odd page will appear the title of the report while on the even pages the title of the chapter will be mentioned. The first page of every chapter shall not carry the header.

I've been trying to do this but the only the title appears on all ...
by komal
Thu Jun 02, 2011 10:27 pm
Forum: Page Layout
Topic: \pagestyle{fancy} gives an error
Replies: 11
Views: 14876

Re: \pagestyle{fancy} gives an error

Thanks a lot for your help :)

I download the 2.9 version and now it works fine. Any idea how I can update the WinEdt version?
by komal
Thu Jun 02, 2011 5:59 pm
Forum: Page Layout
Topic: customizing page numbers
Replies: 2
Views: 2194

customizing page numbers

Except for the title page, number all pages which come before the first page of the body chapters consecutively with lower case roman numerals (i, ii, iii, iv…). The first page with Arabic numeral (1, 2, 3, and so on) starts from the first page of Chapter 1, but it is mentioned from page 2 onwards ...
by komal
Thu Jun 02, 2011 5:08 pm
Forum: Page Layout
Topic: \pagestyle{fancy} gives an error
Replies: 11
Views: 14876

Re: \pagestyle{fancy} gives an error

I have also used \subsection and \subsubsection commands in the file ( if that helps)