Re: Position of chapter heading - left or right page?

2008-08-27 Thread Anthony Campbell
On 26 Aug 2008, Jeremy C. Reed wrote:
 On Mon, 25 Aug 2008, Anthony Campbell wrote:
 
  On 25 Aug 2008, Jeremy C. Reed wrote:
   On Mon, 25 Aug 2008, Anthony Campbell wrote:
   
I'm using the default book category.

The chapter headings come out on the left-hand (even number) page. This
doesn't seem to be usual in any of the books I look at. Is there a way
to make it appear on every page, or alternatively on the right-hand
(odd number) page?
   
   I use fancy headers and I have:
   
   % I want chapter on right odd pages to right side
   % and book title on left even pages to left side
   \fancyhead{}% delete the default header
   \fancyhead[LE]{I put title here}
   \fancyhead[RO]{\leftmark}
  
  This doesn't seem to work for me - perhaps I'm misssing something. Do
  you put it at the beginning of Chapter 1?
  
  This does work:
  
  \pagestyle{myheadings} 
  \markboth{Book title}{chapter title}  
  
  But the code has to be inserted for each chapter and and the correct
  chapter title inserted, so it's only semi-automated.
 
 
 I have it only once -- in my preamble. I am using scrbook and fancy 
 paperpagestyle.


Thanks very much  - yes, it's working for me now! Not sure what was
happening before.

Anthony

-- 
Anthony Campbell - [EMAIL PROTECTED] 
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews, 
and sceptical articles)



Re: Position of chapter heading - left or right page?

2008-08-27 Thread Anthony Campbell
On 26 Aug 2008, Jeremy C. Reed wrote:
 On Mon, 25 Aug 2008, Anthony Campbell wrote:
 
  On 25 Aug 2008, Jeremy C. Reed wrote:
   On Mon, 25 Aug 2008, Anthony Campbell wrote:
   
I'm using the default book category.

The chapter headings come out on the left-hand (even number) page. This
doesn't seem to be usual in any of the books I look at. Is there a way
to make it appear on every page, or alternatively on the right-hand
(odd number) page?
   
   I use fancy headers and I have:
   
   % I want chapter on right odd pages to right side
   % and book title on left even pages to left side
   \fancyhead{}% delete the default header
   \fancyhead[LE]{I put title here}
   \fancyhead[RO]{\leftmark}
  
  This doesn't seem to work for me - perhaps I'm misssing something. Do
  you put it at the beginning of Chapter 1?
  
  This does work:
  
  \pagestyle{myheadings} 
  \markboth{Book title}{chapter title}  
  
  But the code has to be inserted for each chapter and and the correct
  chapter title inserted, so it's only semi-automated.
 
 
 I have it only once -- in my preamble. I am using scrbook and fancy 
 paperpagestyle.


Thanks very much  - yes, it's working for me now! Not sure what was
happening before.

Anthony

-- 
Anthony Campbell - [EMAIL PROTECTED] 
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews, 
and sceptical articles)



Re: Position of chapter heading - left or right page?

2008-08-27 Thread Anthony Campbell
On 26 Aug 2008, Jeremy C. Reed wrote:
> On Mon, 25 Aug 2008, Anthony Campbell wrote:
> 
> > On 25 Aug 2008, Jeremy C. Reed wrote:
> > > On Mon, 25 Aug 2008, Anthony Campbell wrote:
> > > 
> > > > I'm using the default book category.
> > > > 
> > > > The chapter headings come out on the left-hand (even number) page. This
> > > > doesn't seem to be usual in any of the books I look at. Is there a way
> > > > to make it appear on every page, or alternatively on the right-hand
> > > > (odd number) page?
> > > 
> > > I use fancy headers and I have:
> > > 
> > > % I want chapter on right odd pages to right side
> > > % and book title on left even pages to left side
> > > \fancyhead{}% delete the default header
> > > \fancyhead[LE]{I put title here}
> > > \fancyhead[RO]{\leftmark}
> > 
> > This doesn't seem to work for me - perhaps I'm misssing something. Do
> > you put it at the beginning of Chapter 1?
> > 
> > This does work:
> > 
> > \pagestyle{myheadings} 
> > \markboth{Book title}{chapter title}  
> > 
> > But the code has to be inserted for each chapter and and the correct
> > chapter title inserted, so it's only semi-automated.
> 
> 
> I have it only once -- in my preamble. I am using scrbook and "fancy" 
> paperpagestyle.


Thanks very much  - yes, it's working for me now! Not sure what was
happening before.

Anthony

-- 
Anthony Campbell - [EMAIL PROTECTED] 
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews, 
and sceptical articles)



Re: Position of chapter heading - left or right page?

2008-08-26 Thread Jeremy C. Reed
On Mon, 25 Aug 2008, Anthony Campbell wrote:

 On 25 Aug 2008, Jeremy C. Reed wrote:
  On Mon, 25 Aug 2008, Anthony Campbell wrote:
  
   I'm using the default book category.
   
   The chapter headings come out on the left-hand (even number) page. This
   doesn't seem to be usual in any of the books I look at. Is there a way
   to make it appear on every page, or alternatively on the right-hand
   (odd number) page?
  
  I use fancy headers and I have:
  
  % I want chapter on right odd pages to right side
  % and book title on left even pages to left side
  \fancyhead{}% delete the default header
  \fancyhead[LE]{I put title here}
  \fancyhead[RO]{\leftmark}
 
 This doesn't seem to work for me - perhaps I'm misssing something. Do
 you put it at the beginning of Chapter 1?
 
 This does work:
 
 \pagestyle{myheadings} 
 \markboth{Book title}{chapter title}  
 
 But the code has to be inserted for each chapter and and the correct
 chapter title inserted, so it's only semi-automated.


I have it only once -- in my preamble. I am using scrbook and fancy 
paperpagestyle.


Re: Position of chapter heading - left or right page?

2008-08-26 Thread Jeremy C. Reed
On Mon, 25 Aug 2008, Anthony Campbell wrote:

 On 25 Aug 2008, Jeremy C. Reed wrote:
  On Mon, 25 Aug 2008, Anthony Campbell wrote:
  
   I'm using the default book category.
   
   The chapter headings come out on the left-hand (even number) page. This
   doesn't seem to be usual in any of the books I look at. Is there a way
   to make it appear on every page, or alternatively on the right-hand
   (odd number) page?
  
  I use fancy headers and I have:
  
  % I want chapter on right odd pages to right side
  % and book title on left even pages to left side
  \fancyhead{}% delete the default header
  \fancyhead[LE]{I put title here}
  \fancyhead[RO]{\leftmark}
 
 This doesn't seem to work for me - perhaps I'm misssing something. Do
 you put it at the beginning of Chapter 1?
 
 This does work:
 
 \pagestyle{myheadings} 
 \markboth{Book title}{chapter title}  
 
 But the code has to be inserted for each chapter and and the correct
 chapter title inserted, so it's only semi-automated.


I have it only once -- in my preamble. I am using scrbook and fancy 
paperpagestyle.


Re: Position of chapter heading - left or right page?

2008-08-26 Thread Jeremy C. Reed
On Mon, 25 Aug 2008, Anthony Campbell wrote:

> On 25 Aug 2008, Jeremy C. Reed wrote:
> > On Mon, 25 Aug 2008, Anthony Campbell wrote:
> > 
> > > I'm using the default book category.
> > > 
> > > The chapter headings come out on the left-hand (even number) page. This
> > > doesn't seem to be usual in any of the books I look at. Is there a way
> > > to make it appear on every page, or alternatively on the right-hand
> > > (odd number) page?
> > 
> > I use fancy headers and I have:
> > 
> > % I want chapter on right odd pages to right side
> > % and book title on left even pages to left side
> > \fancyhead{}% delete the default header
> > \fancyhead[LE]{I put title here}
> > \fancyhead[RO]{\leftmark}
> 
> This doesn't seem to work for me - perhaps I'm misssing something. Do
> you put it at the beginning of Chapter 1?
> 
> This does work:
> 
> \pagestyle{myheadings} 
> \markboth{Book title}{chapter title}  
> 
> But the code has to be inserted for each chapter and and the correct
> chapter title inserted, so it's only semi-automated.


I have it only once -- in my preamble. I am using scrbook and "fancy" 
paperpagestyle.


Position of chapter heading - left or right page?

2008-08-25 Thread Anthony Campbell
I'm using the default book category.

The chapter headings come out on the left-hand (even number) page. This
doesn't seem to be usual in any of the books I look at. Is there a way
to make it appear on every page, or alternatively on the right-hand
(odd number) page?

Anthony

-- 
Anthony Campbell - [EMAIL PROTECTED] 
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews, 
and sceptical articles)



Re: Position of chapter heading - left or right page?

2008-08-25 Thread rgheck

Anthony Campbell wrote:

I'm using the default book category.

The chapter headings come out on the left-hand (even number) page. This
doesn't seem to be usual in any of the books I look at. 

  
It's common in lots of books to open chapters on ODD pages. That's how 
it's supposed to work.



Is there a way
to make it appear on every page, or alternatively on the right-hand
(odd number) page?

  
Put the option openany into DocumentSettingsDocument ClassOptions 
for the former.


rh



Re: Position of chapter heading - left or right page?

2008-08-25 Thread Anthony Campbell
On 25 Aug 2008, rgheck wrote:
 Anthony Campbell wrote:
 I'm using the default book category.

 The chapter headings come out on the left-hand (even number) page. This
 doesn't seem to be usual in any of the books I look at. 

   
 It's common in lots of books to open chapters on ODD pages. That's how  
 it's supposed to work.

 Is there a way
 to make it appear on every page, or alternatively on the right-hand
 (odd number) page?

   
 Put the option openany into DocumentSettingsDocument ClassOptions  
 for the former.

 rh

Sorry; I wasn't clear. I was referring to the repeater chapter headings
that are at the top of ALL the left-hand pages. 

Anthony


-- 
Anthony Campbell - [EMAIL PROTECTED] 
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews, 
and sceptical articles)



Re: Position of chapter heading - left or right page?

2008-08-25 Thread Jeremy C. Reed
On Mon, 25 Aug 2008, Anthony Campbell wrote:

 I'm using the default book category.
 
 The chapter headings come out on the left-hand (even number) page. This
 doesn't seem to be usual in any of the books I look at. Is there a way
 to make it appear on every page, or alternatively on the right-hand
 (odd number) page?

I use fancy headers and I have:

% I want chapter on right odd pages to right side
% and book title on left even pages to left side
\fancyhead{}% delete the default header
\fancyhead[LE]{I put title here}
\fancyhead[RO]{\leftmark}



Re: Position of chapter heading - left or right page?

2008-08-25 Thread Anthony Campbell
On 25 Aug 2008, Jeremy C. Reed wrote:
 On Mon, 25 Aug 2008, Anthony Campbell wrote:
 
  I'm using the default book category.
  
  The chapter headings come out on the left-hand (even number) page. This
  doesn't seem to be usual in any of the books I look at. Is there a way
  to make it appear on every page, or alternatively on the right-hand
  (odd number) page?
 
 I use fancy headers and I have:
 
 % I want chapter on right odd pages to right side
 % and book title on left even pages to left side
 \fancyhead{}% delete the default header
 \fancyhead[LE]{I put title here}
 \fancyhead[RO]{\leftmark}

This doesn't seem to work for me - perhaps I'm misssing something. Do
you put it at the beginning of Chapter 1?

This does work:

\pagestyle{myheadings} 
\markboth{Book title}{chapter title}  

But the code has to be inserted for each chapter and and the correct
chapter title inserted, so it's only semi-automated.


Anthony




-- 
Anthony Campbell - [EMAIL PROTECTED] 
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews, 
and sceptical articles)



Position of chapter heading - left or right page?

2008-08-25 Thread Anthony Campbell
I'm using the default book category.

The chapter headings come out on the left-hand (even number) page. This
doesn't seem to be usual in any of the books I look at. Is there a way
to make it appear on every page, or alternatively on the right-hand
(odd number) page?

Anthony

-- 
Anthony Campbell - [EMAIL PROTECTED] 
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews, 
and sceptical articles)



Re: Position of chapter heading - left or right page?

2008-08-25 Thread rgheck

Anthony Campbell wrote:

I'm using the default book category.

The chapter headings come out on the left-hand (even number) page. This
doesn't seem to be usual in any of the books I look at. 

  
It's common in lots of books to open chapters on ODD pages. That's how 
it's supposed to work.



Is there a way
to make it appear on every page, or alternatively on the right-hand
(odd number) page?

  
Put the option openany into DocumentSettingsDocument ClassOptions 
for the former.


rh



Re: Position of chapter heading - left or right page?

2008-08-25 Thread Anthony Campbell
On 25 Aug 2008, rgheck wrote:
 Anthony Campbell wrote:
 I'm using the default book category.

 The chapter headings come out on the left-hand (even number) page. This
 doesn't seem to be usual in any of the books I look at. 

   
 It's common in lots of books to open chapters on ODD pages. That's how  
 it's supposed to work.

 Is there a way
 to make it appear on every page, or alternatively on the right-hand
 (odd number) page?

   
 Put the option openany into DocumentSettingsDocument ClassOptions  
 for the former.

 rh

Sorry; I wasn't clear. I was referring to the repeater chapter headings
that are at the top of ALL the left-hand pages. 

Anthony


-- 
Anthony Campbell - [EMAIL PROTECTED] 
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews, 
and sceptical articles)



Re: Position of chapter heading - left or right page?

2008-08-25 Thread Jeremy C. Reed
On Mon, 25 Aug 2008, Anthony Campbell wrote:

 I'm using the default book category.
 
 The chapter headings come out on the left-hand (even number) page. This
 doesn't seem to be usual in any of the books I look at. Is there a way
 to make it appear on every page, or alternatively on the right-hand
 (odd number) page?

I use fancy headers and I have:

% I want chapter on right odd pages to right side
% and book title on left even pages to left side
\fancyhead{}% delete the default header
\fancyhead[LE]{I put title here}
\fancyhead[RO]{\leftmark}



Re: Position of chapter heading - left or right page?

2008-08-25 Thread Anthony Campbell
On 25 Aug 2008, Jeremy C. Reed wrote:
 On Mon, 25 Aug 2008, Anthony Campbell wrote:
 
  I'm using the default book category.
  
  The chapter headings come out on the left-hand (even number) page. This
  doesn't seem to be usual in any of the books I look at. Is there a way
  to make it appear on every page, or alternatively on the right-hand
  (odd number) page?
 
 I use fancy headers and I have:
 
 % I want chapter on right odd pages to right side
 % and book title on left even pages to left side
 \fancyhead{}% delete the default header
 \fancyhead[LE]{I put title here}
 \fancyhead[RO]{\leftmark}

This doesn't seem to work for me - perhaps I'm misssing something. Do
you put it at the beginning of Chapter 1?

This does work:

\pagestyle{myheadings} 
\markboth{Book title}{chapter title}  

But the code has to be inserted for each chapter and and the correct
chapter title inserted, so it's only semi-automated.


Anthony




-- 
Anthony Campbell - [EMAIL PROTECTED] 
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews, 
and sceptical articles)



Position of chapter heading - left or right page?

2008-08-25 Thread Anthony Campbell
I'm using the default book category.

The chapter headings come out on the left-hand (even number) page. This
doesn't seem to be usual in any of the books I look at. Is there a way
to make it appear on every page, or alternatively on the right-hand
(odd number) page?

Anthony

-- 
Anthony Campbell - [EMAIL PROTECTED] 
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews, 
and sceptical articles)



Re: Position of chapter heading - left or right page?

2008-08-25 Thread rgheck

Anthony Campbell wrote:

I'm using the default book category.

The chapter headings come out on the left-hand (even number) page. This
doesn't seem to be usual in any of the books I look at. 

  
It's common in lots of books to open chapters on ODD pages. That's how 
it's supposed to work.



Is there a way
to make it appear on every page, or alternatively on the right-hand
(odd number) page?

  
Put the option "openany" into Document>Settings>Document Class>Options 
for the former.


rh



Re: Position of chapter heading - left or right page?

2008-08-25 Thread Anthony Campbell
On 25 Aug 2008, rgheck wrote:
> Anthony Campbell wrote:
>> I'm using the default book category.
>>
>> The chapter headings come out on the left-hand (even number) page. This
>> doesn't seem to be usual in any of the books I look at. 
>>
>>   
> It's common in lots of books to open chapters on ODD pages. That's how  
> it's supposed to work.
>
>> Is there a way
>> to make it appear on every page, or alternatively on the right-hand
>> (odd number) page?
>>
>>   
> Put the option "openany" into Document>Settings>Document Class>Options  
> for the former.
>
> rh

Sorry; I wasn't clear. I was referring to the repeater chapter headings
that are at the top of ALL the left-hand pages. 

Anthony


-- 
Anthony Campbell - [EMAIL PROTECTED] 
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews, 
and sceptical articles)



Re: Position of chapter heading - left or right page?

2008-08-25 Thread Jeremy C. Reed
On Mon, 25 Aug 2008, Anthony Campbell wrote:

> I'm using the default book category.
> 
> The chapter headings come out on the left-hand (even number) page. This
> doesn't seem to be usual in any of the books I look at. Is there a way
> to make it appear on every page, or alternatively on the right-hand
> (odd number) page?

I use fancy headers and I have:

% I want chapter on right odd pages to right side
% and book title on left even pages to left side
\fancyhead{}% delete the default header
\fancyhead[LE]{I put title here}
\fancyhead[RO]{\leftmark}



Re: Position of chapter heading - left or right page?

2008-08-25 Thread Anthony Campbell
On 25 Aug 2008, Jeremy C. Reed wrote:
> On Mon, 25 Aug 2008, Anthony Campbell wrote:
> 
> > I'm using the default book category.
> > 
> > The chapter headings come out on the left-hand (even number) page. This
> > doesn't seem to be usual in any of the books I look at. Is there a way
> > to make it appear on every page, or alternatively on the right-hand
> > (odd number) page?
> 
> I use fancy headers and I have:
> 
> % I want chapter on right odd pages to right side
> % and book title on left even pages to left side
> \fancyhead{}% delete the default header
> \fancyhead[LE]{I put title here}
> \fancyhead[RO]{\leftmark}

This doesn't seem to work for me - perhaps I'm misssing something. Do
you put it at the beginning of Chapter 1?

This does work:

\pagestyle{myheadings} 
\markboth{Book title}{chapter title}  

But the code has to be inserted for each chapter and and the correct
chapter title inserted, so it's only semi-automated.


Anthony




-- 
Anthony Campbell - [EMAIL PROTECTED] 
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews, 
and sceptical articles)