Re: Page numbers not showing in place

2021-11-30 Thread Steve Litt
Melvin Bolton said on Tue, 30 Nov 2021 10:00:54 +1000


>My problem is that the pagestyle settings that should place page
>numbers in the footer, are showing them in the output only on the
>first page of each chapter, which the User Guide says is treated by
>Lyx as a special environment.

Hi Melvin,

I might have given you wrong info on my last response when I said your
\fancy was working as designed. It turns out that *my* \fancy used the
techniques, that I suggested for you, to strongarm page numbers to the
top on non-chapter pages.

If you haven't already solved this, I'd suggest you do a few
experiments with page margins and foot-sep to make sure your page
numbers aren't printing below the document.

SteveT

Steve Litt 
Spring 2021 featured book: Troubleshooting Techniques of the Successful
Technologist http://www.troubleshooters.com/techniques
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Page numbers not showing in place

2021-11-30 Thread Steve Litt
Melvin Bolton said on Tue, 30 Nov 2021 10:00:54 +1000

>I have in the past completed a lengthy book, using Lyx,  without
>needing to trouble anybody for help,  but I'm now baffled by what
>should be a simple, basic task and I have no idea what to try next.
>
>My problem is that the pagestyle settings that should place page
>numbers in the footer, are showing them in the output only on the
>first page of each chapter, which the User Guide says is treated by
>Lyx as a special environment.
>I began with KOMA-Script ( scrbook) with pagestyle set to 'plain' as
>I'd done previously. This places page numbers in the outer end of the
>footer as I prefer them. When I found them only appearing on the first
>page of each chapter I searched online and tried pasting a few
>commands in the preamble but nothing helped and mostly I got
>compilation errors. I've cleared the preamble.
>
>I tried Lyx Standard Class (Book) with pagestyle set to 'plain', which 
>centred the page numbers as it should, but still only on first pages
>of chapters. Neither was there any improvement after I tried pagestyle
>set to 'fancy' and tried to customize that. It's as though chapter
>footers are not accessible, except for first page.

Hmm, on my book fancy produces the page number in the footer of new
chapter pages, and the header on all other pages. So at least for
Standard Class (Book), it's behaving as designed.

Sometimes changing Document Class isn't enough, or is a bad move[1].
Sometimes you need to use a layout file to develop your own Document
Class, based on an existing one (I always base mine on LyX Standard
Class (Book) because less unpleasant surprises).

I wrote an article about making your headers and footers do *whatever*
you want. If you want page numbers at the bottom, you can do so with
your layout file. Here's the article:

http://troubleshooters.com/lpm/200210/200210.htm#_HeadersandFooters

Before going to all that trouble, make sure there's not a CTAN package
(not a document class, just a package) you can download to put the page
numbers on the bottom without further side effects. There are three
times more CTAN packages than stars in the universe, so it's likely
such a thing exists, *if* you can find it. But if you can't find it,
don't despair; you can always strongarm it as shown in the preceding
link.


>In my document, immediately before the first chapter, I have the 
>following ERT:  \mainmatter\pagestyle{plain} \setcounter{page}{1}

Anything's possible, but that shouldn't matter.

>
>The frontmatter is fine because I have don't want page numbers there
>and have pagestyle set to 'empty.' That, at least, has worked; there
>were Roman numerals there to begin with.

You might or might not need to tweak your layout file to *prevent* the
page numbers from printing at the bottom of your \frontmatter pages
after making the changes.

[1] Much too often, people recommend changing your document class to
achieve one feature. Invariably, that new class lacks some needed
features of the first one. I'm not sure if it's Koma or Memoir, but
one of them clashes with \hyperref, requiring all sorts of hoop
jumping. In my opinion, the document class should be chosen based
on the overall look you want to achieve, and then tweak the rest of
the features you absolutely need "your way". Also, if you intend to
write multiple books, I'd suggest choosing one and becoming an
expert at it.


SteveT

Steve Litt 
Spring 2021 featured book: Troubleshooting Techniques of the Successful
Technologist http://www.troubleshooters.com/techniques
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Page numbers not showing in place

2021-11-30 Thread Jürgen Spitzmüller
Am Dienstag, dem 30.11.2021 um 10:51 +0100 schrieb Daniel:
> Try removing the centering from the ERT with
> 
> \mainmatter\pagestyle{plain} \setcounter{page}{1}
> 
> That seems to mess things up, probably because pagestyle is then in
> an environment?!?

What was meant was probably \thispagestyle{plain} (which removes
pagination only for the current page) rather than \pagestyle{plain}
(which removes pagination on all following pages until further notice).

Jürgen



signature.asc
Description: This is a digitally signed message part
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Page numbers not showing in place

2021-11-30 Thread Paul A. Rubin

On 11/30/21 4:51 AM, Daniel wrote:

On 30/11/2021 08:08, Melvin Bolton wrote:

Hello Paul

Thank you for your response. I've cut the Lyx document down to the 
few first pages, and am also attaching the pdf output from it. You 
will see one entry in the preamble that reverses the odd/even pages. 
Without this, the right side (recto) pages show the left page 
margins, but the numbering problem remains, with or without that 
entry in the preamble.


Melvin

On 30/11/2021 10:44, Paul A. Rubin wrote:

On 11/29/21 7:00 PM, Melvin Bolton wrote:
I have in the past completed a lengthy book, using Lyx,  without 
needing to trouble anybody for help, but I'm now baffled by what 
should be a simple, basic task and I have no idea what to try next.


My problem is that the pagestyle settings that should place page 
numbers in the footer, are showing them in the output only on the 
first page of each chapter, which the User Guide says is treated by 
Lyx as a special environment.
I began with KOMA-Script ( scrbook) with pagestyle set to 'plain' 
as I'd done previously. This places page numbers in the outer end 
of the footer as I prefer them. When I found them only appearing on 
the first page of each chapter I searched online and tried pasting 
a few commands in the preamble but nothing helped and mostly I got 
compilation errors. I've cleared the preamble.


I tried Lyx Standard Class (Book) with pagestyle set to 'plain', 
which centred the page numbers as it should, but still only on 
first pages of chapters. Neither was there any improvement after I 
tried pagestyle set to 'fancy' and tried to customize that. It's as 
though chapter footers are not accessible, except for first page.


In my document, immediately before the first chapter, I have the 
following ERT:  \mainmatter\pagestyle{plain} \setcounter{page}{1}


The frontmatter is fine because I have don't want page numbers 
there and have pagestyle set to 'empty.' That, at least, has 
worked; there were Roman numerals there to begin with.
Finally, I did a reinstallation of Lyx (ver. 2.3.6.1) in case of 
corruption, (apparently not) and I'm now out of ideas.


I shall be truly grateful for any help, but I will need precise 
instruction if I am to paste commands correctly into the preamble. 
I really am an old novice.


Thank you


Hi Melvin,

Try removing the centering from the ERT with

\mainmatter\pagestyle{plain} \setcounter{page}{1}

That seems to mess things up, probably because pagestyle is then in an 
environment?!? (Also, I think you can skip \setcounter{page}{1} 
because \mainmatter should take care of that and you can switch back 
to the KOMA-script book class.)


Best,
Daniel


Confirmed. Good catch!

Paul

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Page numbers not showing in place

2021-11-30 Thread Daniel

On 30/11/2021 08:08, Melvin Bolton wrote:

Hello Paul

Thank you for your response. I've cut the Lyx document down to the few 
first pages, and am also attaching the pdf output from it. You will see 
one entry in the preamble that reverses the odd/even pages. Without 
this, the right side (recto) pages show the left page margins, but the 
numbering problem remains, with or without that entry in the preamble.


Melvin

On 30/11/2021 10:44, Paul A. Rubin wrote:

On 11/29/21 7:00 PM, Melvin Bolton wrote:
I have in the past completed a lengthy book, using Lyx,  without 
needing to trouble anybody for help, but I'm now baffled by what 
should be a simple, basic task and I have no idea what to try next.


My problem is that the pagestyle settings that should place page 
numbers in the footer, are showing them in the output only on the 
first page of each chapter, which the User Guide says is treated by 
Lyx as a special environment.
I began with KOMA-Script ( scrbook) with pagestyle set to 'plain' as 
I'd done previously. This places page numbers in the outer end of the 
footer as I prefer them. When I found them only appearing on the 
first page of each chapter I searched online and tried pasting a few 
commands in the preamble but nothing helped and mostly I got 
compilation errors. I've cleared the preamble.


I tried Lyx Standard Class (Book) with pagestyle set to 'plain', 
which centred the page numbers as it should, but still only on first 
pages of chapters. Neither was there any improvement after I tried 
pagestyle set to 'fancy' and tried to customize that. It's as though 
chapter footers are not accessible, except for first page.


In my document, immediately before the first chapter, I have the 
following ERT:  \mainmatter\pagestyle{plain} \setcounter{page}{1}


The frontmatter is fine because I have don't want page numbers there 
and have pagestyle set to 'empty.' That, at least, has worked; there 
were Roman numerals there to begin with.
Finally, I did a reinstallation of Lyx (ver. 2.3.6.1) in case of 
corruption, (apparently not) and I'm now out of ideas.


I shall be truly grateful for any help, but I will need precise 
instruction if I am to paste commands correctly into the preamble. I 
really am an old novice.


Thank you


Hi Melvin,

Try removing the centering from the ERT with

\mainmatter\pagestyle{plain} \setcounter{page}{1}

That seems to mess things up, probably because pagestyle is then in an 
environment?!? (Also, I think you can skip \setcounter{page}{1} because 
\mainmatter should take care of that and you can switch back to the 
KOMA-script book class.)


Best,
Daniel

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Page numbers not showing in place

2021-11-29 Thread Paul A. Rubin

On 11/29/21 7:00 PM, Melvin Bolton wrote:
I have in the past completed a lengthy book, using Lyx,  without 
needing to trouble anybody for help,  but I'm now baffled by what 
should be a simple, basic task and I have no idea what to try next.


My problem is that the pagestyle settings that should place page 
numbers in the footer, are showing them in the output only on the 
first page of each chapter, which the User Guide says is treated by 
Lyx as a special environment.
I began with KOMA-Script ( scrbook) with pagestyle set to 'plain' as 
I'd done previously. This places page numbers in the outer end of the 
footer as I prefer them. When I found them only appearing on the first 
page of each chapter I searched online and tried pasting a few 
commands in the preamble but nothing helped and mostly I got 
compilation errors. I've cleared the preamble.


I tried Lyx Standard Class (Book) with pagestyle set to 'plain', which 
centred the page numbers as it should, but still only on first pages 
of chapters. Neither was there any improvement after I tried pagestyle 
set to 'fancy' and tried to customize that. It's as though chapter 
footers are not accessible, except for first page.


In my document, immediately before the first chapter, I have the 
following ERT:  \mainmatter\pagestyle{plain} \setcounter{page}{1}


The frontmatter is fine because I have don't want page numbers there 
and have pagestyle set to 'empty.' That, at least, has worked; there 
were Roman numerals there to begin with.
Finally, I did a reinstallation of Lyx (ver. 2.3.6.1) in case of 
corruption, (apparently not) and I'm now out of ideas.


I shall be truly grateful for any help, but I will need precise 
instruction if I am to paste commands correctly into the preamble. I 
really am an old novice.


Thank you

Melvin

I think we will need a minimal example (MWE) of this to diagnose. The 
LyX file should be self-contained if possible, so you try cutting out 
illustrations and other external matter. If the contents is not for our 
eyes, feel free to substitute "blah blah blah" or whatever, so long as 
when you compile the MWE the page numbers remain buggered.


Paul

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Page numbers override in citations

2016-10-11 Thread Helge Hafting



Den 09. okt. 2016 19:00, skrev N. Andrew Walsh:

Hi List,

I have numerous bibliography entries of articles that are given in the 
bibliography with their respective page ranges. However, I want to 
have some citations give the specific page on which the cited material 
appears. Is there a way to do this?


Currently, I'm using the "Text after" field in the citation dialog to 
add a page number, but this results in the output document simple 
showing that text in brackets before the unprocessed bibtex key.


What I would prefer is if the citations would either give the page 
ranges of the entry for the first entry, or, if a number[-range] is 
given in the "Text after" field, to use that instead.


Or is there a better way to control this behavior and get the output I 
want?


There is the option of having several bibliography entries for the same 
article; all citing with different pages or page ranges. Unless someone 
else has a better solution.


Helge Hafting


Re: Page numbers override in citations

2016-10-10 Thread Michael Berger


On 10/09/2016 09:00 PM, N. Andrew Walsh wrote:

Hi List,

I have numerous bibliography entries of articles that are given in the 
bibliography with their respective page ranges. However, I want to 
have some citations give the specific page on which the cited material 
appears. Is there a way to do this?


Currently, I'm using the "Text after" field in the citation dialog to 
add a page number, but this results in the output document simple 
showing that text in brackets before the unprocessed bibtex key.


What I would prefer is if the citations would either give the page 
ranges of the entry for the first entry, or, if a number[-range] is 
given in the "Text after" field, to use that instead.


Or is there a better way to control this behavior and get the output I 
want?


Cheers,

Andrew


Hi Andrew,
are you using Kbibtex, the bibtex editor for KDE (or another respective 
program)?


Michael



Re: Page numbers override in citations

2016-10-09 Thread N. Andrew Walsh
Hi John,

thanks for your reply. I'm using biblatex-chicago, which prints the full
citation in the first instance, and then an abbreviated one on subsequent
instances. Problem is, some citations' entries have page ranges in them
already; what I want to do is add a single page number in the "Text after"
field (or by some other means, such as using Lyx code), and have this
override the page(s) given in the citation entry.

In there a way to do this? Failing that, there's something weird about how
Lyx is handling material in the "Text after" field for citation entries
which already specify a page range in the bibtex entry, in that it only
outputs something like '[35]bibtexkey' in the pdf output.

Thanks for the help.

Cheers,

A

On Sun, Oct 9, 2016 at 10:21 PM, John Kane  wrote:

> What bibliographic style are you using.  I use apacite (Natbib: Author
> Year) and it seems to do exactly what you want if I understand correctly.
>
> Are you using a numered style perhaps/
>
> On 9 October 2016 at 15:00, N. Andrew Walsh 
> wrote:
>
>> Hi List,
>>
>> I have numerous bibliography entries of articles that are given in the
>> bibliography with their respective page ranges. However, I want to have
>> some citations give the specific page on which the cited material appears.
>> Is there a way to do this?
>>
>> Currently, I'm using the "Text after" field in the citation dialog to add
>> a page number, but this results in the output document simple showing that
>> text in brackets before the unprocessed bibtex key.
>>
>> What I would prefer is if the citations would either give the page ranges
>> of the entry for the first entry, or, if a number[-range] is given in the
>> "Text after" field, to use that instead.
>>
>> Or is there a better way to control this behavior and get the output I
>> want?
>>
>> Cheers,
>>
>> Andrew
>>
>
>
>
> --
> John Kane
> Kingston ON Canada
>


Re: Page numbers use fonts of surrounding environments

2013-09-12 Thread Richard Heck

On 09/12/2013 04:52 AM, Itai Shaked wrote:

Hello,
I'm having a problem, which I'm not sure is due to LyX, but I would 
appreciate it if any one here could help me.


When writing a document in LyX and using XeTeX and polyglossia I have 
noticed some of the page numbers were in different font than others. 
Upon further investigation I have found out that whenever an 
environment (e.g. Theorem, Lemma, etc.) spans a page break, the page 
number within would use the font used in that environment (so - the 
specific number would be italic, like a text of a Theorem environment).


This only happens when using non-English language.

Would this be a bug in LyX or polyglossia?
How would you go further investigating or repairing it?


That is very strange. It is definitely not a LyX bug.

I guess the thing to do is to redefine how the page number is being 
printed. What page style are you using? Did you do anything with the 
fancy headers business?


Richard



Re: Page numbers use fonts of surrounding environments

2013-09-12 Thread Itai Shaked
I haven't changed anything in fancy headers.

It happens with plain, fancy and headings page styles (though with
headings it is the page number on the top of the page that is changed,
i.e. - not within the environment itself).

How do I redefine the way page numbers are printed?


On Thu, Sep 12, 2013 at 4:11 PM, Richard Heck rgh...@lyx.org wrote:

 On 09/12/2013 04:52 AM, Itai Shaked wrote:

 Hello,
 I'm having a problem, which I'm not sure is due to LyX, but I would
 appreciate it if any one here could help me.

 When writing a document in LyX and using XeTeX and polyglossia I have
 noticed some of the page numbers were in different font than others. Upon
 further investigation I have found out that whenever an environment (e.g.
 Theorem, Lemma, etc.) spans a page break, the page number within would use
 the font used in that environment (so - the specific number would be
 italic, like a text of a Theorem environment).

 This only happens when using non-English language.

 Would this be a bug in LyX or polyglossia?
 How would you go further investigating or repairing it?


 That is very strange. It is definitely not a LyX bug.

 I guess the thing to do is to redefine how the page number is being
 printed. What page style are you using? Did you do anything with the fancy
 headers business?

 Richard




Re: Page numbers use fonts of surrounding environments

2013-09-12 Thread Richard Heck

On 09/12/2013 09:16 AM, Itai Shaked wrote:

I haven't changed anything in fancy headers.

It happens with plain, fancy and headings page styles (though 
with headings it is the page number on the top of the page that is 
changed, i.e. - not within the environment itself).


How do I redefine the way page numbers are printed?


Use the fancy header package. There's info about how to do it in the LyX 
docs, or you can find the fancy header manual online. Something like:

\fancyfoot[C]{\normalfont{\thepage}}
should come close to what you want.

If you didn't want to use that, in principle, you could redefine the 
page style, or define your own page style. Which document class?


Richard




On Thu, Sep 12, 2013 at 4:11 PM, Richard Heck rgh...@lyx.org 
mailto:rgh...@lyx.org wrote:


On 09/12/2013 04:52 AM, Itai Shaked wrote:

Hello,
I'm having a problem, which I'm not sure is due to LyX, but I
would appreciate it if any one here could help me.

When writing a document in LyX and using XeTeX and polyglossia
I have noticed some of the page numbers were in different font
than others. Upon further investigation I have found out that
whenever an environment (e.g. Theorem, Lemma, etc.) spans a
page break, the page number within would use the font used in
that environment (so - the specific number would be italic,
like a text of a Theorem environment).

This only happens when using non-English language.

Would this be a bug in LyX or polyglossia?
How would you go further investigating or repairing it?


That is very strange. It is definitely not a LyX bug.

I guess the thing to do is to redefine how the page number is
being printed. What page style are you using? Did you do anything
with the fancy headers business?

Richard






Re: Page numbers use fonts of surrounding environments

2013-09-12 Thread Itai Shaked
It happens in book and article document classes.

I've tried \normalfont, but it stayed the same. What did help was 
 \fancyfoot[C]{\textup{\thepage}}.
I guess polyglossia somehow disables some of the text style commands, or
replaces them with others?


On Thu, Sep 12, 2013 at 4:34 PM, Richard Heck rgh...@lyx.org wrote:

  On 09/12/2013 09:16 AM, Itai Shaked wrote:

 I haven't changed anything in fancy headers.

  It happens with plain, fancy and headings page styles (though with
 headings it is the page number on the top of the page that is changed,
 i.e. - not within the environment itself).

  How do I redefine the way page numbers are printed?


 Use the fancy header package. There's info about how to do it in the LyX
 docs, or you can find the fancy header manual online. Something like:
 \fancyfoot[C]{\normalfont{\thepage}}
 should come close to what you want.

 If you didn't want to use that, in principle, you could redefine the page
 style, or define your own page style. Which document class?

 Richard




 On Thu, Sep 12, 2013 at 4:11 PM, Richard Heck rgh...@lyx.org wrote:

  On 09/12/2013 04:52 AM, Itai Shaked wrote:

 Hello,
 I'm having a problem, which I'm not sure is due to LyX, but I would
 appreciate it if any one here could help me.

 When writing a document in LyX and using XeTeX and polyglossia I have
 noticed some of the page numbers were in different font than others. Upon
 further investigation I have found out that whenever an environment (e.g.
 Theorem, Lemma, etc.) spans a page break, the page number within would use
 the font used in that environment (so - the specific number would be
 italic, like a text of a Theorem environment).

 This only happens when using non-English language.

 Would this be a bug in LyX or polyglossia?
 How would you go further investigating or repairing it?


  That is very strange. It is definitely not a LyX bug.

 I guess the thing to do is to redefine how the page number is being
 printed. What page style are you using? Did you do anything with the fancy
 headers business?

 Richard






Re: Page numbers use fonts of surrounding environments

2013-09-12 Thread Steve Litt
On Thu, 12 Sep 2013 11:52:59 +0300
Itai Shaked itai.sha...@mail.huji.ac.il wrote:

 Hello,
 I'm having a problem, which I'm not sure is due to LyX, but I would
 appreciate it if any one here could help me.
 
 When writing a document in LyX and using XeTeX and polyglossia I have
 noticed some of the page numbers were in different font than others.
 Upon further investigation I have found out that whenever an
 environment (e.g. Theorem, Lemma, etc.) spans a page break, the page
 number within would use the font used in that environment (so - the
 specific number would be italic, like a text of a Theorem
 environment).
 
 This only happens when using non-English language.
 
 Would this be a bug in LyX or polyglossia?
 How would you go further investigating or repairing it?

If I were having this problem, my first step would be to back up the
LyX file for safe keeping, and troubleshoot on copies. My second step
would be to remove all but the first five pages, and see if the problem
persists.

Then I'd remove polyglossia and see if the problem persists. If not,
report it to Polyglossia at
http://github.com/reutenauer/polyglossia/issues

Just keep experimenting til you find the root cause, and then use
search engines to see if others have solved that problem. But right now
you don't know if the problem is in LyX, Polyglossia, your TeX/LaTeX
setup, your LyX to PDF conversion, or even your PDF reader. You can
quickly narrow it down.

And remember, when dealing with LyX, never underestimate the power of
the Minimal Example That Reproduces The Problem.

HTH,

SteveT

Steve Litt*  http://www.troubleshooters.com/
Troubleshooting Training  *  Human Performance


Re: Page numbers use fonts of surrounding environments

2013-09-12 Thread Richard Heck

On 09/12/2013 04:52 AM, Itai Shaked wrote:

Hello,
I'm having a problem, which I'm not sure is due to LyX, but I would 
appreciate it if any one here could help me.


When writing a document in LyX and using XeTeX and polyglossia I have 
noticed some of the page numbers were in different font than others. 
Upon further investigation I have found out that whenever an 
environment (e.g. Theorem, Lemma, etc.) spans a page break, the page 
number within would use the font used in that environment (so - the 
specific number would be italic, like a text of a Theorem environment).


This only happens when using non-English language.

Would this be a bug in LyX or polyglossia?
How would you go further investigating or repairing it?


That is very strange. It is definitely not a LyX bug.

I guess the thing to do is to redefine how the page number is being 
printed. What page style are you using? Did you do anything with the 
fancy headers business?


Richard



Re: Page numbers use fonts of surrounding environments

2013-09-12 Thread Itai Shaked
I haven't changed anything in fancy headers.

It happens with plain, fancy and headings page styles (though with
headings it is the page number on the top of the page that is changed,
i.e. - not within the environment itself).

How do I redefine the way page numbers are printed?


On Thu, Sep 12, 2013 at 4:11 PM, Richard Heck rgh...@lyx.org wrote:

 On 09/12/2013 04:52 AM, Itai Shaked wrote:

 Hello,
 I'm having a problem, which I'm not sure is due to LyX, but I would
 appreciate it if any one here could help me.

 When writing a document in LyX and using XeTeX and polyglossia I have
 noticed some of the page numbers were in different font than others. Upon
 further investigation I have found out that whenever an environment (e.g.
 Theorem, Lemma, etc.) spans a page break, the page number within would use
 the font used in that environment (so - the specific number would be
 italic, like a text of a Theorem environment).

 This only happens when using non-English language.

 Would this be a bug in LyX or polyglossia?
 How would you go further investigating or repairing it?


 That is very strange. It is definitely not a LyX bug.

 I guess the thing to do is to redefine how the page number is being
 printed. What page style are you using? Did you do anything with the fancy
 headers business?

 Richard




Re: Page numbers use fonts of surrounding environments

2013-09-12 Thread Richard Heck

On 09/12/2013 09:16 AM, Itai Shaked wrote:

I haven't changed anything in fancy headers.

It happens with plain, fancy and headings page styles (though 
with headings it is the page number on the top of the page that is 
changed, i.e. - not within the environment itself).


How do I redefine the way page numbers are printed?


Use the fancy header package. There's info about how to do it in the LyX 
docs, or you can find the fancy header manual online. Something like:

\fancyfoot[C]{\normalfont{\thepage}}
should come close to what you want.

If you didn't want to use that, in principle, you could redefine the 
page style, or define your own page style. Which document class?


Richard




On Thu, Sep 12, 2013 at 4:11 PM, Richard Heck rgh...@lyx.org 
mailto:rgh...@lyx.org wrote:


On 09/12/2013 04:52 AM, Itai Shaked wrote:

Hello,
I'm having a problem, which I'm not sure is due to LyX, but I
would appreciate it if any one here could help me.

When writing a document in LyX and using XeTeX and polyglossia
I have noticed some of the page numbers were in different font
than others. Upon further investigation I have found out that
whenever an environment (e.g. Theorem, Lemma, etc.) spans a
page break, the page number within would use the font used in
that environment (so - the specific number would be italic,
like a text of a Theorem environment).

This only happens when using non-English language.

Would this be a bug in LyX or polyglossia?
How would you go further investigating or repairing it?


That is very strange. It is definitely not a LyX bug.

I guess the thing to do is to redefine how the page number is
being printed. What page style are you using? Did you do anything
with the fancy headers business?

Richard






Re: Page numbers use fonts of surrounding environments

2013-09-12 Thread Itai Shaked
It happens in book and article document classes.

I've tried \normalfont, but it stayed the same. What did help was 
 \fancyfoot[C]{\textup{\thepage}}.
I guess polyglossia somehow disables some of the text style commands, or
replaces them with others?


On Thu, Sep 12, 2013 at 4:34 PM, Richard Heck rgh...@lyx.org wrote:

  On 09/12/2013 09:16 AM, Itai Shaked wrote:

 I haven't changed anything in fancy headers.

  It happens with plain, fancy and headings page styles (though with
 headings it is the page number on the top of the page that is changed,
 i.e. - not within the environment itself).

  How do I redefine the way page numbers are printed?


 Use the fancy header package. There's info about how to do it in the LyX
 docs, or you can find the fancy header manual online. Something like:
 \fancyfoot[C]{\normalfont{\thepage}}
 should come close to what you want.

 If you didn't want to use that, in principle, you could redefine the page
 style, or define your own page style. Which document class?

 Richard




 On Thu, Sep 12, 2013 at 4:11 PM, Richard Heck rgh...@lyx.org wrote:

  On 09/12/2013 04:52 AM, Itai Shaked wrote:

 Hello,
 I'm having a problem, which I'm not sure is due to LyX, but I would
 appreciate it if any one here could help me.

 When writing a document in LyX and using XeTeX and polyglossia I have
 noticed some of the page numbers were in different font than others. Upon
 further investigation I have found out that whenever an environment (e.g.
 Theorem, Lemma, etc.) spans a page break, the page number within would use
 the font used in that environment (so - the specific number would be
 italic, like a text of a Theorem environment).

 This only happens when using non-English language.

 Would this be a bug in LyX or polyglossia?
 How would you go further investigating or repairing it?


  That is very strange. It is definitely not a LyX bug.

 I guess the thing to do is to redefine how the page number is being
 printed. What page style are you using? Did you do anything with the fancy
 headers business?

 Richard






Re: Page numbers use fonts of surrounding environments

2013-09-12 Thread Steve Litt
On Thu, 12 Sep 2013 11:52:59 +0300
Itai Shaked itai.sha...@mail.huji.ac.il wrote:

 Hello,
 I'm having a problem, which I'm not sure is due to LyX, but I would
 appreciate it if any one here could help me.
 
 When writing a document in LyX and using XeTeX and polyglossia I have
 noticed some of the page numbers were in different font than others.
 Upon further investigation I have found out that whenever an
 environment (e.g. Theorem, Lemma, etc.) spans a page break, the page
 number within would use the font used in that environment (so - the
 specific number would be italic, like a text of a Theorem
 environment).
 
 This only happens when using non-English language.
 
 Would this be a bug in LyX or polyglossia?
 How would you go further investigating or repairing it?

If I were having this problem, my first step would be to back up the
LyX file for safe keeping, and troubleshoot on copies. My second step
would be to remove all but the first five pages, and see if the problem
persists.

Then I'd remove polyglossia and see if the problem persists. If not,
report it to Polyglossia at
http://github.com/reutenauer/polyglossia/issues

Just keep experimenting til you find the root cause, and then use
search engines to see if others have solved that problem. But right now
you don't know if the problem is in LyX, Polyglossia, your TeX/LaTeX
setup, your LyX to PDF conversion, or even your PDF reader. You can
quickly narrow it down.

And remember, when dealing with LyX, never underestimate the power of
the Minimal Example That Reproduces The Problem.

HTH,

SteveT

Steve Litt*  http://www.troubleshooters.com/
Troubleshooting Training  *  Human Performance


Re: Page numbers use fonts of surrounding environments

2013-09-12 Thread Richard Heck

On 09/12/2013 04:52 AM, Itai Shaked wrote:

Hello,
I'm having a problem, which I'm not sure is due to LyX, but I would 
appreciate it if any one here could help me.


When writing a document in LyX and using XeTeX and polyglossia I have 
noticed some of the page numbers were in different font than others. 
Upon further investigation I have found out that whenever an 
environment (e.g. Theorem, Lemma, etc.) spans a page break, the page 
number within would use the font used in that environment (so - the 
specific number would be italic, like a text of a Theorem environment).


This only happens when using non-English language.

Would this be a bug in LyX or polyglossia?
How would you go further investigating or repairing it?


That is very strange. It is definitely not a LyX bug.

I guess the thing to do is to redefine how the page number is being 
printed. What page style are you using? Did you do anything with the 
fancy headers business?


Richard



Re: Page numbers use fonts of surrounding environments

2013-09-12 Thread Itai Shaked
I haven't changed anything in fancy headers.

It happens with "plain", "fancy" and "headings" page styles (though with
"headings" it is the page number on the top of the page that is changed,
i.e. - not within the environment itself).

How do I redefine the way page numbers are printed?


On Thu, Sep 12, 2013 at 4:11 PM, Richard Heck  wrote:

> On 09/12/2013 04:52 AM, Itai Shaked wrote:
>
>> Hello,
>> I'm having a problem, which I'm not sure is due to LyX, but I would
>> appreciate it if any one here could help me.
>>
>> When writing a document in LyX and using XeTeX and polyglossia I have
>> noticed some of the page numbers were in different font than others. Upon
>> further investigation I have found out that whenever an environment (e.g.
>> Theorem, Lemma, etc.) spans a page break, the page number within would use
>> the font used in that environment (so - the specific number would be
>> italic, like a text of a Theorem environment).
>>
>> This only happens when using non-English language.
>>
>> Would this be a bug in LyX or polyglossia?
>> How would you go further investigating or repairing it?
>>
>
> That is very strange. It is definitely not a LyX bug.
>
> I guess the thing to do is to redefine how the page number is being
> printed. What page style are you using? Did you do anything with the fancy
> headers business?
>
> Richard
>
>


Re: Page numbers use fonts of surrounding environments

2013-09-12 Thread Richard Heck

On 09/12/2013 09:16 AM, Itai Shaked wrote:

I haven't changed anything in fancy headers.

It happens with "plain", "fancy" and "headings" page styles (though 
with "headings" it is the page number on the top of the page that is 
changed, i.e. - not within the environment itself).


How do I redefine the way page numbers are printed?


Use the fancy header package. There's info about how to do it in the LyX 
docs, or you can find the fancy header manual online. Something like:

\fancyfoot[C]{\normalfont{\thepage}}
should come close to what you want.

If you didn't want to use that, in principle, you could redefine the 
page style, or define your own page style. Which document class?


Richard




On Thu, Sep 12, 2013 at 4:11 PM, Richard Heck > wrote:


On 09/12/2013 04:52 AM, Itai Shaked wrote:

Hello,
I'm having a problem, which I'm not sure is due to LyX, but I
would appreciate it if any one here could help me.

When writing a document in LyX and using XeTeX and polyglossia
I have noticed some of the page numbers were in different font
than others. Upon further investigation I have found out that
whenever an environment (e.g. Theorem, Lemma, etc.) spans a
page break, the page number within would use the font used in
that environment (so - the specific number would be italic,
like a text of a Theorem environment).

This only happens when using non-English language.

Would this be a bug in LyX or polyglossia?
How would you go further investigating or repairing it?


That is very strange. It is definitely not a LyX bug.

I guess the thing to do is to redefine how the page number is
being printed. What page style are you using? Did you do anything
with the fancy headers business?

Richard






Re: Page numbers use fonts of surrounding environments

2013-09-12 Thread Itai Shaked
It happens in book and article document classes.

I've tried \normalfont, but it stayed the same. What did help was "
 \fancyfoot[C]{\textup{\thepage}}".
I guess polyglossia somehow disables some of the text style commands, or
replaces them with others?


On Thu, Sep 12, 2013 at 4:34 PM, Richard Heck  wrote:

>  On 09/12/2013 09:16 AM, Itai Shaked wrote:
>
> I haven't changed anything in fancy headers.
>
>  It happens with "plain", "fancy" and "headings" page styles (though with
> "headings" it is the page number on the top of the page that is changed,
> i.e. - not within the environment itself).
>
>  How do I redefine the way page numbers are printed?
>
>
> Use the fancy header package. There's info about how to do it in the LyX
> docs, or you can find the fancy header manual online. Something like:
> \fancyfoot[C]{\normalfont{\thepage}}
> should come close to what you want.
>
> If you didn't want to use that, in principle, you could redefine the page
> style, or define your own page style. Which document class?
>
> Richard
>
>
>
>
> On Thu, Sep 12, 2013 at 4:11 PM, Richard Heck  wrote:
>
>>  On 09/12/2013 04:52 AM, Itai Shaked wrote:
>>
>>> Hello,
>>> I'm having a problem, which I'm not sure is due to LyX, but I would
>>> appreciate it if any one here could help me.
>>>
>>> When writing a document in LyX and using XeTeX and polyglossia I have
>>> noticed some of the page numbers were in different font than others. Upon
>>> further investigation I have found out that whenever an environment (e.g.
>>> Theorem, Lemma, etc.) spans a page break, the page number within would use
>>> the font used in that environment (so - the specific number would be
>>> italic, like a text of a Theorem environment).
>>>
>>> This only happens when using non-English language.
>>>
>>> Would this be a bug in LyX or polyglossia?
>>> How would you go further investigating or repairing it?
>>>
>>
>>  That is very strange. It is definitely not a LyX bug.
>>
>> I guess the thing to do is to redefine how the page number is being
>> printed. What page style are you using? Did you do anything with the fancy
>> headers business?
>>
>> Richard
>>
>>
>
>


Re: Page numbers use fonts of surrounding environments

2013-09-12 Thread Steve Litt
On Thu, 12 Sep 2013 11:52:59 +0300
Itai Shaked  wrote:

> Hello,
> I'm having a problem, which I'm not sure is due to LyX, but I would
> appreciate it if any one here could help me.
> 
> When writing a document in LyX and using XeTeX and polyglossia I have
> noticed some of the page numbers were in different font than others.
> Upon further investigation I have found out that whenever an
> environment (e.g. Theorem, Lemma, etc.) spans a page break, the page
> number within would use the font used in that environment (so - the
> specific number would be italic, like a text of a Theorem
> environment).
> 
> This only happens when using non-English language.
> 
> Would this be a bug in LyX or polyglossia?
> How would you go further investigating or repairing it?

If I were having this problem, my first step would be to back up the
LyX file for safe keeping, and troubleshoot on copies. My second step
would be to remove all but the first five pages, and see if the problem
persists.

Then I'd remove polyglossia and see if the problem persists. If not,
report it to Polyglossia at
http://github.com/reutenauer/polyglossia/issues

Just keep experimenting til you find the root cause, and then use
search engines to see if others have solved that problem. But right now
you don't know if the problem is in LyX, Polyglossia, your TeX/LaTeX
setup, your LyX to PDF conversion, or even your PDF reader. You can
quickly narrow it down.

And remember, when dealing with LyX, never underestimate the power of
the "Minimal Example That Reproduces The Problem".

HTH,

SteveT

Steve Litt*  http://www.troubleshooters.com/
Troubleshooting Training  *  Human Performance


Re: Page numbers for the bibliography in book(AMS) document class.

2012-03-02 Thread Richard Heck

On 03/01/2012 03:56 AM, UD wrote:
On the first page of the chapter the command: 
\thispagestyle{myheadings} puts the page number in the upper right 
corner, but at the beginning of the bibliography that command does 
nothing


It probably comes too early or too late. If you put it before the 
bibliography command, it is on the previous page. If after it, it's 
probably on a later page.


I think you probably have to modify the chapter* environment to get this 
to work. This is what I find in amsbook.cls:


\def\chapter{%
  \if@openright\cleardoublepage\else\clearpage\fi
  \thispagestyle{plain}\global\@topnum\z@
  \@afterindenttrue \secdef\@chapter\@schapter}

So I'd try:

\def\chapter{%
  \if@openright\cleardoublepage\else\clearpage\fi
  \thispagestyle{myheadings}\global\@topnum\z@
  \@afterindenttrue \secdef\@chapter\@schapter}

in the preamble. This will take care of all the chapter pages at once.

If you only want to modify the bibliography page, then the easiest way 
is probably to modify the declaration of the thebibliography environment.


Richard



Re: Page numbers for the bibliography in book(AMS) document class.

2012-03-02 Thread UD
Thanks SO MUCH, Richard-- your little tweak of the chapter* environment 
did the trick!

Yours,
Ehud Kaplan

On 03/02/2012 12:35 PM, Richard Heck wrote:

On 03/01/2012 03:56 AM, UD wrote:
On the first page of the chapter the command: 
\thispagestyle{myheadings} puts the page number in the upper right 
corner, but at the beginning of the bibliography that command does 
nothing


It probably comes too early or too late. If you put it before the 
bibliography command, it is on the previous page. If after it, it's 
probably on a later page.


I think you probably have to modify the chapter* environment to get 
this to work. This is what I find in amsbook.cls:


\def\chapter{%
  \if@openright\cleardoublepage\else\clearpage\fi
  \thispagestyle{plain}\global\@topnum\z@
  \@afterindenttrue \secdef\@chapter\@schapter}

So I'd try:

\def\chapter{%
  \if@openright\cleardoublepage\else\clearpage\fi
  \thispagestyle{myheadings}\global\@topnum\z@
  \@afterindenttrue \secdef\@chapter\@schapter}

in the preamble. This will take care of all the chapter pages at once.

If you only want to modify the bibliography page, then the easiest way 
is probably to modify the declaration of the thebibliography environment.


Richard



-


Re: Page numbers for the bibliography in book(AMS) document class.

2012-03-02 Thread Richard Heck

On 03/01/2012 03:56 AM, UD wrote:
On the first page of the chapter the command: 
\thispagestyle{myheadings} puts the page number in the upper right 
corner, but at the beginning of the bibliography that command does 
nothing


It probably comes too early or too late. If you put it before the 
bibliography command, it is on the previous page. If after it, it's 
probably on a later page.


I think you probably have to modify the chapter* environment to get this 
to work. This is what I find in amsbook.cls:


\def\chapter{%
  \if@openright\cleardoublepage\else\clearpage\fi
  \thispagestyle{plain}\global\@topnum\z@
  \@afterindenttrue \secdef\@chapter\@schapter}

So I'd try:

\def\chapter{%
  \if@openright\cleardoublepage\else\clearpage\fi
  \thispagestyle{myheadings}\global\@topnum\z@
  \@afterindenttrue \secdef\@chapter\@schapter}

in the preamble. This will take care of all the chapter pages at once.

If you only want to modify the bibliography page, then the easiest way 
is probably to modify the declaration of the thebibliography environment.


Richard



Re: Page numbers for the bibliography in book(AMS) document class.

2012-03-02 Thread UD
Thanks SO MUCH, Richard-- your little tweak of the chapter* environment 
did the trick!

Yours,
Ehud Kaplan

On 03/02/2012 12:35 PM, Richard Heck wrote:

On 03/01/2012 03:56 AM, UD wrote:
On the first page of the chapter the command: 
\thispagestyle{myheadings} puts the page number in the upper right 
corner, but at the beginning of the bibliography that command does 
nothing


It probably comes too early or too late. If you put it before the 
bibliography command, it is on the previous page. If after it, it's 
probably on a later page.


I think you probably have to modify the chapter* environment to get 
this to work. This is what I find in amsbook.cls:


\def\chapter{%
  \if@openright\cleardoublepage\else\clearpage\fi
  \thispagestyle{plain}\global\@topnum\z@
  \@afterindenttrue \secdef\@chapter\@schapter}

So I'd try:

\def\chapter{%
  \if@openright\cleardoublepage\else\clearpage\fi
  \thispagestyle{myheadings}\global\@topnum\z@
  \@afterindenttrue \secdef\@chapter\@schapter}

in the preamble. This will take care of all the chapter pages at once.

If you only want to modify the bibliography page, then the easiest way 
is probably to modify the declaration of the thebibliography environment.


Richard



-


Re: Page numbers for the bibliography in book(AMS) document class.

2012-03-02 Thread Richard Heck

On 03/01/2012 03:56 AM, UD wrote:
On the first page of the chapter the command: 
\thispagestyle{myheadings} puts the page number in the upper right 
corner, but at the beginning of the bibliography that command does 
nothing


It probably comes too early or too late. If you put it before the 
bibliography command, it is on the previous page. If after it, it's 
probably on a later page.


I think you probably have to modify the chapter* environment to get this 
to work. This is what I find in amsbook.cls:


\def\chapter{%
  \if@openright\cleardoublepage\else\clearpage\fi
  \thispagestyle{plain}\global\@topnum\z@
  \@afterindenttrue \secdef\@chapter\@schapter}

So I'd try:

\def\chapter{%
  \if@openright\cleardoublepage\else\clearpage\fi
  \thispagestyle{myheadings}\global\@topnum\z@
  \@afterindenttrue \secdef\@chapter\@schapter}

in the preamble. This will take care of all the chapter pages at once.

If you only want to modify the bibliography page, then the easiest way 
is probably to modify the declaration of the thebibliography environment.


Richard



Re: Page numbers for the bibliography in book(AMS) document class.

2012-03-02 Thread UD
Thanks SO MUCH, Richard-- your little tweak of the chapter* environment 
did the trick!

Yours,
Ehud Kaplan

On 03/02/2012 12:35 PM, Richard Heck wrote:

On 03/01/2012 03:56 AM, UD wrote:
On the first page of the chapter the command: 
\thispagestyle{myheadings} puts the page number in the upper right 
corner, but at the beginning of the bibliography that command does 
nothing


It probably comes too early or too late. If you put it before the 
bibliography command, it is on the previous page. If after it, it's 
probably on a later page.


I think you probably have to modify the chapter* environment to get 
this to work. This is what I find in amsbook.cls:


\def\chapter{%
  \if@openright\cleardoublepage\else\clearpage\fi
  \thispagestyle{plain}\global\@topnum\z@
  \@afterindenttrue \secdef\@chapter\@schapter}

So I'd try:

\def\chapter{%
  \if@openright\cleardoublepage\else\clearpage\fi
  \thispagestyle{myheadings}\global\@topnum\z@
  \@afterindenttrue \secdef\@chapter\@schapter}

in the preamble. This will take care of all the chapter pages at once.

If you only want to modify the bibliography page, then the easiest way 
is probably to modify the declaration of the thebibliography environment.


Richard



-


Re: Page numbers for the bibliography in book(AMS) document class.

2012-03-01 Thread UD
On the first page of the chapter the command: \thispagestyle{myheadings} 
puts the page number in the upper right corner, but at the beginning of 
the bibliography that command does nothing


On 02/29/2012 01:41 PM, Richard Heck wrote:

On 02/28/2012 05:18 PM, UD wrote:
Here is a short example.  Subsequent pages of the bibliography have 
their page number in the upper right corner-- only the first page has 
it at the bottom.


Do chapters in AMS books generally put the page number at the bottom 
on the first page of the chapter? It is common to use a different page 
style for the first page of a chapter, and the bibliography is 
generated, I will guess, as a \chapter*. (That's what most books do.)


Richard



--
Ehud Kaplan, Ph.D.
Jules and Doris Stein /Research to Prevent Blindness/ Professor
*Director*, The laboratory of Visual  Computational Neuroscience
*Director*, Center for Excellence in Computational  Systems Neuroscience
/Friedman Brain Institute/
Departments of Neuroscience, Ophthalmology, Structural  Chemical Biology,
The Mount Sinai School of Medicine
One Gustave Levy Place,
NY, NY, 10029


Re: Page numbers for the bibliography in book(AMS) document class.

2012-03-01 Thread UD
On the first page of the chapter the command: \thispagestyle{myheadings} 
puts the page number in the upper right corner, but at the beginning of 
the bibliography that command does nothing


On 02/29/2012 01:41 PM, Richard Heck wrote:

On 02/28/2012 05:18 PM, UD wrote:
Here is a short example.  Subsequent pages of the bibliography have 
their page number in the upper right corner-- only the first page has 
it at the bottom.


Do chapters in AMS books generally put the page number at the bottom 
on the first page of the chapter? It is common to use a different page 
style for the first page of a chapter, and the bibliography is 
generated, I will guess, as a \chapter*. (That's what most books do.)


Richard



--
Ehud Kaplan, Ph.D.
Jules and Doris Stein /Research to Prevent Blindness/ Professor
*Director*, The laboratory of Visual  Computational Neuroscience
*Director*, Center for Excellence in Computational  Systems Neuroscience
/Friedman Brain Institute/
Departments of Neuroscience, Ophthalmology, Structural  Chemical Biology,
The Mount Sinai School of Medicine
One Gustave Levy Place,
NY, NY, 10029


Re: Page numbers for the bibliography in book(AMS) document class.

2012-03-01 Thread UD
On the first page of the chapter the command: \thispagestyle{myheadings} 
puts the page number in the upper right corner, but at the beginning of 
the bibliography that command does nothing


On 02/29/2012 01:41 PM, Richard Heck wrote:

On 02/28/2012 05:18 PM, UD wrote:
Here is a short example.  Subsequent pages of the bibliography have 
their page number in the upper right corner-- only the first page has 
it at the bottom.


Do chapters in AMS books generally put the page number at the bottom 
on the first page of the chapter? It is common to use a different page 
style for the first page of a chapter, and the bibliography is 
generated, I will guess, as a \chapter*. (That's what most books do.)


Richard



--
Ehud Kaplan, Ph.D.
Jules and Doris Stein /Research to Prevent Blindness/ Professor
*Director*, The laboratory of Visual & Computational Neuroscience
*Director*, Center for Excellence in Computational & Systems Neuroscience
/Friedman Brain Institute/
Departments of Neuroscience, Ophthalmology, Structural & Chemical Biology,
The Mount Sinai School of Medicine
One Gustave Levy Place,
NY, NY, 10029


Re: Page numbers for the bibliography in book(AMS) document class.

2012-02-29 Thread Richard Heck

On 02/28/2012 05:18 PM, UD wrote:
Here is a short example.  Subsequent pages of the bibliography have 
their page number in the upper right corner-- only the first page has 
it at the bottom.


Do chapters in AMS books generally put the page number at the bottom on 
the first page of the chapter? It is common to use a different page 
style for the first page of a chapter, and the bibliography is 
generated, I will guess, as a \chapter*. (That's what most books do.)


Richard



Re: Page numbers for the bibliography in book(AMS) document class.

2012-02-29 Thread Richard Heck

On 02/28/2012 05:18 PM, UD wrote:
Here is a short example.  Subsequent pages of the bibliography have 
their page number in the upper right corner-- only the first page has 
it at the bottom.


Do chapters in AMS books generally put the page number at the bottom on 
the first page of the chapter? It is common to use a different page 
style for the first page of a chapter, and the bibliography is 
generated, I will guess, as a \chapter*. (That's what most books do.)


Richard



Re: Page numbers for the bibliography in book(AMS) document class.

2012-02-29 Thread Richard Heck

On 02/28/2012 05:18 PM, UD wrote:
Here is a short example.  Subsequent pages of the bibliography have 
their page number in the upper right corner-- only the first page has 
it at the bottom.


Do chapters in AMS books generally put the page number at the bottom on 
the first page of the chapter? It is common to use a different page 
style for the first page of a chapter, and the bibliography is 
generated, I will guess, as a \chapter*. (That's what most books do.)


Richard



Re: Page numbers for the bibliography in book(AMS) document class.

2012-02-28 Thread Richard Heck

On 02/28/2012 02:30 PM, UD wrote:

I am using the book(AMS) document class to write a chapter for a book.
The first page of the Bibliography has its page number at
the bottom of the page, rather than in the upper right corner, where 
all the other pages have their numbers.

Using \thispagestyle{headings} did not fix it.


Can you post a small example file?

Richard



Re: Page numbers for the bibliography in book(AMS) document class.

2012-02-28 Thread Richard Heck

On 02/28/2012 02:30 PM, UD wrote:

I am using the book(AMS) document class to write a chapter for a book.
The first page of the Bibliography has its page number at
the bottom of the page, rather than in the upper right corner, where 
all the other pages have their numbers.

Using \thispagestyle{headings} did not fix it.


Can you post a small example file?

Richard



Re: Page numbers for the bibliography in book(AMS) document class.

2012-02-28 Thread Richard Heck

On 02/28/2012 02:30 PM, UD wrote:

I am using the book(AMS) document class to write a chapter for a book.
The first page of the Bibliography has its page number at
the bottom of the page, rather than in the upper right corner, where 
all the other pages have their numbers.

Using \thispagestyle{headings} did not fix it.


Can you post a small example file?

Richard



Re: page numbers

2010-07-25 Thread Uwe Stöhr

Am 25.07.2010 12:11, schrieb Chrissi Fleischmann:


The only problem I untill now couldn't solve is that I have to put the page
numbers at the top of the page instead of the very bottom where they are now.


You need to set the headings style fancy in the document settings under Page Layout. The content 
of the header and footer lines is then specified in the document preamble. See section 3.3 
Kunstvolle Kopf- und Fußzeilen of the German Extended manual as reference.


Attached is a LyX file showing how it works.

regards Uwe


newfile2.lyx
Description: application/lyx


Re: page numbers

2010-07-25 Thread Uwe Stöhr

Am 25.07.2010 12:11, schrieb Chrissi Fleischmann:


The only problem I untill now couldn't solve is that I have to put the page
numbers at the top of the page instead of the very bottom where they are now.


You need to set the headings style fancy in the document settings under Page Layout. The content 
of the header and footer lines is then specified in the document preamble. See section 3.3 
Kunstvolle Kopf- und Fußzeilen of the German Extended manual as reference.


Attached is a LyX file showing how it works.

regards Uwe


newfile2.lyx
Description: application/lyx


Re: page numbers

2010-07-25 Thread Uwe Stöhr

Am 25.07.2010 12:11, schrieb Chrissi Fleischmann:


The only problem I untill now couldn't solve is that I have to put the page
numbers at the top of the page instead of the very bottom where they are now.


You need to set the headings style "fancy" in the document settings under "Page Layout". The content 
of the header and footer lines is then specified in the document preamble. See section 3.3 
"Kunstvolle Kopf- und Fußzeilen" of the German Extended manual as reference.


Attached is a LyX file showing how it works.

regards Uwe


newfile2.lyx
Description: application/lyx


Re: Page numbers in abstract, section numbering, and TOC modification

2009-10-21 Thread rgheck

On 10/20/2009 07:22 PM, Pete Crite wrote:

On 20/10/2009, at 11:26 AM, rgheck wrote:


On 10/19/2009 01:10 AM, Pete Crite wrote:


1. How do I get the page numbers to continue in the abstract? The 
abstract is the third page in, and appears to reset the page count.


I don't know about this one. Presumably, your document class has 
\abstract reset the page numbers. So the solution is likely to look 
in report.cls, find the abstract command, copy it to your preamble, 
change newcommand to renewcommand, and delete whichever bit 
resets the page numbers.


Absolutely brilliant! Thank you so much for your help!
I'm not very familiar with LaTeX, so I'm probably doing it all wrong, 
but just to record what I did…


LaTeX has a really baroque syntax, but it isn't that terrible. I think 
what you did is fine.


rh



Re: Page numbers in abstract, section numbering, and TOC modification

2009-10-21 Thread rgheck

On 10/20/2009 07:22 PM, Pete Crite wrote:

On 20/10/2009, at 11:26 AM, rgheck wrote:


On 10/19/2009 01:10 AM, Pete Crite wrote:


1. How do I get the page numbers to continue in the abstract? The 
abstract is the third page in, and appears to reset the page count.


I don't know about this one. Presumably, your document class has 
\abstract reset the page numbers. So the solution is likely to look 
in report.cls, find the abstract command, copy it to your preamble, 
change newcommand to renewcommand, and delete whichever bit 
resets the page numbers.


Absolutely brilliant! Thank you so much for your help!
I'm not very familiar with LaTeX, so I'm probably doing it all wrong, 
but just to record what I did…


LaTeX has a really baroque syntax, but it isn't that terrible. I think 
what you did is fine.


rh



Re: Page numbers in abstract, section numbering, and TOC modification

2009-10-21 Thread rgheck

On 10/20/2009 07:22 PM, Pete Crite wrote:

On 20/10/2009, at 11:26 AM, rgheck wrote:


On 10/19/2009 01:10 AM, Pete Crite wrote:


1. How do I get the page numbers to continue in the abstract? The 
abstract is the third page in, and appears to reset the page count.


I don't know about this one. Presumably, your document class has 
\abstract reset the page numbers. So the solution is likely to look 
in report.cls, find the abstract command, copy it to your preamble, 
change "newcommand" to "renewcommand", and delete whichever bit 
resets the page numbers.


Absolutely brilliant! Thank you so much for your help!
I'm not very familiar with LaTeX, so I'm probably doing it all wrong, 
but just to record what I did…


LaTeX has a really baroque syntax, but it isn't that terrible. I think 
what you did is fine.


rh



Re: Page numbers in abstract, section numbering, and TOC modification

2009-10-20 Thread Pete Crite

On 20/10/2009, at 11:26 AM, rgheck wrote:


On 10/19/2009 01:10 AM, Pete Crite wrote:


1. How do I get the page numbers to continue in the abstract? The  
abstract is the third page in, and appears to reset the page count.


I don't know about this one. Presumably, your document class has  
\abstract reset the page numbers. So the solution is likely to look  
in report.cls, find the abstract command, copy it to your preamble,  
change newcommand to renewcommand, and delete whichever bit  
resets the page numbers.


Absolutely brilliant! Thank you so much for your help!
I'm not very familiar with LaTeX, so I'm probably doing it all wrong,  
but just to record what I did… The following lines found in /usr/local/ 
texlive/2008/texmf-dist/tex/latex/base/report.cls


\...@titlepage
  \newenvironment{abstract}{%
  \titlepage
  \null\vfil
  \...@beginparpenalty\@lowpenalty
  \begin{center}%
\bfseries \abstractname
\...@endparpenalty\@M
  \end{center}}%
 {\par\vfil\null\endtitlepage}
\else
  \newenvironment{abstract}{%
  \...@twocolumn
\section*{\abstractname}%
  \else
\small
\begin{center}%
  {\bfseries \abstractname\vspace{-.5em}\vspace...@}}%
\end{center}%
\quotation
  \fi}
  {...@twocolumn\else\endquotation\fi}
\fi

After some trial and error, I added the first part to the preamble,  
with \titlepage removed and newcommand replaced by renewcommand  
as suggested. This seems to work. Hence, in the preamble:


  \renewenvironment{abstract}{%
  \null\vfil
  \...@beginparpenalty\@lowpenalty
  \begin{center}%
\bfseries \abstractname
\...@endparpenalty\@M
  \end{center}}%
 {\par\vfil\null\endtitlepage}


2. I have two major Parts in my document. The first Part consists  
of sections (no chapters), with the second Part including  
chapters. I don't want chapters in the first section, for both  
inline effect (e.g. don't want new pages), and Table of Contents  
listing (i.e. don't want bold and no dots. What I _would_ like, if  
possible, if for the sections to be numbered similarly to  
chapters. i.e. 1 instead of 0.1, with the rest of its formatting  
remaining as a section. Is it possible to change the numbering of  
the sections (in the first Part only) without changing anything  
else?



Yes:
\let\oldthesection=\thesection
\renewcommand{\thesection}{\arabic{section}}
in ERT at the beginning of Part I. Then at Part II:
\renewcommand{\thesection}{\oldthesection}
again in ERT. I think.


This works perfectly!

3. In the second Part, I'd like the chapters in the TOC to be  
listed as Chapter 1. Foobar rather than 1 Foobar. i.e. I'd  
like it to be consistent with the inline chapter headings.


Look into the titlesec and titletoc packages. I think one of those  
will do what you want.


Again, I've probably done this totally wrong, but this works. Again,  
for future reference…


Firstly, in the preamble:

\usepackage[compact]{titlesec}
\newenvironment{notintoc}
{\addtocontents{toc}{\protect\setcounter{tocdepth}{-1}\ignorespaces}}
{\setcounter{secnumdepth}{2}%
\addtocontents{toc}{\protect\setcounter{tocdepth}{2}\ignorespaces}}

Then, just before the chapter begins, insert clear page, then ERT  
\addcontentsline{toc}{chapter}{Chapter 1: Yourtitle}, which adds the  
nicely formatted title to the TOC.
Then ERT \begin{notintoc}, and the write the chapter heading itself  
(e.g. Yourtitle). After the heading, ERT \end{notintoc}. This part  
suppresses sending of the title to the TOC.


From preliminary testing, this seems to work well, with my headers,  
etc. looking as expected. I don't really know exactly what the  
preamble settings do, but they seem okay. I find the titlesec  
documentation a little opaque.



Richard


Thanks again for your help!!

Re: Page numbers in abstract, section numbering, and TOC modification

2009-10-20 Thread Pete Crite

On 20/10/2009, at 11:26 AM, rgheck wrote:


On 10/19/2009 01:10 AM, Pete Crite wrote:


1. How do I get the page numbers to continue in the abstract? The  
abstract is the third page in, and appears to reset the page count.


I don't know about this one. Presumably, your document class has  
\abstract reset the page numbers. So the solution is likely to look  
in report.cls, find the abstract command, copy it to your preamble,  
change newcommand to renewcommand, and delete whichever bit  
resets the page numbers.


Absolutely brilliant! Thank you so much for your help!
I'm not very familiar with LaTeX, so I'm probably doing it all wrong,  
but just to record what I did… The following lines found in /usr/local/ 
texlive/2008/texmf-dist/tex/latex/base/report.cls


\...@titlepage
  \newenvironment{abstract}{%
  \titlepage
  \null\vfil
  \...@beginparpenalty\@lowpenalty
  \begin{center}%
\bfseries \abstractname
\...@endparpenalty\@M
  \end{center}}%
 {\par\vfil\null\endtitlepage}
\else
  \newenvironment{abstract}{%
  \...@twocolumn
\section*{\abstractname}%
  \else
\small
\begin{center}%
  {\bfseries \abstractname\vspace{-.5em}\vspace...@}}%
\end{center}%
\quotation
  \fi}
  {...@twocolumn\else\endquotation\fi}
\fi

After some trial and error, I added the first part to the preamble,  
with \titlepage removed and newcommand replaced by renewcommand  
as suggested. This seems to work. Hence, in the preamble:


  \renewenvironment{abstract}{%
  \null\vfil
  \...@beginparpenalty\@lowpenalty
  \begin{center}%
\bfseries \abstractname
\...@endparpenalty\@M
  \end{center}}%
 {\par\vfil\null\endtitlepage}


2. I have two major Parts in my document. The first Part consists  
of sections (no chapters), with the second Part including  
chapters. I don't want chapters in the first section, for both  
inline effect (e.g. don't want new pages), and Table of Contents  
listing (i.e. don't want bold and no dots. What I _would_ like, if  
possible, if for the sections to be numbered similarly to  
chapters. i.e. 1 instead of 0.1, with the rest of its formatting  
remaining as a section. Is it possible to change the numbering of  
the sections (in the first Part only) without changing anything  
else?



Yes:
\let\oldthesection=\thesection
\renewcommand{\thesection}{\arabic{section}}
in ERT at the beginning of Part I. Then at Part II:
\renewcommand{\thesection}{\oldthesection}
again in ERT. I think.


This works perfectly!

3. In the second Part, I'd like the chapters in the TOC to be  
listed as Chapter 1. Foobar rather than 1 Foobar. i.e. I'd  
like it to be consistent with the inline chapter headings.


Look into the titlesec and titletoc packages. I think one of those  
will do what you want.


Again, I've probably done this totally wrong, but this works. Again,  
for future reference…


Firstly, in the preamble:

\usepackage[compact]{titlesec}
\newenvironment{notintoc}
{\addtocontents{toc}{\protect\setcounter{tocdepth}{-1}\ignorespaces}}
{\setcounter{secnumdepth}{2}%
\addtocontents{toc}{\protect\setcounter{tocdepth}{2}\ignorespaces}}

Then, just before the chapter begins, insert clear page, then ERT  
\addcontentsline{toc}{chapter}{Chapter 1: Yourtitle}, which adds the  
nicely formatted title to the TOC.
Then ERT \begin{notintoc}, and the write the chapter heading itself  
(e.g. Yourtitle). After the heading, ERT \end{notintoc}. This part  
suppresses sending of the title to the TOC.


From preliminary testing, this seems to work well, with my headers,  
etc. looking as expected. I don't really know exactly what the  
preamble settings do, but they seem okay. I find the titlesec  
documentation a little opaque.



Richard


Thanks again for your help!!

Re: Page numbers in abstract, section numbering, and TOC modification

2009-10-20 Thread Pete Crite

On 20/10/2009, at 11:26 AM, rgheck wrote:


On 10/19/2009 01:10 AM, Pete Crite wrote:


1. How do I get the page numbers to continue in the abstract? The  
abstract is the third page in, and appears to reset the page count.


I don't know about this one. Presumably, your document class has  
\abstract reset the page numbers. So the solution is likely to look  
in report.cls, find the abstract command, copy it to your preamble,  
change "newcommand" to "renewcommand", and delete whichever bit  
resets the page numbers.


Absolutely brilliant! Thank you so much for your help!
I'm not very familiar with LaTeX, so I'm probably doing it all wrong,  
but just to record what I did… The following lines found in /usr/local/ 
texlive/2008/texmf-dist/tex/latex/base/report.cls


\...@titlepage
  \newenvironment{abstract}{%
  \titlepage
  \null\vfil
  \...@beginparpenalty\@lowpenalty
  \begin{center}%
\bfseries \abstractname
\...@endparpenalty\@M
  \end{center}}%
 {\par\vfil\null\endtitlepage}
\else
  \newenvironment{abstract}{%
  \...@twocolumn
\section*{\abstractname}%
  \else
\small
\begin{center}%
  {\bfseries \abstractname\vspace{-.5em}\vspace...@}}%
\end{center}%
\quotation
  \fi}
  {...@twocolumn\else\endquotation\fi}
\fi

After some trial and error, I added the first part to the preamble,  
with "\titlepage" removed and "newcommand" replaced by "renewcommand"  
as suggested. This seems to work. Hence, in the preamble:


  \renewenvironment{abstract}{%
  \null\vfil
  \...@beginparpenalty\@lowpenalty
  \begin{center}%
\bfseries \abstractname
\...@endparpenalty\@M
  \end{center}}%
 {\par\vfil\null\endtitlepage}


2. I have two major Parts in my document. The first Part consists  
of sections (no chapters), with the second Part including  
chapters. I don't want chapters in the first section, for both  
inline effect (e.g. don't want new pages), and Table of Contents  
listing (i.e. don't want bold and no dots. What I _would_ like, if  
possible, if for the sections to be numbered similarly to  
chapters. i.e. 1 instead of 0.1, with the rest of its formatting  
remaining as a section. Is it possible to change the numbering of  
the sections (in the first Part only) without changing anything  
else?



Yes:
\let\oldthesection=\thesection
\renewcommand{\thesection}{\arabic{section}}
in ERT at the beginning of Part I. Then at Part II:
\renewcommand{\thesection}{\oldthesection}
again in ERT. I think.


This works perfectly!

3. In the second Part, I'd like the chapters in the TOC to be  
listed as "Chapter 1. Foobar" rather than "1 Foobar". i.e. I'd  
like it to be consistent with the inline chapter headings.


Look into the titlesec and titletoc packages. I think one of those  
will do what you want.


Again, I've probably done this totally wrong, but this works. Again,  
for future reference…


Firstly, in the preamble:

\usepackage[compact]{titlesec}
\newenvironment{notintoc}
{\addtocontents{toc}{\protect\setcounter{tocdepth}{-1}\ignorespaces}}
{\setcounter{secnumdepth}{2}%
\addtocontents{toc}{\protect\setcounter{tocdepth}{2}\ignorespaces}}

Then, just before the chapter begins, insert "clear page", then ERT  
"\addcontentsline{toc}{chapter}{Chapter 1: Yourtitle}", which adds the  
nicely formatted title to the TOC.
Then ERT "\begin{notintoc}", and the write the chapter heading itself  
(e.g. "Yourtitle"). After the heading, ERT "\end{notintoc}". This part  
suppresses sending of the title to the TOC.


From preliminary testing, this seems to work well, with my headers,  
etc. looking as expected. I don't really know exactly what the  
preamble settings do, but they seem okay. I find the titlesec  
documentation a little opaque.



Richard


Thanks again for your help!!

Re: Page numbers in abstract, section numbering, and TOC modification

2009-10-19 Thread Wolfgang Engelmann
Am Monday 19 October 2009 07:10:52 schrieb Pete Crite:
 I hate to bump this, but my thesis is close to its due date, and I'm
 hoping to have these issues sorted so I can print it!

 Would anyone be able to help me at all?

 Thank you!
 Pete.

 On 13/10/2009, at 10:00 AM, Pete Crite wrote:
  Hi, I am attempting to write a thesis using LyX, and have a few
  questions. I have Googled extensively, but can't seem to find the
  answers. I am using the report class.
 
  1. How do I get the page numbers to continue in the abstract? The
  abstract is the third page in, and appears to reset the page count.

Could'nt you just abuse a chapter and write Abstract as the chapter heading?

Wolfgang


Re: Page numbers in abstract, section numbering, and TOC modification

2009-10-19 Thread Pete Crite

On 19/10/2009, at 7:40 PM, Wolfgang Engelmann wrote:


Am Monday 19 October 2009 07:10:52 schrieb Pete Crite:


On 13/10/2009, at 10:00 AM, Pete Crite wrote:

Hi, I am attempting to write a thesis using LyX, and have a few
questions. I have Googled extensively, but can't seem to find the
answers. I am using the report class.

1. How do I get the page numbers to continue in the abstract? The
abstract is the third page in, and appears to reset the page count.


Could'nt you just abuse a chapter and write Abstract as the chapter  
heading?


Wolfgang


Yeah, I've done that in the meantime. I did like the abstract  
formatting, though, and I just expected that there'd be a easy way to  
have page numbers in the abstract. I thought that would be a pretty  
common usage. Guess not.


Cheers,
Pete.


Re: Page numbers in abstract, section numbering, and TOC modification

2009-10-19 Thread rgheck

On 10/19/2009 01:10 AM, Pete Crite wrote:


1. How do I get the page numbers to continue in the abstract? The 
abstract is the third page in, and appears to reset the page count.


I don't know about this one. Presumably, your document class has 
\abstract reset the page numbers. So the solution is likely to look in 
report.cls, find the abstract command, copy it to your preamble, change 
newcommand to renewcommand, and delete whichever bit resets the page 
numbers.


2. I have two major Parts in my document. The first Part consists of 
sections (no chapters), with the second Part including chapters. I 
don't want chapters in the first section, for both inline effect 
(e.g. don't want new pages), and Table of Contents listing (i.e. 
don't want bold and no dots. What I _would_ like, if possible, if for 
the sections to be numbered similarly to chapters. i.e. 1 instead of 
0.1, with the rest of its formatting remaining as a section. Is it 
possible to change the numbering of the sections (in the first Part 
only) without changing anything else?



Yes:
\let\oldthesection=\thesection
\renewcommand{\thesection}{\arabic{section}}
in ERT at the beginning of Part I. Then at Part II:
\renewcommand{\thesection}{\oldthesection}
again in ERT. I think.

3. In the second Part, I'd like the chapters in the TOC to be listed 
as Chapter 1. Foobar rather than 1 Foobar. i.e. I'd like it to be 
consistent with the inline chapter headings.


Look into the titlesec and titletoc packages. I think one of those will 
do what you want.


Richard



Re: Page numbers in abstract, section numbering, and TOC modification

2009-10-19 Thread Wolfgang Engelmann
Am Monday 19 October 2009 07:10:52 schrieb Pete Crite:
 I hate to bump this, but my thesis is close to its due date, and I'm
 hoping to have these issues sorted so I can print it!

 Would anyone be able to help me at all?

 Thank you!
 Pete.

 On 13/10/2009, at 10:00 AM, Pete Crite wrote:
  Hi, I am attempting to write a thesis using LyX, and have a few
  questions. I have Googled extensively, but can't seem to find the
  answers. I am using the report class.
 
  1. How do I get the page numbers to continue in the abstract? The
  abstract is the third page in, and appears to reset the page count.

Could'nt you just abuse a chapter and write Abstract as the chapter heading?

Wolfgang


Re: Page numbers in abstract, section numbering, and TOC modification

2009-10-19 Thread Pete Crite

On 19/10/2009, at 7:40 PM, Wolfgang Engelmann wrote:


Am Monday 19 October 2009 07:10:52 schrieb Pete Crite:


On 13/10/2009, at 10:00 AM, Pete Crite wrote:

Hi, I am attempting to write a thesis using LyX, and have a few
questions. I have Googled extensively, but can't seem to find the
answers. I am using the report class.

1. How do I get the page numbers to continue in the abstract? The
abstract is the third page in, and appears to reset the page count.


Could'nt you just abuse a chapter and write Abstract as the chapter  
heading?


Wolfgang


Yeah, I've done that in the meantime. I did like the abstract  
formatting, though, and I just expected that there'd be a easy way to  
have page numbers in the abstract. I thought that would be a pretty  
common usage. Guess not.


Cheers,
Pete.


Re: Page numbers in abstract, section numbering, and TOC modification

2009-10-19 Thread rgheck

On 10/19/2009 01:10 AM, Pete Crite wrote:


1. How do I get the page numbers to continue in the abstract? The 
abstract is the third page in, and appears to reset the page count.


I don't know about this one. Presumably, your document class has 
\abstract reset the page numbers. So the solution is likely to look in 
report.cls, find the abstract command, copy it to your preamble, change 
newcommand to renewcommand, and delete whichever bit resets the page 
numbers.


2. I have two major Parts in my document. The first Part consists of 
sections (no chapters), with the second Part including chapters. I 
don't want chapters in the first section, for both inline effect 
(e.g. don't want new pages), and Table of Contents listing (i.e. 
don't want bold and no dots. What I _would_ like, if possible, if for 
the sections to be numbered similarly to chapters. i.e. 1 instead of 
0.1, with the rest of its formatting remaining as a section. Is it 
possible to change the numbering of the sections (in the first Part 
only) without changing anything else?



Yes:
\let\oldthesection=\thesection
\renewcommand{\thesection}{\arabic{section}}
in ERT at the beginning of Part I. Then at Part II:
\renewcommand{\thesection}{\oldthesection}
again in ERT. I think.

3. In the second Part, I'd like the chapters in the TOC to be listed 
as Chapter 1. Foobar rather than 1 Foobar. i.e. I'd like it to be 
consistent with the inline chapter headings.


Look into the titlesec and titletoc packages. I think one of those will 
do what you want.


Richard



Re: Page numbers in abstract, section numbering, and TOC modification

2009-10-19 Thread Wolfgang Engelmann
Am Monday 19 October 2009 07:10:52 schrieb Pete Crite:
> I hate to bump this, but my thesis is close to its due date, and I'm
> hoping to have these issues sorted so I can print it!
>
> Would anyone be able to help me at all?
>
> Thank you!
> Pete.
>
> On 13/10/2009, at 10:00 AM, Pete Crite wrote:
> > Hi, I am attempting to write a thesis using LyX, and have a few
> > questions. I have Googled extensively, but can't seem to find the
> > answers. I am using the report class.
> >
> > 1. How do I get the page numbers to continue in the abstract? The
> > abstract is the third page in, and appears to reset the page count.

Could'nt you just abuse a chapter and write Abstract as the chapter heading?

Wolfgang


Re: Page numbers in abstract, section numbering, and TOC modification

2009-10-19 Thread Pete Crite

On 19/10/2009, at 7:40 PM, Wolfgang Engelmann wrote:


Am Monday 19 October 2009 07:10:52 schrieb Pete Crite:


On 13/10/2009, at 10:00 AM, Pete Crite wrote:

Hi, I am attempting to write a thesis using LyX, and have a few
questions. I have Googled extensively, but can't seem to find the
answers. I am using the report class.

1. How do I get the page numbers to continue in the abstract? The
abstract is the third page in, and appears to reset the page count.


Could'nt you just abuse a chapter and write Abstract as the chapter  
heading?


Wolfgang


Yeah, I've done that in the meantime. I did like the abstract  
formatting, though, and I just expected that there'd be a easy way to  
have page numbers in the abstract. I thought that would be a pretty  
common usage. Guess not.


Cheers,
Pete.


Re: Page numbers in abstract, section numbering, and TOC modification

2009-10-19 Thread rgheck

On 10/19/2009 01:10 AM, Pete Crite wrote:


1. How do I get the page numbers to continue in the abstract? The 
abstract is the third page in, and appears to reset the page count.


I don't know about this one. Presumably, your document class has 
\abstract reset the page numbers. So the solution is likely to look in 
report.cls, find the abstract command, copy it to your preamble, change 
"newcommand" to "renewcommand", and delete whichever bit resets the page 
numbers.


2. I have two major Parts in my document. The first Part consists of 
sections (no chapters), with the second Part including chapters. I 
don't want chapters in the first section, for both inline effect 
(e.g. don't want new pages), and Table of Contents listing (i.e. 
don't want bold and no dots. What I _would_ like, if possible, if for 
the sections to be numbered similarly to chapters. i.e. 1 instead of 
0.1, with the rest of its formatting remaining as a section. Is it 
possible to change the numbering of the sections (in the first Part 
only) without changing anything else?



Yes:
\let\oldthesection=\thesection
\renewcommand{\thesection}{\arabic{section}}
in ERT at the beginning of Part I. Then at Part II:
\renewcommand{\thesection}{\oldthesection}
again in ERT. I think.

3. In the second Part, I'd like the chapters in the TOC to be listed 
as "Chapter 1. Foobar" rather than "1 Foobar". i.e. I'd like it to be 
consistent with the inline chapter headings.


Look into the titlesec and titletoc packages. I think one of those will 
do what you want.


Richard



Re: Page numbers in abstract, section numbering, and TOC modification

2009-10-18 Thread Pete Crite
I hate to bump this, but my thesis is close to its due date, and I'm  
hoping to have these issues sorted so I can print it!


Would anyone be able to help me at all?

Thank you!
Pete.


On 13/10/2009, at 10:00 AM, Pete Crite wrote:

Hi, I am attempting to write a thesis using LyX, and have a few  
questions. I have Googled extensively, but can't seem to find the  
answers. I am using the report class.


1. How do I get the page numbers to continue in the abstract? The  
abstract is the third page in, and appears to reset the page count.


2. I have two major Parts in my document. The first Part consists of  
sections (no chapters), with the second Part including chapters. I  
don't want chapters in the first section, for both inline effect  
(e.g. don't want new pages), and Table of Contents listing (i.e.  
don't want bold and no dots. What I _would_ like, if possible, if  
for the sections to be numbered similarly to chapters. i.e. 1  
instead of 0.1, with the rest of its formatting remaining as a  
section. Is it possible to change the numbering of the sections (in  
the first Part only) without changing anything else?


3. In the second Part, I'd like the chapters in the TOC to be listed  
as Chapter 1. Foobar rather than 1 Foobar. i.e. I'd like it to  
be consistent with the inline chapter headings.


Thanks in advance!
Pete.




Re: Page numbers in abstract, section numbering, and TOC modification

2009-10-18 Thread Pete Crite
I hate to bump this, but my thesis is close to its due date, and I'm  
hoping to have these issues sorted so I can print it!


Would anyone be able to help me at all?

Thank you!
Pete.


On 13/10/2009, at 10:00 AM, Pete Crite wrote:

Hi, I am attempting to write a thesis using LyX, and have a few  
questions. I have Googled extensively, but can't seem to find the  
answers. I am using the report class.


1. How do I get the page numbers to continue in the abstract? The  
abstract is the third page in, and appears to reset the page count.


2. I have two major Parts in my document. The first Part consists of  
sections (no chapters), with the second Part including chapters. I  
don't want chapters in the first section, for both inline effect  
(e.g. don't want new pages), and Table of Contents listing (i.e.  
don't want bold and no dots. What I _would_ like, if possible, if  
for the sections to be numbered similarly to chapters. i.e. 1  
instead of 0.1, with the rest of its formatting remaining as a  
section. Is it possible to change the numbering of the sections (in  
the first Part only) without changing anything else?


3. In the second Part, I'd like the chapters in the TOC to be listed  
as Chapter 1. Foobar rather than 1 Foobar. i.e. I'd like it to  
be consistent with the inline chapter headings.


Thanks in advance!
Pete.




Re: Page numbers in abstract, section numbering, and TOC modification

2009-10-18 Thread Pete Crite
I hate to bump this, but my thesis is close to its due date, and I'm  
hoping to have these issues sorted so I can print it!


Would anyone be able to help me at all?

Thank you!
Pete.


On 13/10/2009, at 10:00 AM, Pete Crite wrote:

Hi, I am attempting to write a thesis using LyX, and have a few  
questions. I have Googled extensively, but can't seem to find the  
answers. I am using the report class.


1. How do I get the page numbers to continue in the abstract? The  
abstract is the third page in, and appears to reset the page count.


2. I have two major Parts in my document. The first Part consists of  
sections (no chapters), with the second Part including chapters. I  
don't want chapters in the first section, for both inline effect  
(e.g. don't want new pages), and Table of Contents listing (i.e.  
don't want bold and no dots. What I _would_ like, if possible, if  
for the sections to be numbered similarly to chapters. i.e. 1  
instead of 0.1, with the rest of its formatting remaining as a  
section. Is it possible to change the numbering of the sections (in  
the first Part only) without changing anything else?


3. In the second Part, I'd like the chapters in the TOC to be listed  
as "Chapter 1. Foobar" rather than "1 Foobar". i.e. I'd like it to  
be consistent with the inline chapter headings.


Thanks in advance!
Pete.




Re: page numbers not bold in table of contents

2009-07-09 Thread Markus Büchele
Hi list,

there is no need for a reply any more. I solved the problem manually (i.e. 
Openoffice)

Markus


Am Wednesday 08 July 2009 15:37:53 schrieb Markus Büchele:
 Hi,

 I have been bothering you in the past weeks with tweeks and other stuff to
 get my PhD thesis right for my publisher. Thanks for your valuable help.

 Unfortunately my publisher wants one _last_ change (in her own words).

 In the table of contents (book class), chapters are printed in bold and
 subchapters in normal printing.

 I need just the headlines of chapters in bold print and the page numbers in
 normal print.

 Could you help me, please? Thanks in advance!

 Markus




Re: page numbers not bold in table of contents

2009-07-09 Thread Markus Büchele
Hi list,

there is no need for a reply any more. I solved the problem manually (i.e. 
Openoffice)

Markus


Am Wednesday 08 July 2009 15:37:53 schrieb Markus Büchele:
 Hi,

 I have been bothering you in the past weeks with tweeks and other stuff to
 get my PhD thesis right for my publisher. Thanks for your valuable help.

 Unfortunately my publisher wants one _last_ change (in her own words).

 In the table of contents (book class), chapters are printed in bold and
 subchapters in normal printing.

 I need just the headlines of chapters in bold print and the page numbers in
 normal print.

 Could you help me, please? Thanks in advance!

 Markus




Re: page numbers not bold in table of contents

2009-07-09 Thread Markus Büchele
Hi list,

there is no need for a reply any more. I solved the problem manually (i.e. 
Openoffice)

Markus


Am Wednesday 08 July 2009 15:37:53 schrieb Markus Büchele:
> Hi,
>
> I have been bothering you in the past weeks with tweeks and other stuff to
> get my PhD thesis right for my publisher. Thanks for your valuable help.
>
> Unfortunately my publisher wants one _last_ change (in her own words).
>
> In the table of contents (book class), chapters are printed in bold and
> subchapters in normal printing.
>
> I need just the headlines of chapters in bold print and the page numbers in
> normal print.
>
> Could you help me, please? Thanks in advance!
>
> Markus




Re: Page numbers and the book class

2009-04-17 Thread Yago

Do you know what's Google?.

http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/ltx-138.html
- Original Message - 
From: Hesham Kamel helta...@gmail.com

To: lyx-users@lists.lyx.org
Sent: Friday, April 17, 2009 10:08 PM
Subject: Page numbers and the book class



Hi,
Please, I am using the book more fonts class.
Everything is fine, except I am using the* \pagestyle{empty}*
to suppress printing the header.
However, this also causes printing the page number *ONLY* for the first 
page

on each chapter.
*Is there a way to print page numbers for all pages, and in the same time
suppressing the headers?*

Thank you,
H



__ Information from ESET NOD32 Antivirus, version of virus 
signature database 4014 (20090416) __


The message was checked by ESET NOD32 Antivirus.

http://www.eset.com






Re: Page numbers and the book class

2009-04-17 Thread Yago

Do you know what's Google?.

http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/ltx-138.html
- Original Message - 
From: Hesham Kamel helta...@gmail.com

To: lyx-users@lists.lyx.org
Sent: Friday, April 17, 2009 10:08 PM
Subject: Page numbers and the book class



Hi,
Please, I am using the book more fonts class.
Everything is fine, except I am using the* \pagestyle{empty}*
to suppress printing the header.
However, this also causes printing the page number *ONLY* for the first 
page

on each chapter.
*Is there a way to print page numbers for all pages, and in the same time
suppressing the headers?*

Thank you,
H



__ Information from ESET NOD32 Antivirus, version of virus 
signature database 4014 (20090416) __


The message was checked by ESET NOD32 Antivirus.

http://www.eset.com






Re: Page numbers and the book class

2009-04-17 Thread Yago

Do you know what's Google?.

http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/ltx-138.html
- Original Message - 
From: "Hesham Kamel" 

To: 
Sent: Friday, April 17, 2009 10:08 PM
Subject: Page numbers and the book class



Hi,
Please, I am using the book more fonts class.
Everything is fine, except I am using the* \pagestyle{empty}*
to suppress printing the header.
However, this also causes printing the page number *ONLY* for the first 
page

on each chapter.
*Is there a way to print page numbers for all pages, and in the same time
suppressing the headers?*

Thank you,
H



__ Information from ESET NOD32 Antivirus, version of virus 
signature database 4014 (20090416) __


The message was checked by ESET NOD32 Antivirus.

http://www.eset.com






Re: page numbers

2009-02-06 Thread Uwe Stöhr

 I'm using Lyx window ver 1.5.4. I have problem of how to modify page numbers.
 For example, I 'm writing thesis, I need to put page numbers with roman style
 (i,ii,ii etc) for abstract, acknowledgments etc before the chapters which
 starts with numbers (1, 2 3, etc).

Have a look here:
http://wiki.lyx.org/Examples/RomanPageNumbering

I'm trying to implement direct LyX support for \***matter in the next major LyX 
release.

p.s. For questions like yours we have the lyx-users mailing list. I'm therefore 
CC this there.

regards Uwe


Re: Page numbers in beamer presentation

2009-02-06 Thread Paul A. Rubin

Neal Becker wrote:

How do I get page numbers in my beamer presentation?  (lyx-1.6.1)



You mean frame numbers (what would be slide numbers in another package)? 
 Some outer themes automatically put them in a margin.  Otherwise, 
\theframenumber (in ERT) gives you the slide number.


HTH,
Paul



Re: page numbers

2009-02-06 Thread Uwe Stöhr

 I'm using Lyx window ver 1.5.4. I have problem of how to modify page numbers.
 For example, I 'm writing thesis, I need to put page numbers with roman style
 (i,ii,ii etc) for abstract, acknowledgments etc before the chapters which
 starts with numbers (1, 2 3, etc).

Have a look here:
http://wiki.lyx.org/Examples/RomanPageNumbering

I'm trying to implement direct LyX support for \***matter in the next major LyX 
release.

p.s. For questions like yours we have the lyx-users mailing list. I'm therefore 
CC this there.

regards Uwe


Re: Page numbers in beamer presentation

2009-02-06 Thread Paul A. Rubin

Neal Becker wrote:

How do I get page numbers in my beamer presentation?  (lyx-1.6.1)



You mean frame numbers (what would be slide numbers in another package)? 
 Some outer themes automatically put them in a margin.  Otherwise, 
\theframenumber (in ERT) gives you the slide number.


HTH,
Paul



Re: page numbers

2009-02-06 Thread Uwe Stöhr

> I'm using Lyx window ver 1.5.4. I have problem of how to modify page numbers.
> For example, I 'm writing thesis, I need to put page numbers with roman style
> (i,ii,ii etc) for abstract, acknowledgments etc before the chapters which
> starts with numbers (1, 2 3, etc).

Have a look here:
http://wiki.lyx.org/Examples/RomanPageNumbering

I'm trying to implement direct LyX support for \***matter in the next major LyX 
release.

p.s. For questions like yours we have the lyx-users mailing list. I'm therefore 
CC this there.

regards Uwe


Re: Page numbers in beamer presentation

2009-02-06 Thread Paul A. Rubin

Neal Becker wrote:

How do I get page numbers in my beamer presentation?  (lyx-1.6.1)



You mean frame numbers (what would be slide numbers in another package)? 
 Some outer themes automatically put them in a margin.  Otherwise, 
\theframenumber (in ERT) gives you the slide number.


HTH,
Paul



Re: Page numbers in pdf display

2008-06-29 Thread Maksi


Jürgen Spitzmüller-2 wrote:
 Works for me using the \frontmatter ans \mainmatter commands and Acroread
 as 
 PDF viewer.

Thanks for your answers, it works fine. However, it does not work with XeTeX
but I guess I can live with that.

Kind regards,


Maksi
-- 
View this message in context: 
http://www.nabble.com/Page-numbers-in-pdf-display-tp18171590p18183464.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Page numbers in pdf display

2008-06-29 Thread Maksi


Jürgen Spitzmüller-2 wrote:
 Works for me using the \frontmatter ans \mainmatter commands and Acroread
 as 
 PDF viewer.

Thanks for your answers, it works fine. However, it does not work with XeTeX
but I guess I can live with that.

Kind regards,


Maksi
-- 
View this message in context: 
http://www.nabble.com/Page-numbers-in-pdf-display-tp18171590p18183464.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Page numbers in pdf display

2008-06-29 Thread Maksi


Jürgen Spitzmüller-2 wrote:
> Works for me using the \frontmatter ans \mainmatter commands and Acroread
> as 
> PDF viewer.

Thanks for your answers, it works fine. However, it does not work with XeTeX
but I guess I can live with that.

Kind regards,


Maksi
-- 
View this message in context: 
http://www.nabble.com/Page-numbers-in-pdf-display-tp18171590p18183464.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Page numbers in pdf display

2008-06-28 Thread Jürgen Spitzmüller
Maksi wrote:
 However, I
 have seen already LaTeX-PDF-Files that display always the same page number
 as is being printed. How can I achieve that in LyX 1.5.5 and XeTeX on
 latest MacTeX?

Works for me using the \frontmatter ans \mainmatter commands and Acroread as 
PDF viewer.

Jürgen


Re: Page numbers in pdf display

2008-06-28 Thread Paul A. Rubin

Maksi wrote:

Hello,


as my thesis requires roman numerals for the front matter and arabic
numerals for the main matter I would like the resulting PDF file to display
always the right number as on the printed paper. Right now it displays
something like

i -- 1
ii -- 2 etc.
1 -- 7
2 -- 8 etc.

as the PDF viewer simply counts from the first to the last page. However, I
have seen already LaTeX-PDF-Files that display always the same page number
as is being printed. How can I achieve that in LyX 1.5.5 and XeTeX on latest
MacTeX?

Thanks for any help,


Maksi


Apparently you are not currently using the hyperref package in the 
document.  Try adding \usepackage{hyperref} to the preamble.  The 
hyperref option pdfpagelabels=true (which is the default setting) will 
induce Acrobat Reader (and hopefully other readers) to display something 
like ii (2 of 938) as the page number.


/Paul



Re: Page numbers in pdf display

2008-06-28 Thread Jürgen Spitzmüller
Maksi wrote:
 However, I
 have seen already LaTeX-PDF-Files that display always the same page number
 as is being printed. How can I achieve that in LyX 1.5.5 and XeTeX on
 latest MacTeX?

Works for me using the \frontmatter ans \mainmatter commands and Acroread as 
PDF viewer.

Jürgen


Re: Page numbers in pdf display

2008-06-28 Thread Paul A. Rubin

Maksi wrote:

Hello,


as my thesis requires roman numerals for the front matter and arabic
numerals for the main matter I would like the resulting PDF file to display
always the right number as on the printed paper. Right now it displays
something like

i -- 1
ii -- 2 etc.
1 -- 7
2 -- 8 etc.

as the PDF viewer simply counts from the first to the last page. However, I
have seen already LaTeX-PDF-Files that display always the same page number
as is being printed. How can I achieve that in LyX 1.5.5 and XeTeX on latest
MacTeX?

Thanks for any help,


Maksi


Apparently you are not currently using the hyperref package in the 
document.  Try adding \usepackage{hyperref} to the preamble.  The 
hyperref option pdfpagelabels=true (which is the default setting) will 
induce Acrobat Reader (and hopefully other readers) to display something 
like ii (2 of 938) as the page number.


/Paul



Re: Page numbers in pdf display

2008-06-28 Thread Jürgen Spitzmüller
Maksi wrote:
> However, I
> have seen already LaTeX-PDF-Files that display always the same page number
> as is being printed. How can I achieve that in LyX 1.5.5 and XeTeX on
> latest MacTeX?

Works for me using the \frontmatter ans \mainmatter commands and Acroread as 
PDF viewer.

Jürgen


Re: Page numbers in pdf display

2008-06-28 Thread Paul A. Rubin

Maksi wrote:

Hello,


as my thesis requires roman numerals for the front matter and arabic
numerals for the main matter I would like the resulting PDF file to display
always the right number as on the printed paper. Right now it displays
something like

i --> 1
ii --> 2 etc.
1 --> 7
2 --> 8 etc.

as the PDF viewer simply counts from the first to the last page. However, I
have seen already LaTeX-PDF-Files that display always the same page number
as is being printed. How can I achieve that in LyX 1.5.5 and XeTeX on latest
MacTeX?

Thanks for any help,


Maksi


Apparently you are not currently using the hyperref package in the 
document.  Try adding \usepackage{hyperref} to the preamble.  The 
hyperref option pdfpagelabels=true (which is the default setting) will 
induce Acrobat Reader (and hopefully other readers) to display something 
like "ii (2 of 938)" as the page number.


/Paul



Re: Page numbers and foot-note distance

2005-10-06 Thread Jose' Matos
On Thursday 06 October 2005 04:27, [EMAIL PROTECTED] wrote:
   2. Increase the foot-note distance from
  the body text? (it is too close to the
  body area)
 
What class are you using?

 I've tried all classes :) I just think it all was so
 close (the space between the body text and the
 foot-notes)!

  You can play with the settings in Layout-Document-Margins

  Usually I don't care with the text settings since most of the time they seem 
correct to me. :-)

 What class do you like best to fill beautifully the
 document?

  I use the cv class that comes with lyx. :-)

 --

  Abraços!
  Douglas

-- 
José Abílio


Re: Page numbers and foot-note distance

2005-10-06 Thread Juergen Spitzmueller
[EMAIL PROTECTED] wrote:
         2. Increase the foot-note distance from
            the body text? (it is too close to the
            body area)

You can try something like:

\renewcommand\footnoterule{%
% distance body -- footnoterule
  [EMAIL PROTECTED]@width1.5cm%
  [EMAIL PROTECTED]
% distance footnoterule -- footnotes
  \vspace{0.2em}
}%

or use the package footmisc, which is well documented.

Jürgen


Re: Page numbers and foot-note distance

2005-10-06 Thread Uwe Stöhr

mywebs2005 wrote:


How can I:
 
2. Increase the foot-note distance from

   the body text? (it is too close to the
   body area)


Change the length \footskip e.g.

\setlength{\footskip}{1cm}

see
http://wiki.lyx.org/Tips/PaperLayout
and especially
http://wiki.lyx.org/uploads/Tips/paperLayout/paperDistances.png

regards Uwe


Re: Page numbers and foot-note distance

2005-10-06 Thread Jose' Matos
On Thursday 06 October 2005 04:27, [EMAIL PROTECTED] wrote:
   2. Increase the foot-note distance from
  the body text? (it is too close to the
  body area)
 
What class are you using?

 I've tried all classes :) I just think it all was so
 close (the space between the body text and the
 foot-notes)!

  You can play with the settings in Layout-Document-Margins

  Usually I don't care with the text settings since most of the time they seem 
correct to me. :-)

 What class do you like best to fill beautifully the
 document?

  I use the cv class that comes with lyx. :-)

 --

  Abraços!
  Douglas

-- 
José Abílio


Re: Page numbers and foot-note distance

2005-10-06 Thread Juergen Spitzmueller
[EMAIL PROTECTED] wrote:
         2. Increase the foot-note distance from
            the body text? (it is too close to the
            body area)

You can try something like:

\renewcommand\footnoterule{%
% distance body -- footnoterule
  [EMAIL PROTECTED]@width1.5cm%
  [EMAIL PROTECTED]
% distance footnoterule -- footnotes
  \vspace{0.2em}
}%

or use the package footmisc, which is well documented.

Jürgen


Re: Page numbers and foot-note distance

2005-10-06 Thread Uwe Stöhr

mywebs2005 wrote:


How can I:
 
2. Increase the foot-note distance from

   the body text? (it is too close to the
   body area)


Change the length \footskip e.g.

\setlength{\footskip}{1cm}

see
http://wiki.lyx.org/Tips/PaperLayout
and especially
http://wiki.lyx.org/uploads/Tips/paperLayout/paperDistances.png

regards Uwe


Re: Page numbers and foot-note distance

2005-10-06 Thread Jose' Matos
On Thursday 06 October 2005 04:27, [EMAIL PROTECTED] wrote:
> > > 2. Increase the foot-note distance from
> > >the body text? (it is too close to the
> > >body area)
> >
> >   What class are you using?
>
> I've tried all classes :) I just think it all was so
> close (the space between the body text and the
> foot-notes)!

  You can play with the settings in Layout->Document->Margins

  Usually I don't care with the text settings since most of the time they seem 
correct to me. :-)

> What class do you like best to fill beautifully the
> document?

  I use the cv class that comes with lyx. :-)

> --
>
>  Abraços!
>  Douglas

-- 
José Abílio


Re: Page numbers and foot-note distance

2005-10-06 Thread Juergen Spitzmueller
[EMAIL PROTECTED] wrote:
>         2. Increase the foot-note distance from
>            the body text? (it is too close to the
>            body area)

You can try something like:

\renewcommand\footnoterule{%
% distance body -- footnoterule
  [EMAIL PROTECTED]@width1.5cm%
  [EMAIL PROTECTED]
% distance footnoterule -- footnotes
  \vspace{0.2em}
}%

or use the package footmisc, which is well documented.

Jürgen


Re: Page numbers and foot-note distance

2005-10-06 Thread Uwe Stöhr

mywebs2005 wrote:


How can I:
 
2. Increase the foot-note distance from

   the body text? (it is too close to the
   body area)


Change the length \footskip e.g.

\setlength{\footskip}{1cm}

see
http://wiki.lyx.org/Tips/PaperLayout
and especially
http://wiki.lyx.org/uploads/Tips/paperLayout/paperDistances.png

regards Uwe


Re: Page numbers and foot-note distance

2005-10-05 Thread Paul Smith
On 10/5/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hey friends! How are you doing? I hope fine!

 Well, the subject already speaks for itself:

 How can I:

 1. Take off the page numbers? (I need to
make a Curriculum Vitae); and

 2. Increase the foot-note distance from
the body text? (it is too close to the
body area)

Answer to your first question: add

\pagestyle{empty}

to your preamble.

Since you are writing your CV, it may be useful to consult

http://wiki.lyx.org/Examples/CV

Paul


Re: Page numbers and foot-note distance

2005-10-05 Thread Jose' Matos
On Wednesday 05 October 2005 23:01, [EMAIL PROTECTED] wrote:
 Hey friends! How are you doing? I hope fine!

 Well, the subject already speaks for itself:

 How can I:

 1. Take off the page numbers? (I need to
make a Curriculum Vitae); and

  Layout-Document-Page style: empty
  As Paul has suggested look to the cv class that comes with lyx and it has an 
example in the wiki.

 2. Increase the foot-note distance from
the body text? (it is too close to the
body area)

  What class are you using?

 Thanks a lot in advance!

 --

  Abraços!
  Douglas

-- 
José Abílio


Re: Page numbers and foot-note distance

2005-10-05 Thread mywebs2005-lyx
  2. Increase the foot-note distance from
 the body text? (it is too close to the
 body area)
 
   What class are you using?


I've tried all classes :) I just think it all was so
close (the space between the body text and the
foot-notes)!

What class do you like best to fill beautifully the
document?

--

 Abraços!
 Douglas










___ 
Novo Yahoo! Messenger com voz: ligações, Yahoo! Avatars, novos emoticons e 
muito mais. Instale agora! 
www.yahoo.com.br/messenger/


Re: Page numbers and foot-note distance

2005-10-05 Thread Paul Smith
On 10/5/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hey friends! How are you doing? I hope fine!

 Well, the subject already speaks for itself:

 How can I:

 1. Take off the page numbers? (I need to
make a Curriculum Vitae); and

 2. Increase the foot-note distance from
the body text? (it is too close to the
body area)

Answer to your first question: add

\pagestyle{empty}

to your preamble.

Since you are writing your CV, it may be useful to consult

http://wiki.lyx.org/Examples/CV

Paul


Re: Page numbers and foot-note distance

2005-10-05 Thread Jose' Matos
On Wednesday 05 October 2005 23:01, [EMAIL PROTECTED] wrote:
 Hey friends! How are you doing? I hope fine!

 Well, the subject already speaks for itself:

 How can I:

 1. Take off the page numbers? (I need to
make a Curriculum Vitae); and

  Layout-Document-Page style: empty
  As Paul has suggested look to the cv class that comes with lyx and it has an 
example in the wiki.

 2. Increase the foot-note distance from
the body text? (it is too close to the
body area)

  What class are you using?

 Thanks a lot in advance!

 --

  Abraços!
  Douglas

-- 
José Abílio


Re: Page numbers and foot-note distance

2005-10-05 Thread mywebs2005-lyx
  2. Increase the foot-note distance from
 the body text? (it is too close to the
 body area)
 
   What class are you using?


I've tried all classes :) I just think it all was so
close (the space between the body text and the
foot-notes)!

What class do you like best to fill beautifully the
document?

--

 Abraços!
 Douglas










___ 
Novo Yahoo! Messenger com voz: ligações, Yahoo! Avatars, novos emoticons e 
muito mais. Instale agora! 
www.yahoo.com.br/messenger/


Re: Page numbers and foot-note distance

2005-10-05 Thread Paul Smith
On 10/5/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hey friends! How are you doing? I hope fine!
>
> Well, the subject already speaks for itself:
>
> How can I:
>
> 1. Take off the page numbers? (I need to
>make a Curriculum Vitae); and
>
> 2. Increase the foot-note distance from
>the body text? (it is too close to the
>body area)

Answer to your first question: add

\pagestyle{empty}

to your preamble.

Since you are writing your CV, it may be useful to consult

http://wiki.lyx.org/Examples/CV

Paul


Re: Page numbers and foot-note distance

2005-10-05 Thread Jose' Matos
On Wednesday 05 October 2005 23:01, [EMAIL PROTECTED] wrote:
> Hey friends! How are you doing? I hope fine!
>
> Well, the subject already speaks for itself:
>
> How can I:
>
> 1. Take off the page numbers? (I need to
>make a Curriculum Vitae); and

  Layout->Document->Page style: empty
  As Paul has suggested look to the cv class that comes with lyx and it has an 
example in the wiki.

> 2. Increase the foot-note distance from
>the body text? (it is too close to the
>body area)

  What class are you using?

> Thanks a lot in advance!
>
> --
>
>  Abraços!
>  Douglas

-- 
José Abílio


Re: Page numbers and foot-note distance

2005-10-05 Thread mywebs2005-lyx
> > 2. Increase the foot-note distance from
> >the body text? (it is too close to the
> >body area)
> 
>   What class are you using?
>

I've tried all classes :) I just think it all was so
close (the space between the body text and the
foot-notes)!

What class do you like best to fill beautifully the
document?

--

 Abraços!
 Douglas










___ 
Novo Yahoo! Messenger com voz: ligações, Yahoo! Avatars, novos emoticons e 
muito mais. Instale agora! 
www.yahoo.com.br/messenger/


Re: Page numbers in upper right corner?

2003-12-01 Thread Karsten Heymann
On Sat, 29 Nov 2003 18:20:02 -0800 (PST)
James Frye [EMAIL PROTECTED] wrote:

 how can I get the page number in the upper right corner of the page,
 instead of at the bottom center?

fancyheadings is already quite good. Even better imho is srcpage2 from
the koma-script package, which comes with excellent documentation (part
of the scrguide I think).

 I've tried the fancyheadings package, as suggested in the Lyx docs,
 and it will do it on the first page (along with some other
 fancification that I could probably eliminate with a little work), but
 ONLY the first page. The rest get no page number at all.

That's strange. If you are using a Latex-generated titlepage (by using
title, author,.. paragraph styles) the first page has the pagestyle
empty whilst the other pages have the pagestyle selected in the
document preferences, i.e. plain or headings. Wild guess: Try setting
thist value to default.

hth,

Karsten


  1   2   >