beamer Slides without counting pagenumbers in branches

2014-01-14 Thread Uwe Ade
Hello,

my presentation have several slides which are add-ons for me but not necessary 
for students . The add-on slides are put in branches. 
Is it possible to avoid that the pages in the branches are not counted for 
slide numbers?

for example

Slide 1 Pagenumber 1
Slide 2 Pagenumber 2
Slide 3 Pagenumber 3
Branche
Slide 4 No Pagenumber
Slide 5 No Pagenumber
Banche end
Slide 6 Pagenumber 4
Slide 7 Pagenumber 5

and so an ..

Tanks 


uwe 

Re: beamer Slides without counting pagenumbers in branches

2014-01-14 Thread Paul A . Rubin
If you add \addtocounter{framenumber}{-1} in a TeX inset (formerly known as
ERT) in the body of each instructor-only slide, the student slides will be
numbered as you wish. This will not prevent the instructor slides from
displaying slide numbers; it will just prevent those numbers for advancing.
So, for instance, if you use a theme that displays current slide number and
total number of slides in the footer, you will obtain something like the
following:

Student slide (1 of 4)
Student slide (2 of 4)
Instructor slide (2 of 4)
Student slide (3 of 4)
Instructor slide (3 of 4)
Instructor slide (3 of 4)
Student slide (4 of 4)

To suppress the footer (and hence the page numbering) in the instructor
slides, make them PlainFrame rather than Frame AND put in the LaTeX command
to tweak the frame number.

Paul






beamer Slides without counting pagenumbers in branches

2014-01-14 Thread Uwe Ade
Hello,

my presentation have several slides which are add-ons for me but not necessary 
for students . The add-on slides are put in branches. 
Is it possible to avoid that the pages in the branches are not counted for 
slide numbers?

for example

Slide 1 Pagenumber 1
Slide 2 Pagenumber 2
Slide 3 Pagenumber 3
Branche
Slide 4 No Pagenumber
Slide 5 No Pagenumber
Banche end
Slide 6 Pagenumber 4
Slide 7 Pagenumber 5

and so an ..

Tanks 


uwe 

Re: beamer Slides without counting pagenumbers in branches

2014-01-14 Thread Paul A . Rubin
If you add \addtocounter{framenumber}{-1} in a TeX inset (formerly known as
ERT) in the body of each instructor-only slide, the student slides will be
numbered as you wish. This will not prevent the instructor slides from
displaying slide numbers; it will just prevent those numbers for advancing.
So, for instance, if you use a theme that displays current slide number and
total number of slides in the footer, you will obtain something like the
following:

Student slide (1 of 4)
Student slide (2 of 4)
Instructor slide (2 of 4)
Student slide (3 of 4)
Instructor slide (3 of 4)
Instructor slide (3 of 4)
Student slide (4 of 4)

To suppress the footer (and hence the page numbering) in the instructor
slides, make them PlainFrame rather than Frame AND put in the LaTeX command
to tweak the frame number.

Paul






beamer Slides without counting pagenumbers in branches

2014-01-14 Thread Uwe Ade
Hello,

my presentation have several slides which are add-ons for me but not necessary 
for students . The add-on slides are put in branches. 
Is it possible to avoid that the pages in the branches are not counted for 
slide numbers?

for example

Slide 1 Pagenumber 1
Slide 2 Pagenumber 2
Slide 3 Pagenumber 3
Branche
Slide 4 No Pagenumber
Slide 5 No Pagenumber
Banche end
Slide 6 Pagenumber 4
Slide 7 Pagenumber 5

and so an ..

Tanks 


uwe 

Re: beamer Slides without counting pagenumbers in branches

2014-01-14 Thread Paul A . Rubin
If you add \addtocounter{framenumber}{-1} in a TeX inset (formerly known as
ERT) in the body of each instructor-only slide, the student slides will be
numbered as you wish. This will not prevent the instructor slides from
displaying slide numbers; it will just prevent those numbers for advancing.
So, for instance, if you use a theme that displays current slide number and
total number of slides in the footer, you will obtain something like the
following:

Student slide (1 of 4)
Student slide (2 of 4)
Instructor slide (2 of 4)
Student slide (3 of 4)
Instructor slide (3 of 4)
Instructor slide (3 of 4)
Student slide (4 of 4)

To suppress the footer (and hence the page numbering) in the instructor
slides, make them PlainFrame rather than Frame AND put in the LaTeX command
to tweak the frame number.

Paul






Re: Several references with pagenumbers

2010-09-27 Thread Richard Heck

On 09/26/2010 05:46 PM, Paul Rubin wrote:

Påvel Nicklassonpavelnicklassonat  bahnhof.se  writes:

   

Such a simple trick! I can't understand how I overlooked it. I have spent
hours reading manuals and searching the Net...
 

For what it's worth, it took me a long time to recognize it.  I thought I knew a
technical trick, but it did not work.  Eventually, googling around trying to
figure out why not, I came across the obvious answer.  :-(

   

Definitely a limitation of natbib. Does BibLaTeX address this?

Richard




Re: Several references with pagenumbers

2010-09-27 Thread Paul A. Rubin

 On 9/27/2010 8:08 AM, Richard Heck wrote:

On 09/26/2010 05:46 PM, Paul Rubin wrote:

Påvel Nicklassonpavelnicklassonat  bahnhof.se  writes:

Such a simple trick! I can't understand how I overlooked it. I have 
spent

hours reading manuals and searching the Net...
For what it's worth, it took me a long time to recognize it.  I 
thought I knew a
technical trick, but it did not work.  Eventually, googling around 
trying to

figure out why not, I came across the obvious answer.  :-(


Definitely a limitation of natbib. Does BibLaTeX address this?

Richard



Don't know.  I've never tried BibLaTeX.  Anyone else?

/Paul


Re: Several references with pagenumbers

2010-09-27 Thread Jürgen Spitzmüller
Paul A. Rubin wrote:
  Definitely a limitation of natbib. Does BibLaTeX address this?
  
  Richard
 
 Don't know.  I've never tried BibLaTeX.  Anyone else?

Yes, see sec. 3.6.3 (Qualified Citation Lists) of the biblatex manual.

Jürgen


Re: Several references with pagenumbers

2010-09-27 Thread Richard Heck

On 09/26/2010 05:46 PM, Paul Rubin wrote:

Påvel Nicklassonpavelnicklassonat  bahnhof.se  writes:

   

Such a simple trick! I can't understand how I overlooked it. I have spent
hours reading manuals and searching the Net...
 

For what it's worth, it took me a long time to recognize it.  I thought I knew a
technical trick, but it did not work.  Eventually, googling around trying to
figure out why not, I came across the obvious answer.  :-(

   

Definitely a limitation of natbib. Does BibLaTeX address this?

Richard




Re: Several references with pagenumbers

2010-09-27 Thread Paul A. Rubin

 On 9/27/2010 8:08 AM, Richard Heck wrote:

On 09/26/2010 05:46 PM, Paul Rubin wrote:

Påvel Nicklassonpavelnicklassonat  bahnhof.se  writes:

Such a simple trick! I can't understand how I overlooked it. I have 
spent

hours reading manuals and searching the Net...
For what it's worth, it took me a long time to recognize it.  I 
thought I knew a
technical trick, but it did not work.  Eventually, googling around 
trying to

figure out why not, I came across the obvious answer.  :-(


Definitely a limitation of natbib. Does BibLaTeX address this?

Richard



Don't know.  I've never tried BibLaTeX.  Anyone else?

/Paul


Re: Several references with pagenumbers

2010-09-27 Thread Jürgen Spitzmüller
Paul A. Rubin wrote:
  Definitely a limitation of natbib. Does BibLaTeX address this?
  
  Richard
 
 Don't know.  I've never tried BibLaTeX.  Anyone else?

Yes, see sec. 3.6.3 (Qualified Citation Lists) of the biblatex manual.

Jürgen


Re: Several references with pagenumbers

2010-09-27 Thread Richard Heck

On 09/26/2010 05:46 PM, Paul Rubin wrote:

Påvel Nicklasson  writes:

   

Such a simple trick! I can't understand how I overlooked it. I have spent
hours reading manuals and searching the Net...
 

For what it's worth, it took me a long time to recognize it.  I thought I knew a
technical trick, but it did not work.  Eventually, googling around trying to
figure out why not, I came across the obvious answer.  :-(

   

Definitely a limitation of natbib. Does BibLaTeX address this?

Richard




Re: Several references with pagenumbers

2010-09-27 Thread Paul A. Rubin

 On 9/27/2010 8:08 AM, Richard Heck wrote:

On 09/26/2010 05:46 PM, Paul Rubin wrote:

Påvel Nicklasson  writes:

Such a simple trick! I can't understand how I overlooked it. I have 
spent

hours reading manuals and searching the Net...
For what it's worth, it took me a long time to recognize it.  I 
thought I knew a
technical trick, but it did not work.  Eventually, googling around 
trying to

figure out why not, I came across the obvious answer.  :-(


Definitely a limitation of natbib. Does BibLaTeX address this?

Richard



Don't know.  I've never tried BibLaTeX.  Anyone else?

/Paul


Re: Several references with pagenumbers

2010-09-27 Thread Jürgen Spitzmüller
Paul A. Rubin wrote:
> > Definitely a limitation of natbib. Does BibLaTeX address this?
> > 
> > Richard
> 
> Don't know.  I've never tried BibLaTeX.  Anyone else?

Yes, see sec. 3.6.3 (Qualified Citation Lists) of the biblatex manual.

Jürgen


Several references with pagenumbers

2010-09-26 Thread Påvel Nicklasson

Hello All!

I hope I don’t ask too many questions...
I have another problem with my references. I want text and references to  
look something like this in the output:


As stated by Nicklasson (Nicklasson 2009 p. 23, Nicklasson 2010 p. 244).

In LyX I have:

As stated by Nicklasson (Nicklasson 2009, Nicklasson 2010 p. 244).

It seems impossible to insert a page number for the first reference in the  
reference field.
I have searched the LyX wiki and the documentation for Natbib, but not  
come up with a solution. Is it possible to do?


I use Natbib, Author-Year setting and sweplanat as style.

Best Regards
Påvel Nicklasson


Re: Several references with pagenumbers

2010-09-26 Thread Paul Rubin
Påvel Nicklasson pavelnicklasson at bahnhof.se writes:


 
 As stated by Nicklasson (Nicklasson 2009 p. 23, Nicklasson 2010 p. 244).
 
 In LyX I have:
 
 As stated by Nicklasson (Nicklasson 2009, Nicklasson 2010 p. 244).
 
 It seems impossible to insert a page number for the first reference in the  
 reference field.

Supply the parentheses and comma yourself, and enter the two references as
separate citations with page information but without parentheses.

/Paul




Re: Several references with pagenumbers

2010-09-26 Thread Påvel Nicklasson

Thank You!
Such a simple trick! I can't understand how I overlooked it. I have spent  
hours reading manuals and searching the Net...

It takes some time to learn all the simple tricks in LyX!
Best Regards
Påvel


Den 2010-09-26 22:25:50 skrev Paul Rubin ru...@msu.edu:


Påvel Nicklasson pavelnicklasson at bahnhof.se writes:




As stated by Nicklasson (Nicklasson 2009 p. 23, Nicklasson 2010 p. 244).

In LyX I have:

As stated by Nicklasson (Nicklasson 2009, Nicklasson 2010 p. 244).

It seems impossible to insert a page number for the first reference in  
the

reference field.


Supply the parentheses and comma yourself, and enter the two references  
as

separate citations with page information but without parentheses.

/Paul



Re: Several references with pagenumbers

2010-09-26 Thread Paul Rubin
Påvel Nicklasson pavelnicklasson at bahnhof.se writes:

 Such a simple trick! I can't understand how I overlooked it. I have spent  
 hours reading manuals and searching the Net...

For what it's worth, it took me a long time to recognize it.  I thought I knew a
technical trick, but it did not work.  Eventually, googling around trying to
figure out why not, I came across the obvious answer.  :-(



Several references with pagenumbers

2010-09-26 Thread Påvel Nicklasson

Hello All!

I hope I don’t ask too many questions...
I have another problem with my references. I want text and references to  
look something like this in the output:


As stated by Nicklasson (Nicklasson 2009 p. 23, Nicklasson 2010 p. 244).

In LyX I have:

As stated by Nicklasson (Nicklasson 2009, Nicklasson 2010 p. 244).

It seems impossible to insert a page number for the first reference in the  
reference field.
I have searched the LyX wiki and the documentation for Natbib, but not  
come up with a solution. Is it possible to do?


I use Natbib, Author-Year setting and sweplanat as style.

Best Regards
Påvel Nicklasson


Re: Several references with pagenumbers

2010-09-26 Thread Paul Rubin
Påvel Nicklasson pavelnicklasson at bahnhof.se writes:


 
 As stated by Nicklasson (Nicklasson 2009 p. 23, Nicklasson 2010 p. 244).
 
 In LyX I have:
 
 As stated by Nicklasson (Nicklasson 2009, Nicklasson 2010 p. 244).
 
 It seems impossible to insert a page number for the first reference in the  
 reference field.

Supply the parentheses and comma yourself, and enter the two references as
separate citations with page information but without parentheses.

/Paul




Re: Several references with pagenumbers

2010-09-26 Thread Påvel Nicklasson

Thank You!
Such a simple trick! I can't understand how I overlooked it. I have spent  
hours reading manuals and searching the Net...

It takes some time to learn all the simple tricks in LyX!
Best Regards
Påvel


Den 2010-09-26 22:25:50 skrev Paul Rubin ru...@msu.edu:


Påvel Nicklasson pavelnicklasson at bahnhof.se writes:




As stated by Nicklasson (Nicklasson 2009 p. 23, Nicklasson 2010 p. 244).

In LyX I have:

As stated by Nicklasson (Nicklasson 2009, Nicklasson 2010 p. 244).

It seems impossible to insert a page number for the first reference in  
the

reference field.


Supply the parentheses and comma yourself, and enter the two references  
as

separate citations with page information but without parentheses.

/Paul



Re: Several references with pagenumbers

2010-09-26 Thread Paul Rubin
Påvel Nicklasson pavelnicklasson at bahnhof.se writes:

 Such a simple trick! I can't understand how I overlooked it. I have spent  
 hours reading manuals and searching the Net...

For what it's worth, it took me a long time to recognize it.  I thought I knew a
technical trick, but it did not work.  Eventually, googling around trying to
figure out why not, I came across the obvious answer.  :-(



Several references with pagenumbers

2010-09-26 Thread Påvel Nicklasson

Hello All!

I hope I don’t ask too many questions...
I have another problem with my references. I want text and references to  
look something like this in the output:


As stated by Nicklasson (Nicklasson 2009 p. 23, Nicklasson 2010 p. 244).

In LyX I have:

As stated by Nicklasson (Nicklasson 2009, Nicklasson 2010 p. 244).

It seems impossible to insert a page number for the first reference in the  
reference field.
I have searched the LyX wiki and the documentation for Natbib, but not  
come up with a solution. Is it possible to do?


I use Natbib, Author-Year setting and sweplanat as style.

Best Regards
Påvel Nicklasson


Re: Several references with pagenumbers

2010-09-26 Thread Paul Rubin
Påvel Nicklasson  bahnhof.se> writes:


> 
> As stated by Nicklasson (Nicklasson 2009 p. 23, Nicklasson 2010 p. 244).
> 
> In LyX I have:
> 
> As stated by Nicklasson (Nicklasson 2009, Nicklasson 2010 p. 244).
> 
> It seems impossible to insert a page number for the first reference in the  
> reference field.

Supply the parentheses and comma yourself, and enter the two references as
separate citations with page information but without parentheses.

/Paul




Re: Several references with pagenumbers

2010-09-26 Thread Påvel Nicklasson

Thank You!
Such a simple trick! I can't understand how I overlooked it. I have spent  
hours reading manuals and searching the Net...

It takes some time to learn all the simple tricks in LyX!
Best Regards
Påvel


Den 2010-09-26 22:25:50 skrev Paul Rubin :


Påvel Nicklasson  bahnhof.se> writes:




As stated by Nicklasson (Nicklasson 2009 p. 23, Nicklasson 2010 p. 244).

In LyX I have:

As stated by Nicklasson (Nicklasson 2009, Nicklasson 2010 p. 244).

It seems impossible to insert a page number for the first reference in  
the

reference field.


Supply the parentheses and comma yourself, and enter the two references  
as

separate citations with page information but without parentheses.

/Paul



Re: Several references with pagenumbers

2010-09-26 Thread Paul Rubin
Påvel Nicklasson  bahnhof.se> writes:

> Such a simple trick! I can't understand how I overlooked it. I have spent  
> hours reading manuals and searching the Net...

For what it's worth, it took me a long time to recognize it.  I thought I knew a
technical trick, but it did not work.  Eventually, googling around trying to
figure out why not, I came across the obvious answer.  :-(



Re: Question: Lyx Position of pagenumbers in chapters, index, bibliography

2010-04-13 Thread Guenter Milde
On 2010-04-11, Erik Schetters wrote:

 i am using Lyx for several days now and I begin to like it.

 I use the report - koma-script

 But I have several problems, which I cannot solve.

...

Most of your problems can be solved with code in the custom latex preamble 
(DocumentSettingsLaTeX preamble).

You will find extensive documentation of the koma-script document classes
in the file scrguide.pdf which should come with your LaTeX installation.
(If you download a version from the net, make sure the described version
matches the KOMA-script version of your TeX installation.)

Günter



Re: Question: Lyx Position of pagenumbers in chapters, index, bibliography

2010-04-13 Thread Uwe Stöhr

I use the report - koma-script

But I have several problems, which I cannot solve.

Here my biggest one:

I need my pagenumbers in right high corner

But Lyx does not include the chapters, index. .


Because you redefined the header lines in the way that they don't 
include any more the chapter names. Defining header/footer lines is 
explained in the KOMA-script manual

http://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/
(the German version is scrguide.pdf).

You can also have a look at this thesis example file as example:
http://fkurth.de/uwest/LyX/ThesisTemplate/Diss-Template.zip


Other Problems:

In my Indexes should not be all chapters of my appendix. I would like that
there is just written: A Appendix ... page XX


I don't understand. An index does in general not contain section/chapter 
names.
In case you don't want to have a section/chapter listed in the table of 
contents, use the star-version of the environment (chapter* instead of 
chapter).



And in my appendix I will need a second Index which shows just the content
of the appendix.


I also don't understand what you want here exactly, a second table of 
contents, but only for the appendices. This is very uncommon and i have 
never seen this yet. To get this, you will need to learn some LaTeX 
tricks. Have a look in the book The LaTeX companion 2nd edition. But 
note that you won't be able to compile your file with LyX if you define 
a further table of content. (You need to export your LyX file as LaTeX 
and use the command line.)



Otherwise I will fix that by using two documents, which brings another
problem:

If I make a second document, how can I cheat my pagenumbers, so that they
do not start with 1 and start with 68 or so.


Use child documents if possible as I did in the thesis example file I 
linked above.
if this is no option for you, reset the page counter using the 
LaTeX-command \setcounter{page}{xxx} where xxx is a number.


regards Uwe

p.s. What kind of document do you have to write? Your requirements sound 
a bit strange for a report, book or thesis.


Re: Question: Lyx Position of pagenumbers in chapters, index, bibliography

2010-04-13 Thread Guenter Milde
On 2010-04-11, Erik Schetters wrote:

 i am using Lyx for several days now and I begin to like it.

 I use the report - koma-script

 But I have several problems, which I cannot solve.

...

Most of your problems can be solved with code in the custom latex preamble 
(DocumentSettingsLaTeX preamble).

You will find extensive documentation of the koma-script document classes
in the file scrguide.pdf which should come with your LaTeX installation.
(If you download a version from the net, make sure the described version
matches the KOMA-script version of your TeX installation.)

Günter



Re: Question: Lyx Position of pagenumbers in chapters, index, bibliography

2010-04-13 Thread Uwe Stöhr

I use the report - koma-script

But I have several problems, which I cannot solve.

Here my biggest one:

I need my pagenumbers in right high corner

But Lyx does not include the chapters, index. .


Because you redefined the header lines in the way that they don't 
include any more the chapter names. Defining header/footer lines is 
explained in the KOMA-script manual

http://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/
(the German version is scrguide.pdf).

You can also have a look at this thesis example file as example:
http://fkurth.de/uwest/LyX/ThesisTemplate/Diss-Template.zip


Other Problems:

In my Indexes should not be all chapters of my appendix. I would like that
there is just written: A Appendix ... page XX


I don't understand. An index does in general not contain section/chapter 
names.
In case you don't want to have a section/chapter listed in the table of 
contents, use the star-version of the environment (chapter* instead of 
chapter).



And in my appendix I will need a second Index which shows just the content
of the appendix.


I also don't understand what you want here exactly, a second table of 
contents, but only for the appendices. This is very uncommon and i have 
never seen this yet. To get this, you will need to learn some LaTeX 
tricks. Have a look in the book The LaTeX companion 2nd edition. But 
note that you won't be able to compile your file with LyX if you define 
a further table of content. (You need to export your LyX file as LaTeX 
and use the command line.)



Otherwise I will fix that by using two documents, which brings another
problem:

If I make a second document, how can I cheat my pagenumbers, so that they
do not start with 1 and start with 68 or so.


Use child documents if possible as I did in the thesis example file I 
linked above.
if this is no option for you, reset the page counter using the 
LaTeX-command \setcounter{page}{xxx} where xxx is a number.


regards Uwe

p.s. What kind of document do you have to write? Your requirements sound 
a bit strange for a report, book or thesis.


Re: Question: Lyx Position of pagenumbers in chapters, index, bibliography

2010-04-13 Thread Guenter Milde
On 2010-04-11, Erik Schetters wrote:

> i am using Lyx for several days now and I begin to like it.

> I use the report - koma-script

> But I have several problems, which I cannot solve.

...

Most of your problems can be solved with code in the custom latex preamble 
(Document>Settings>LaTeX preamble).

You will find extensive documentation of the koma-script document classes
in the file scrguide.pdf which should come with your LaTeX installation.
(If you download a version from the net, make sure the described version
matches the KOMA-script version of your TeX installation.)

Günter



Re: Question: Lyx Position of pagenumbers in chapters, index, bibliography

2010-04-13 Thread Uwe Stöhr

I use the report - koma-script

But I have several problems, which I cannot solve.

Here my biggest one:

I need my pagenumbers in right high corner

But Lyx does not include the chapters, index. .


Because you redefined the header lines in the way that they don't 
include any more the chapter names. Defining header/footer lines is 
explained in the KOMA-script manual

http://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/
(the German version is scrguide.pdf).

You can also have a look at this thesis example file as example:
http://fkurth.de/uwest/LyX/ThesisTemplate/Diss-Template.zip


Other Problems:

In my Indexes should not be all chapters of my appendix. I would like that
there is just written: A Appendix ... page XX


I don't understand. An index does in general not contain section/chapter 
names.
In case you don't want to have a section/chapter listed in the table of 
contents, use the star-version of the environment ("chapter*" instead of 
"chapter").



And in my appendix I will need a second Index which shows just the content
of the appendix.


I also don't understand what you want here exactly, a second table of 
contents, but only for the appendices. This is very uncommon and i have 
never seen this yet. To get this, you will need to learn some LaTeX 
tricks. Have a look in the book "The LaTeX companion 2nd edition". But 
note that you won't be able to compile your file with LyX if you define 
a further table of content. (You need to export your LyX file as LaTeX 
and use the command line.)



Otherwise I will fix that by using two documents, which brings another
problem:

If I make a second document, how can I "cheat" my pagenumbers, so that they
do not start with 1 and start with 68 or so.


Use child documents if possible as I did in the thesis example file I 
linked above.
if this is no option for you, reset the page counter using the 
LaTeX-command "\setcounter{page}{xxx}" where xxx is a number.


regards Uwe

p.s. What kind of document do you have to write? Your requirements sound 
a bit strange for a report, book or thesis.


Question: Lyx Position of pagenumbers in chapters, index, bibliography

2010-04-11 Thread Erik Schetters
Good Evening,

 

i am using Lyx for several days now and I begin to like it.

I use the report - koma-script

 

But I have several problems, which I cannot solve.

Here my biggest one:

 

I need my pagenumbers in right high corner. Actually I am realizing that by
using:

\usepackage[ngerman]{babel}

\addto\captionsngerman{ 

\renewcommand{\figurename}{Bild}

\renewcommand{\tablename}{Tab.} 

\renewcommand{\abstractname}{Kurzfassung}

}

\rhead{Seite \thepage}

\cfoot{}

\usepackage[singlelinecheck=false, justification=RaggedRight]{caption}

 

But Lyx does not include the chapters, index. .

 

Could someone help me there, please.

 

 

Other Problems:

 

In my Indexes should not be all chapters of my appendix. I would like that
there is just written: A Appendix ... page XX

And in my appendix I will need a second Index which shows just the content
of the appendix.

 

Otherwise I will fix that by using two documents, which brings another
problem:

 

If I make a second document, how can I cheat my pagenumbers, so that they
do not start with 1 and start with 68 or so.

 

 

Thanks for your time and greetings from Dresden.

 

Erik S.

 

 



Question: Lyx Position of pagenumbers in chapters, index, bibliography

2010-04-11 Thread Erik Schetters
Good Evening,

 

i am using Lyx for several days now and I begin to like it.

I use the report - koma-script

 

But I have several problems, which I cannot solve.

Here my biggest one:

 

I need my pagenumbers in right high corner. Actually I am realizing that by
using:

\usepackage[ngerman]{babel}

\addto\captionsngerman{ 

\renewcommand{\figurename}{Bild}

\renewcommand{\tablename}{Tab.} 

\renewcommand{\abstractname}{Kurzfassung}

}

\rhead{Seite \thepage}

\cfoot{}

\usepackage[singlelinecheck=false, justification=RaggedRight]{caption}

 

But Lyx does not include the chapters, index. .

 

Could someone help me there, please.

 

 

Other Problems:

 

In my Indexes should not be all chapters of my appendix. I would like that
there is just written: A Appendix ... page XX

And in my appendix I will need a second Index which shows just the content
of the appendix.

 

Otherwise I will fix that by using two documents, which brings another
problem:

 

If I make a second document, how can I cheat my pagenumbers, so that they
do not start with 1 and start with 68 or so.

 

 

Thanks for your time and greetings from Dresden.

 

Erik S.

 

 



Question: Lyx Position of pagenumbers in chapters, index, bibliography

2010-04-11 Thread Erik Schetters
Good Evening,

 

i am using Lyx for several days now and I begin to like it.

I use the report - koma-script

 

But I have several problems, which I cannot solve.

Here my biggest one:

 

I need my pagenumbers in right high corner. Actually I am realizing that by
using:

\usepackage[ngerman]{babel}

\addto\captionsngerman{ 

\renewcommand{\figurename}{Bild}

\renewcommand{\tablename}{Tab.} 

\renewcommand{\abstractname}{Kurzfassung}

}

\rhead{Seite \thepage}

\cfoot{}

\usepackage[singlelinecheck=false, justification=RaggedRight]{caption}

 

But Lyx does not include the chapters, index. .

 

Could someone help me there, please.

 

 

Other Problems:

 

In my Indexes should not be all chapters of my appendix. I would like that
there is just written: A Appendix ... page XX

And in my appendix I will need a second Index which shows just the content
of the appendix.

 

Otherwise I will fix that by using two documents, which brings another
problem:

 

If I make a second document, how can I "cheat" my pagenumbers, so that they
do not start with 1 and start with 68 or so.

 

 

Thanks for your time and greetings from Dresden.

 

Erik S.

 

 



Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-22 Thread Robert Neumann
Am Samstag, 21. Februar 2004 14:03 schrieb Herbert Voss:
 Robert Neumann wrote:
  I attached a minimal file that shows the problem
  It works perfectly with Lyx 1.2. with dvi and pdf.

 I cannot believe, please send the 1.2 LyX, log and
 tex file.

I attached the files, created120 means created with Lyx 120, created 132 means 
the file was created with lyx 132. It was exactly the lyx file I sent 
already. Using lyx 132 I created two files: One using the pdf export 
option, the other one using dvipdfm

  \papersize Custom

 why custom and not a4paper? Layout-Document-Paper
Because it is going to be printed on paper having the custom size.

  \topmargin 15mm
  \rightmargin 20mm
  \bottommargin 5mm

 it is impossible to place a pagenumber in a 5mm footer!
ok, sounds reasonable, the strange thing is: it worked with lyx 120, so I 
didn't pay attention.

 change your paper size to a4, add some more space to the
 top and bottom margin, then everything works well.
ok, I will check out, wether this works with the dtp-Programm on which the 
file is processed afterwards whether this works 

 by the way: do not use the font setting from inside LyX,
 it is deprecated. Write instead in the preamble:

 \usepackage[scaled=0.92]{helvet}
 \usepackage{mathptmx}
 \usepackage{courier}% luximono looks nicer here
I'm not sure what you mean...

Thank you so far

pagenumber_1_createt_120.pdf
Description: Adobe PDF document
%% LyX 1.3 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[10pt,twoside,ngerman]{article}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{geometry}
\geometry{verbose,paperwidth=17cm,paperheight=24cm,tmargin=15mm,bmargin=5mm,lmargin=14mm,rmargin=20mm}
\pagestyle{headings}
\setlength\parskip{\medskipamount}
\setlength\parindent{0pt}
\usepackage{amsmath}
\usepackage{amssymb}

\makeatletter
%% User specified LaTeX commands.
\renewcommand\labelenumi{\alph{enumi})}
\renewcommand\labelenumii{\Roman{enumii})}
\usepackage{fancyhdr}
\usepackage{mathptmx}
\pagestyle {fancy}
\fancyhead {}
\fancyhead[RO,LE]{\slshape Test}
\fancyfoot[LE,RO]{\thepage}
\cfoot{}

\usepackage{babel}
\makeatother
\begin{document}
test page 1

\newpage

this is on page 2
\end{document}


pagenumber_1created132_using_pdf.pdf
Description: Adobe PDF document


pagenumber_1created132_usingdvipdfm.pdf
Description: Adobe PDF document
%% LyX 1.2 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[10pt,twoside,ngerman]{article}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{geometry}
\geometry{verbose,paperwidth=17cm,paperheight=24cm,tmargin=15mm,bmargin=5mm,lmargin=14mm,rmargin=20mm}
\pagestyle{headings}
\setlength\parskip{\medskipamount}
\setlength\parindent{0pt}
\usepackage{amsmath}
\usepackage{amssymb}

\makeatletter

%% LyX specific LaTeX commands.
[EMAIL PROTECTED]

%% User specified LaTeX commands.
\renewcommand\labelenumi{\alph{enumi})}
\renewcommand\labelenumii{\Roman{enumii})}
\usepackage{fancyhdr}
\usepackage{mathptmx}
\pagestyle {fancy}
\fancyhead {}
\fancyhead[RO,LE]{\slshape Test}
\fancyfoot[LE,RO]{\thepage}
\cfoot{}

\usepackage{babel}
\makeatother
\begin{document}
test page 1

\newpage

this is on page 2
\end{document}


Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-22 Thread Herbert Voss
Robert Neumann wrote:

I attached the files, created120 means created with Lyx 120, created 132 means 
the file was created with lyx 132. It was exactly the lyx file I sent 
already. Using lyx 132 I created two files: One using the pdf export 
option, the other one using dvipdfm


\papersize Custom
why custom and not a4paper? Layout-Document-Paper
Because it is going to be printed on paper having the custom size.
ok, understood. But in this case you should use the
PostScript view instead of the dvi one, because xdvi
doesn't realize the different pagesetting.
it is impossible to place a pagenumber in a 5mm footer!
ok, sounds reasonable, the strange thing is: it worked with lyx 120, so I 
didn't pay attention.
I suppose that this depends to the package geometry, which
has in the latest version other defaults. And at 1.2 time
there exists another version of geometry.
by the way: do not use the font setting from inside LyX,
it is deprecated. Write instead in the preamble:
\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier}% luximono looks nicer here
I'm not sure what you mean...
do not use layout-Document-Font. Nearly all selections
are deprecated. Write the above into the preamble.
Herbert




Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-22 Thread Herbert Voss
Robert Neumann wrote:

I attached the files, created120 means created with Lyx 120, created 132 means 
the file was created with lyx 132. It was exactly the lyx file I sent 
already. Using lyx 132 I created two files: One using the pdf export 
option, the other one using dvipdfm
there are several ways to get a pdf file:
- pdflatex - no page numbers
- ps2pdf   - no page numbers
- dvipdfm  - page numbers
the last two are conversion programs and they are
different in passing pagesettings to the pdf file.
Choose for the bottom margin for example 15mm, then
you'll get pagenumbers for all of them.
Herbert




Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-22 Thread Christian Ridderström
On Sun, 22 Feb 2004, Herbert Voss wrote:

 by the way: do not use the font setting from inside LyX,
 it is deprecated. Write instead in the preamble:
 
 \usepackage[scaled=0.92]{helvet}
 \usepackage{mathptmx}
 \usepackage{courier}% luximono looks nicer here
  

Hi Herbert

Since you keep having to say the above, I wrote it down for you here:

http://wiki.lyx.org/beta/pmwiki.php?pagename=LyX.Fonts

so in the future you may just give that link if that's more convenient for 
you. Since I'm sure you have further information about this on your site, 
maybe you could link to that information from the wiki page above?

/Christian

PS. There's shortcut to your site in the sense that if you write e.g.

LatexTips:index.html

this will actually result in this URI

http://latex.s-v-p.de/index.html

which is of course useful since if you ever change your host, only the
shortcut has to be redefine.

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-22 Thread Robert Neumann
Hello Herbert,
youe were right with this one:
  \topmargin 15mm
  \rightmargin 20mm
  \bottommargin 5mm

 it is impossible to place a pagenumber in a 5mm footer!
 I set the bottommargin to 15mm and the pagenumber appeared!!! So it was all 
the time there but in a way to much down as I would express it.
I'm definitely going to check out, whether I can use the idea with the A4 page 
with bigger margins.
Thanks 
Robert


Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-22 Thread Robert Neumann
Am Samstag, 21. Februar 2004 14:03 schrieb Herbert Voss:
 Robert Neumann wrote:
  I attached a minimal file that shows the problem
  It works perfectly with Lyx 1.2. with dvi and pdf.

 I cannot believe, please send the 1.2 LyX, log and
 tex file.

I attached the files, created120 means created with Lyx 120, created 132 means 
the file was created with lyx 132. It was exactly the lyx file I sent 
already. Using lyx 132 I created two files: One using the pdf export 
option, the other one using dvipdfm

  \papersize Custom

 why custom and not a4paper? Layout-Document-Paper
Because it is going to be printed on paper having the custom size.

  \topmargin 15mm
  \rightmargin 20mm
  \bottommargin 5mm

 it is impossible to place a pagenumber in a 5mm footer!
ok, sounds reasonable, the strange thing is: it worked with lyx 120, so I 
didn't pay attention.

 change your paper size to a4, add some more space to the
 top and bottom margin, then everything works well.
ok, I will check out, wether this works with the dtp-Programm on which the 
file is processed afterwards whether this works 

 by the way: do not use the font setting from inside LyX,
 it is deprecated. Write instead in the preamble:

 \usepackage[scaled=0.92]{helvet}
 \usepackage{mathptmx}
 \usepackage{courier}% luximono looks nicer here
I'm not sure what you mean...

Thank you so far

pagenumber_1_createt_120.pdf
Description: Adobe PDF document
%% LyX 1.3 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[10pt,twoside,ngerman]{article}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{geometry}
\geometry{verbose,paperwidth=17cm,paperheight=24cm,tmargin=15mm,bmargin=5mm,lmargin=14mm,rmargin=20mm}
\pagestyle{headings}
\setlength\parskip{\medskipamount}
\setlength\parindent{0pt}
\usepackage{amsmath}
\usepackage{amssymb}

\makeatletter
%% User specified LaTeX commands.
\renewcommand\labelenumi{\alph{enumi})}
\renewcommand\labelenumii{\Roman{enumii})}
\usepackage{fancyhdr}
\usepackage{mathptmx}
\pagestyle {fancy}
\fancyhead {}
\fancyhead[RO,LE]{\slshape Test}
\fancyfoot[LE,RO]{\thepage}
\cfoot{}

\usepackage{babel}
\makeatother
\begin{document}
test page 1

\newpage

this is on page 2
\end{document}


pagenumber_1created132_using_pdf.pdf
Description: Adobe PDF document


pagenumber_1created132_usingdvipdfm.pdf
Description: Adobe PDF document
%% LyX 1.2 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[10pt,twoside,ngerman]{article}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{geometry}
\geometry{verbose,paperwidth=17cm,paperheight=24cm,tmargin=15mm,bmargin=5mm,lmargin=14mm,rmargin=20mm}
\pagestyle{headings}
\setlength\parskip{\medskipamount}
\setlength\parindent{0pt}
\usepackage{amsmath}
\usepackage{amssymb}

\makeatletter

%% LyX specific LaTeX commands.
[EMAIL PROTECTED]

%% User specified LaTeX commands.
\renewcommand\labelenumi{\alph{enumi})}
\renewcommand\labelenumii{\Roman{enumii})}
\usepackage{fancyhdr}
\usepackage{mathptmx}
\pagestyle {fancy}
\fancyhead {}
\fancyhead[RO,LE]{\slshape Test}
\fancyfoot[LE,RO]{\thepage}
\cfoot{}

\usepackage{babel}
\makeatother
\begin{document}
test page 1

\newpage

this is on page 2
\end{document}


Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-22 Thread Herbert Voss
Robert Neumann wrote:

I attached the files, created120 means created with Lyx 120, created 132 means 
the file was created with lyx 132. It was exactly the lyx file I sent 
already. Using lyx 132 I created two files: One using the pdf export 
option, the other one using dvipdfm


\papersize Custom
why custom and not a4paper? Layout-Document-Paper
Because it is going to be printed on paper having the custom size.
ok, understood. But in this case you should use the
PostScript view instead of the dvi one, because xdvi
doesn't realize the different pagesetting.
it is impossible to place a pagenumber in a 5mm footer!
ok, sounds reasonable, the strange thing is: it worked with lyx 120, so I 
didn't pay attention.
I suppose that this depends to the package geometry, which
has in the latest version other defaults. And at 1.2 time
there exists another version of geometry.
by the way: do not use the font setting from inside LyX,
it is deprecated. Write instead in the preamble:
\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier}% luximono looks nicer here
I'm not sure what you mean...
do not use layout-Document-Font. Nearly all selections
are deprecated. Write the above into the preamble.
Herbert




Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-22 Thread Herbert Voss
Robert Neumann wrote:

I attached the files, created120 means created with Lyx 120, created 132 means 
the file was created with lyx 132. It was exactly the lyx file I sent 
already. Using lyx 132 I created two files: One using the pdf export 
option, the other one using dvipdfm
there are several ways to get a pdf file:
- pdflatex - no page numbers
- ps2pdf   - no page numbers
- dvipdfm  - page numbers
the last two are conversion programs and they are
different in passing pagesettings to the pdf file.
Choose for the bottom margin for example 15mm, then
you'll get pagenumbers for all of them.
Herbert




Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-22 Thread Christian Ridderström
On Sun, 22 Feb 2004, Herbert Voss wrote:

 by the way: do not use the font setting from inside LyX,
 it is deprecated. Write instead in the preamble:
 
 \usepackage[scaled=0.92]{helvet}
 \usepackage{mathptmx}
 \usepackage{courier}% luximono looks nicer here
  

Hi Herbert

Since you keep having to say the above, I wrote it down for you here:

http://wiki.lyx.org/beta/pmwiki.php?pagename=LyX.Fonts

so in the future you may just give that link if that's more convenient for 
you. Since I'm sure you have further information about this on your site, 
maybe you could link to that information from the wiki page above?

/Christian

PS. There's shortcut to your site in the sense that if you write e.g.

LatexTips:index.html

this will actually result in this URI

http://latex.s-v-p.de/index.html

which is of course useful since if you ever change your host, only the
shortcut has to be redefine.

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-22 Thread Robert Neumann
Hello Herbert,
youe were right with this one:
  \topmargin 15mm
  \rightmargin 20mm
  \bottommargin 5mm

 it is impossible to place a pagenumber in a 5mm footer!
 I set the bottommargin to 15mm and the pagenumber appeared!!! So it was all 
the time there but in a way to much down as I would express it.
I'm definitely going to check out, whether I can use the idea with the A4 page 
with bigger margins.
Thanks 
Robert


Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-22 Thread Robert Neumann
Am Samstag, 21. Februar 2004 14:03 schrieb Herbert Voss:
> Robert Neumann wrote:
> > I attached a minimal file that shows the problem
> > It works perfectly with Lyx 1.2. with dvi and pdf.
>
> I cannot believe, please send the 1.2 LyX, log and
> tex file.

I attached the files, created120 means created with Lyx 120, created 132 means 
the file was created with lyx 132. It was exactly the lyx file I sent 
already. Using lyx 132 I created two files: One using the "pdf" export 
option, the other one using dvipdfm

> > \papersize Custom
>
> why custom and not a4paper? Layout->Document->Paper
Because it is going to be printed on paper having the custom size.

> > \topmargin 15mm
> > \rightmargin 20mm
> > \bottommargin 5mm
>
> it is impossible to place a pagenumber in a 5mm footer!
ok, sounds reasonable, the strange thing is: it worked with lyx 120, so I 
didn't pay attention.

> change your paper size to a4, add some more space to the
> top and bottom margin, then everything works well.
ok, I will check out, wether this works with the dtp-Programm on which the 
file is processed afterwards whether this works 

> by the way: do not use the font setting from inside LyX,
> it is deprecated. Write instead in the preamble:
>
> \usepackage[scaled=0.92]{helvet}
> \usepackage{mathptmx}
> \usepackage{courier}% luximono looks nicer here
I'm not sure what you mean...

Thank you so far

pagenumber_1_createt_120.pdf
Description: Adobe PDF document
%% LyX 1.3 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[10pt,twoside,ngerman]{article}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{geometry}
\geometry{verbose,paperwidth=17cm,paperheight=24cm,tmargin=15mm,bmargin=5mm,lmargin=14mm,rmargin=20mm}
\pagestyle{headings}
\setlength\parskip{\medskipamount}
\setlength\parindent{0pt}
\usepackage{amsmath}
\usepackage{amssymb}

\makeatletter
%% User specified LaTeX commands.
\renewcommand\labelenumi{\alph{enumi})}
\renewcommand\labelenumii{\Roman{enumii})}
\usepackage{fancyhdr}
\usepackage{mathptmx}
\pagestyle {fancy}
\fancyhead {}
\fancyhead[RO,LE]{\slshape Test}
\fancyfoot[LE,RO]{\thepage}
\cfoot{}

\usepackage{babel}
\makeatother
\begin{document}
test page 1

\newpage

this is on page 2
\end{document}


pagenumber_1created132_using_pdf.pdf
Description: Adobe PDF document


pagenumber_1created132_usingdvipdfm.pdf
Description: Adobe PDF document
%% LyX 1.2 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[10pt,twoside,ngerman]{article}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{geometry}
\geometry{verbose,paperwidth=17cm,paperheight=24cm,tmargin=15mm,bmargin=5mm,lmargin=14mm,rmargin=20mm}
\pagestyle{headings}
\setlength\parskip{\medskipamount}
\setlength\parindent{0pt}
\usepackage{amsmath}
\usepackage{amssymb}

\makeatletter

%% LyX specific LaTeX commands.
[EMAIL PROTECTED]

%% User specified LaTeX commands.
\renewcommand\labelenumi{\alph{enumi})}
\renewcommand\labelenumii{\Roman{enumii})}
\usepackage{fancyhdr}
\usepackage{mathptmx}
\pagestyle {fancy}
\fancyhead {}
\fancyhead[RO,LE]{\slshape Test}
\fancyfoot[LE,RO]{\thepage}
\cfoot{}

\usepackage{babel}
\makeatother
\begin{document}
test page 1

\newpage

this is on page 2
\end{document}


Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-22 Thread Herbert Voss
Robert Neumann wrote:

I attached the files, created120 means created with Lyx 120, created 132 means 
the file was created with lyx 132. It was exactly the lyx file I sent 
already. Using lyx 132 I created two files: One using the "pdf" export 
option, the other one using dvipdfm


\papersize Custom
why custom and not a4paper? Layout->Document->Paper
Because it is going to be printed on paper having the custom size.
ok, understood. But in this case you should use the
PostScript view instead of the dvi one, because xdvi
doesn't realize the different pagesetting.
it is impossible to place a pagenumber in a 5mm footer!
ok, sounds reasonable, the strange thing is: it worked with lyx 120, so I 
didn't pay attention.
I suppose that this depends to the package geometry, which
has in the latest version other defaults. And at 1.2 time
there exists another version of geometry.
by the way: do not use the font setting from inside LyX,
it is deprecated. Write instead in the preamble:
\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier}% luximono looks nicer here
I'm not sure what you mean...
do not use layout->Document-Font. Nearly all selections
are deprecated. Write the above into the preamble.
Herbert




Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-22 Thread Herbert Voss
Robert Neumann wrote:

I attached the files, created120 means created with Lyx 120, created 132 means 
the file was created with lyx 132. It was exactly the lyx file I sent 
already. Using lyx 132 I created two files: One using the "pdf" export 
option, the other one using dvipdfm
there are several ways to get a pdf file:
- pdflatex -> no page numbers
- ps2pdf   -> no page numbers
- dvipdfm  -> page numbers
the last two are conversion programs and they are
different in passing pagesettings to the pdf file.
Choose for the bottom margin for example 15mm, then
you'll get pagenumbers for all of them.
Herbert




Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-22 Thread Christian Ridderström
On Sun, 22 Feb 2004, Herbert Voss wrote:

> >>by the way: do not use the font setting from inside LyX,
> >>it is deprecated. Write instead in the preamble:
> >>
> >>\usepackage[scaled=0.92]{helvet}
> >>\usepackage{mathptmx}
> >>\usepackage{courier}% luximono looks nicer here
> > 

Hi Herbert

Since you keep having to say the above, I wrote it down for you here:

http://wiki.lyx.org/beta/pmwiki.php?pagename=LyX.Fonts

so in the future you may just give that link if that's more convenient for 
you. Since I'm sure you have further information about this on your site, 
maybe you could link to that information from the wiki page above?

/Christian

PS. There's "shortcut" to your site in the sense that if you write e.g.

LatexTips:index.html

this will actually result in this URI

http://latex.s-v-p.de/index.html

which is of course useful since if you ever change your host, only the
shortcut has to be redefine.

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-22 Thread Robert Neumann
Hello Herbert,
youe were right with this one:
> > \topmargin 15mm
> > \rightmargin 20mm
> > \bottommargin 5mm
>
> it is impossible to place a pagenumber in a 5mm footer!
 I set the bottommargin to 15mm and the pagenumber appeared!!! So it was all 
the time there but in a way to much down as I would express it.
I'm definitely going to check out, whether I can use the idea with the A4 page 
with bigger margins.
Thanks 
Robert


Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-21 Thread Robert Neumann
Thank you for the hints,
I attached a minimal file that shows the problem
It works perfectly with Lyx 1.2. with dvi and pdf.
Thank you 
Robert

 On Fri, 20 Feb 2004, Robert Neumann wrote:
  Hi,
  I have a file with fancyhdr and the followings commands in the preamble.
  It works fine with lyx 1.20
  \usepackage {fancyhdr}
  \fancyhead{}
  \fancyhead[RO,LE]{\slshape Vorwort}
  \fancyfoot[LE,RO]{\thepage}
 
  Now I changed to lyx 1.3.2 and when I export to ps or pdf, the pagenumber
  in the footer is gone.

 Does this happen if you create a document from scratch? And if it does,
 could you post a minimal example that illustrates the problem?

  It is still there when I use dvi or  dvipdf

 Um... do you mean that the DVI shows the pagenumbers, but the PS/PDF
 don't? (sounds weird to me).
exactly!
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\begin_preamble
\renewcommand\labelenumi{\alph{enumi})}
\renewcommand\labelenumii{\Roman{enumii})}
\usepackage{fancyhdr}
\usepackage{mathptmx}
\pagestyle {fancy}
\fancyhead {}
\fancyhead[RO,LE]{\slshape Test}
\fancyfoot[LE,RO]{\thepage}
\cfoot{}
\end_preamble
\language ngerman
\inputencoding auto
\fontscheme times
\graphics default
\paperfontsize 10
\spacing single 
\papersize Custom
\paperpackage a4
\use_geometry 1
\use_amsmath 1
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\paperwidth 17cm
\paperheight 24cm
\leftmargin 14mm
\topmargin 15mm
\rightmargin 20mm
\bottommargin 5mm
\secnumdepth 3
\tocdepth 3
\paragraph_separation skip
\defskip medskip
\quotes_language french
\quotes_times 2
\papercolumns 1
\papersides 2
\paperpagestyle headings

\layout Standard

test page 1
\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
newpage
\end_inset 


\layout Standard

this is on page 2
\the_end


Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-21 Thread Herbert Voss
Robert Neumann wrote:

I attached a minimal file that shows the problem
It works perfectly with Lyx 1.2. with dvi and pdf.
I cannot believe, please send the 1.2 LyX, log and
tex file.
\papersize Custom
why custom and not a4paper? Layout-Document-Paper

\topmargin 15mm
\rightmargin 20mm
\bottommargin 5mm
it is impossible to place a pagenumber in a 5mm footer!

change your paper size to a4, add some more space to the
top and bottom margin, then everything works well.
by the way: do not use the font setting from inside LyX,
it is deprecated. Write instead in the preamble:
\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier}% luximono looks nicer here
Herbert




Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-21 Thread Robert Neumann
Thank you for the hints,
I attached a minimal file that shows the problem
It works perfectly with Lyx 1.2. with dvi and pdf.
Thank you 
Robert

 On Fri, 20 Feb 2004, Robert Neumann wrote:
  Hi,
  I have a file with fancyhdr and the followings commands in the preamble.
  It works fine with lyx 1.20
  \usepackage {fancyhdr}
  \fancyhead{}
  \fancyhead[RO,LE]{\slshape Vorwort}
  \fancyfoot[LE,RO]{\thepage}
 
  Now I changed to lyx 1.3.2 and when I export to ps or pdf, the pagenumber
  in the footer is gone.

 Does this happen if you create a document from scratch? And if it does,
 could you post a minimal example that illustrates the problem?

  It is still there when I use dvi or  dvipdf

 Um... do you mean that the DVI shows the pagenumbers, but the PS/PDF
 don't? (sounds weird to me).
exactly!
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\begin_preamble
\renewcommand\labelenumi{\alph{enumi})}
\renewcommand\labelenumii{\Roman{enumii})}
\usepackage{fancyhdr}
\usepackage{mathptmx}
\pagestyle {fancy}
\fancyhead {}
\fancyhead[RO,LE]{\slshape Test}
\fancyfoot[LE,RO]{\thepage}
\cfoot{}
\end_preamble
\language ngerman
\inputencoding auto
\fontscheme times
\graphics default
\paperfontsize 10
\spacing single 
\papersize Custom
\paperpackage a4
\use_geometry 1
\use_amsmath 1
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\paperwidth 17cm
\paperheight 24cm
\leftmargin 14mm
\topmargin 15mm
\rightmargin 20mm
\bottommargin 5mm
\secnumdepth 3
\tocdepth 3
\paragraph_separation skip
\defskip medskip
\quotes_language french
\quotes_times 2
\papercolumns 1
\papersides 2
\paperpagestyle headings

\layout Standard

test page 1
\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
newpage
\end_inset 


\layout Standard

this is on page 2
\the_end


Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-21 Thread Herbert Voss
Robert Neumann wrote:

I attached a minimal file that shows the problem
It works perfectly with Lyx 1.2. with dvi and pdf.
I cannot believe, please send the 1.2 LyX, log and
tex file.
\papersize Custom
why custom and not a4paper? Layout-Document-Paper

\topmargin 15mm
\rightmargin 20mm
\bottommargin 5mm
it is impossible to place a pagenumber in a 5mm footer!

change your paper size to a4, add some more space to the
top and bottom margin, then everything works well.
by the way: do not use the font setting from inside LyX,
it is deprecated. Write instead in the preamble:
\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier}% luximono looks nicer here
Herbert




Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-21 Thread Robert Neumann
Thank you for the hints,
I attached a minimal file that shows the problem
It works perfectly with Lyx 1.2. with dvi and pdf.
Thank you 
Robert

> On Fri, 20 Feb 2004, Robert Neumann wrote:
> > Hi,
> > I have a file with fancyhdr and the followings commands in the preamble.
> > It works fine with lyx 1.20
> > \usepackage {fancyhdr}
> > \fancyhead{}
> > \fancyhead[RO,LE]{\slshape Vorwort}
> > \fancyfoot[LE,RO]{\thepage}
> >
> > Now I changed to lyx 1.3.2 and when I export to ps or pdf, the pagenumber
> > in the footer is gone.
>
> Does this happen if you create a document from scratch? And if it does,
> could you post a minimal example that illustrates the problem?

> > It is still there when I use dvi or  dvipdf
>
> Um... do you mean that the DVI shows the pagenumbers, but the PS/PDF
> don't? (sounds weird to me).
exactly!
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\begin_preamble
\renewcommand\labelenumi{\alph{enumi})}
\renewcommand\labelenumii{\Roman{enumii})}
\usepackage{fancyhdr}
\usepackage{mathptmx}
\pagestyle {fancy}
\fancyhead {}
\fancyhead[RO,LE]{\slshape Test}
\fancyfoot[LE,RO]{\thepage}
\cfoot{}
\end_preamble
\language ngerman
\inputencoding auto
\fontscheme times
\graphics default
\paperfontsize 10
\spacing single 
\papersize Custom
\paperpackage a4
\use_geometry 1
\use_amsmath 1
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\paperwidth 17cm
\paperheight 24cm
\leftmargin 14mm
\topmargin 15mm
\rightmargin 20mm
\bottommargin 5mm
\secnumdepth 3
\tocdepth 3
\paragraph_separation skip
\defskip medskip
\quotes_language french
\quotes_times 2
\papercolumns 1
\papersides 2
\paperpagestyle headings

\layout Standard

test page 1
\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
newpage
\end_inset 


\layout Standard

this is on page 2
\the_end


Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-21 Thread Herbert Voss
Robert Neumann wrote:

I attached a minimal file that shows the problem
It works perfectly with Lyx 1.2. with dvi and pdf.
I cannot believe, please send the 1.2 LyX, log and
tex file.
\papersize Custom
why custom and not a4paper? Layout->Document->Paper

\topmargin 15mm
\rightmargin 20mm
\bottommargin 5mm
it is impossible to place a pagenumber in a 5mm footer!

change your paper size to a4, add some more space to the
top and bottom margin, then everything works well.
by the way: do not use the font setting from inside LyX,
it is deprecated. Write instead in the preamble:
\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier}% luximono looks nicer here
Herbert




Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-20 Thread Robert Neumann
Hi,
I have a file with fancyhdr and the followings commands in the preamble.
It works fine with lyx 1.20
\usepackage {fancyhdr}
\fancyhead{}
\fancyhead[RO,LE]{\slshape Vorwort}
\fancyfoot[LE,RO]{\thepage}

Now I changed to lyx 1.3.2 and when I export to ps or pdf, the pagenumber in 
the footer is gone. 
It is still there when I use dvi or  dvipdf
Does anybody have an explanation?
Thanks Robert
 


Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-20 Thread Christian Ridderström
On Fri, 20 Feb 2004, Robert Neumann wrote:

 Hi,
 I have a file with fancyhdr and the followings commands in the preamble.
 It works fine with lyx 1.20
 \usepackage {fancyhdr}
 \fancyhead{}
 \fancyhead[RO,LE]{\slshape Vorwort}
 \fancyfoot[LE,RO]{\thepage}
 
 Now I changed to lyx 1.3.2 and when I export to ps or pdf, the pagenumber in 
 the footer is gone. 

Does this happen if you create a document from scratch? And if it does, 
could you post a minimal example that illustrates the problem?

 It is still there when I use dvi or  dvipdf

Um... do you mean that the DVI shows the pagenumbers, but the PS/PDF 
don't? (sounds weird to me).

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-20 Thread Herbert Voss
Robert Neumann wrote:

I have a file with fancyhdr and the followings commands in the preamble.
It works fine with lyx 1.20
\usepackage {fancyhdr}
\fancyhead{}
\fancyhead[RO,LE]{\slshape Vorwort}
\fancyfoot[LE,RO]{\thepage}
Now I changed to lyx 1.3.2 and when I export to ps or pdf, the pagenumber in 
the footer is gone. 
It is still there when I use dvi or  dvipdf
seems to be a probme with the dvips paper size option.
open the document with lyx, run dvi view, then go into
the temporary directory of the doc /tmp/lyx...
and run dvips ... by hand without any option. How does
the ps file looks now.
Herbert




Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-20 Thread Uwe Sthr
 I have a file with fancyhdr and the followings commands in the
 preamble.
 It works fine with lyx 1.20
 \usepackage {fancyhdr}
 \fancyhead{}
 \fancyhead[RO,LE]{\slshape Vorwort}
 \fancyfoot[LE,RO]{\thepage}
 Now I changed to lyx 1.3.2 and when I export to ps or pdf, the
 pagenumber in the footer is gone.
You don't need the first two lines in the preamble.
Use instead 'fancy' in the menu
Layout - Document - Layout - Page style


Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-20 Thread Kayvan A. Sylvan
On Fri, Feb 20, 2004 at 11:56:38AM +0100, Robert Neumann wrote:
 Hi,
 I have a file with fancyhdr and the followings commands in the preamble.
 It works fine with lyx 1.20
 \usepackage {fancyhdr}
 \fancyhead{}
 \fancyhead[RO,LE]{\slshape Vorwort}
 \fancyfoot[LE,RO]{\thepage}
 
 Now I changed to lyx 1.3.2 and when I export to ps or pdf, the pagenumber in 
 the footer is gone. 
 It is still there when I use dvi or  dvipdf
 Does anybody have an explanation?
 Thanks Robert

My guess is that something has changed in your page margins or something
of that nature in the upgrade.

-- 
Kayvan A. Sylvan  | Proud husband of   | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | crown of her husband | Robin Gregory (2/28/92)


Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-20 Thread Robert Neumann
Hi,
I have a file with fancyhdr and the followings commands in the preamble.
It works fine with lyx 1.20
\usepackage {fancyhdr}
\fancyhead{}
\fancyhead[RO,LE]{\slshape Vorwort}
\fancyfoot[LE,RO]{\thepage}

Now I changed to lyx 1.3.2 and when I export to ps or pdf, the pagenumber in 
the footer is gone. 
It is still there when I use dvi or  dvipdf
Does anybody have an explanation?
Thanks Robert
 


Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-20 Thread Christian Ridderström
On Fri, 20 Feb 2004, Robert Neumann wrote:

 Hi,
 I have a file with fancyhdr and the followings commands in the preamble.
 It works fine with lyx 1.20
 \usepackage {fancyhdr}
 \fancyhead{}
 \fancyhead[RO,LE]{\slshape Vorwort}
 \fancyfoot[LE,RO]{\thepage}
 
 Now I changed to lyx 1.3.2 and when I export to ps or pdf, the pagenumber in 
 the footer is gone. 

Does this happen if you create a document from scratch? And if it does, 
could you post a minimal example that illustrates the problem?

 It is still there when I use dvi or  dvipdf

Um... do you mean that the DVI shows the pagenumbers, but the PS/PDF 
don't? (sounds weird to me).

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-20 Thread Herbert Voss
Robert Neumann wrote:

I have a file with fancyhdr and the followings commands in the preamble.
It works fine with lyx 1.20
\usepackage {fancyhdr}
\fancyhead{}
\fancyhead[RO,LE]{\slshape Vorwort}
\fancyfoot[LE,RO]{\thepage}
Now I changed to lyx 1.3.2 and when I export to ps or pdf, the pagenumber in 
the footer is gone. 
It is still there when I use dvi or  dvipdf
seems to be a probme with the dvips paper size option.
open the document with lyx, run dvi view, then go into
the temporary directory of the doc /tmp/lyx...
and run dvips ... by hand without any option. How does
the ps file looks now.
Herbert




Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-20 Thread Uwe Sthr
 I have a file with fancyhdr and the followings commands in the
 preamble.
 It works fine with lyx 1.20
 \usepackage {fancyhdr}
 \fancyhead{}
 \fancyhead[RO,LE]{\slshape Vorwort}
 \fancyfoot[LE,RO]{\thepage}
 Now I changed to lyx 1.3.2 and when I export to ps or pdf, the
 pagenumber in the footer is gone.
You don't need the first two lines in the preamble.
Use instead 'fancy' in the menu
Layout - Document - Layout - Page style


Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-20 Thread Kayvan A. Sylvan
On Fri, Feb 20, 2004 at 11:56:38AM +0100, Robert Neumann wrote:
 Hi,
 I have a file with fancyhdr and the followings commands in the preamble.
 It works fine with lyx 1.20
 \usepackage {fancyhdr}
 \fancyhead{}
 \fancyhead[RO,LE]{\slshape Vorwort}
 \fancyfoot[LE,RO]{\thepage}
 
 Now I changed to lyx 1.3.2 and when I export to ps or pdf, the pagenumber in 
 the footer is gone. 
 It is still there when I use dvi or  dvipdf
 Does anybody have an explanation?
 Thanks Robert

My guess is that something has changed in your page margins or something
of that nature in the upgrade.

-- 
Kayvan A. Sylvan  | Proud husband of   | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | crown of her husband | Robin Gregory (2/28/92)


Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-20 Thread Robert Neumann
Hi,
I have a file with fancyhdr and the followings commands in the preamble.
It works fine with lyx 1.20
\usepackage {fancyhdr}
\fancyhead{}
\fancyhead[RO,LE]{\slshape Vorwort}
\fancyfoot[LE,RO]{\thepage}

Now I changed to lyx 1.3.2 and when I export to ps or pdf, the pagenumber in 
the footer is gone. 
It is still there when I use dvi or  dvipdf
Does anybody have an explanation?
Thanks Robert
 


Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-20 Thread Christian Ridderström
On Fri, 20 Feb 2004, Robert Neumann wrote:

> Hi,
> I have a file with fancyhdr and the followings commands in the preamble.
> It works fine with lyx 1.20
> \usepackage {fancyhdr}
> \fancyhead{}
> \fancyhead[RO,LE]{\slshape Vorwort}
> \fancyfoot[LE,RO]{\thepage}
> 
> Now I changed to lyx 1.3.2 and when I export to ps or pdf, the pagenumber in 
> the footer is gone. 

Does this happen if you create a document from scratch? And if it does, 
could you post a minimal example that illustrates the problem?

> It is still there when I use dvi or  dvipdf

Um... do you mean that the DVI shows the pagenumbers, but the PS/PDF 
don't? (sounds weird to me).

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-20 Thread Herbert Voss
Robert Neumann wrote:

I have a file with fancyhdr and the followings commands in the preamble.
It works fine with lyx 1.20
\usepackage {fancyhdr}
\fancyhead{}
\fancyhead[RO,LE]{\slshape Vorwort}
\fancyfoot[LE,RO]{\thepage}
Now I changed to lyx 1.3.2 and when I export to ps or pdf, the pagenumber in 
the footer is gone. 
It is still there when I use dvi or  dvipdf
seems to be a probme with the dvips paper size option.
open the document with lyx, run dvi view, then go into
the temporary directory of the doc /tmp/lyx...
and run dvips ... by hand without any option. How does
the ps file looks now.
Herbert




Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-20 Thread Uwe Stöhr
> I have a file with fancyhdr and the followings commands in the
> preamble.
> It works fine with lyx 1.20
> \usepackage {fancyhdr}
> \fancyhead{}
> \fancyhead[RO,LE]{\slshape Vorwort}
> \fancyfoot[LE,RO]{\thepage}
> Now I changed to lyx 1.3.2 and when I export to ps or pdf, the
> pagenumber in the footer is gone.
You don't need the first two lines in the preamble.
Use instead 'fancy' in the menu
Layout -> Document -> Layout -> Page style


Re: Pagenumbers gone in ps and pdf with Lyx 1.3.2

2004-02-20 Thread Kayvan A. Sylvan
On Fri, Feb 20, 2004 at 11:56:38AM +0100, Robert Neumann wrote:
> Hi,
> I have a file with fancyhdr and the followings commands in the preamble.
> It works fine with lyx 1.20
> \usepackage {fancyhdr}
> \fancyhead{}
> \fancyhead[RO,LE]{\slshape Vorwort}
> \fancyfoot[LE,RO]{\thepage}
> 
> Now I changed to lyx 1.3.2 and when I export to ps or pdf, the pagenumber in 
> the footer is gone. 
> It is still there when I use dvi or  dvipdf
> Does anybody have an explanation?
> Thanks Robert

My guess is that something has changed in your page margins or something
of that nature in the upgrade.

-- 
Kayvan A. Sylvan  | Proud husband of   | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)


pagenumbers in the head instead the foot - using lyx 1.3.3 / gentoo 1.4

2004-02-03 Thread Holger Doerschel
Hello,

I'm using the report koma-script.

I need the pagenumers at the head of the pages in the middle instead of the
foot in the middle.

I tried this in the format -- document -- LaTeX ...

\usepackage {scrpage2}
\pagestyle{scrheadings}
\clearscrheadfoot
\chead[]{\pagemark}


But now there is no pagenumber anymore.


What do I have to do to get the pagenumbers in the head of the pages?


Any hint?


regarts

Holger



pagenumbers in the head instead the foot - using lyx 1.3.3 / gentoo 1.4

2004-02-03 Thread Holger Doerschel
Hello,

I'm using the report koma-script.

I need the pagenumers at the head of the pages in the middle instead of the
foot in the middle.

I tried this in the format -- document -- LaTeX ...

\usepackage {scrpage2}
\pagestyle{scrheadings}
\clearscrheadfoot
\chead[]{\pagemark}


But now there is no pagenumber anymore.


What do I have to do to get the pagenumbers in the head of the pages?


Any hint?


regarts

Holger



pagenumbers in the head instead the foot - using lyx 1.3.3 / gentoo 1.4

2004-02-03 Thread Holger Doerschel
Hello,

I'm using the report koma-script.

I need the pagenumers at the head of the pages in the middle instead of the
foot in the middle.

I tried this in the format -- document -- LaTeX ...

\usepackage {scrpage2}
\pagestyle{scrheadings}
\clearscrheadfoot
\chead[]{\pagemark}


But now there is no pagenumber anymore.


What do I have to do to get the pagenumbers in the head of the pages?


Any hint?


regarts

Holger



Re: Pagenumbers gone in pdf with lyx 1.3.2

2003-11-19 Thread Robert Neumann
   \fancyhead{}
  
   \fancyhead[RO,LE]{\slshape Vorwort}
  
   \fancyfoot[LE,RO]{\thepage}
  
   \cfoot{}

 this is stuff which should completely go into the preamble.
 Then you have no pagenumbers for dvi and pdf output.
But I want to have pagenumbers!

Okay for the idea that it should be put in the preamble but hwo do I change 
then the header for chapter 1 to 10 , there  it should be
  \fancyhead[RO,LE]{\slshape \leftmark}

chapter 10 - 20  should have

 \fancyhead[RO,LE]{\slshape Tipps}

So I put it in the text. I feared it was not the exakt way but it works.
But it might be a solution to put the fancyfoot in the preamble.
I can send the lyx file if you want, I jus wasn't sure whether it is common in 
this mailing list so send mails with attached files.
Robert


Re: Pagenumbers gone in pdf with lyx 1.3.2

2003-11-19 Thread Herbert Voß
Robert Neumann schrieb:
 \fancyhead{}

 \fancyhead[RO,LE]{\slshape Vorwort}

 \fancyfoot[LE,RO]{\thepage}

 \cfoot{}
this is stuff which should completely go into the preamble.
Then you have no pagenumbers for dvi and pdf output.
But I want to have pagenumbers!
sorry, I meant

Then you have pagenumbers for dvi and pdf output.

Okay for the idea that it should be put in the preamble but hwo do I change 
then the header for chapter 1 to 10 , there  it should be
  \fancyhead[RO,LE]{\slshape \leftmark}

chapter 10 - 20  should have

 \fancyhead[RO,LE]{\slshape Tipps}
this is okay, but the _first_ definition should go into the preamble.

Herbert




Re: Pagenumbers gone in pdf with lyx 1.3.2

2003-11-19 Thread Robert Neumann
   \fancyhead{}
  
   \fancyhead[RO,LE]{\slshape Vorwort}
  
   \fancyfoot[LE,RO]{\thepage}
  
   \cfoot{}

 this is stuff which should completely go into the preamble.
 Then you have no pagenumbers for dvi and pdf output.
But I want to have pagenumbers!

Okay for the idea that it should be put in the preamble but hwo do I change 
then the header for chapter 1 to 10 , there  it should be
  \fancyhead[RO,LE]{\slshape \leftmark}

chapter 10 - 20  should have

 \fancyhead[RO,LE]{\slshape Tipps}

So I put it in the text. I feared it was not the exakt way but it works.
But it might be a solution to put the fancyfoot in the preamble.
I can send the lyx file if you want, I jus wasn't sure whether it is common in 
this mailing list so send mails with attached files.
Robert


Re: Pagenumbers gone in pdf with lyx 1.3.2

2003-11-19 Thread Herbert Voß
Robert Neumann schrieb:
 \fancyhead{}

 \fancyhead[RO,LE]{\slshape Vorwort}

 \fancyfoot[LE,RO]{\thepage}

 \cfoot{}
this is stuff which should completely go into the preamble.
Then you have no pagenumbers for dvi and pdf output.
But I want to have pagenumbers!
sorry, I meant

Then you have pagenumbers for dvi and pdf output.

Okay for the idea that it should be put in the preamble but hwo do I change 
then the header for chapter 1 to 10 , there  it should be
  \fancyhead[RO,LE]{\slshape \leftmark}

chapter 10 - 20  should have

 \fancyhead[RO,LE]{\slshape Tipps}
this is okay, but the _first_ definition should go into the preamble.

Herbert




Re: Pagenumbers gone in pdf with lyx 1.3.2

2003-11-19 Thread Robert Neumann
>  > \fancyhead{}
>  >
>  > \fancyhead[RO,LE]{\slshape Vorwort}
>  >
>  > \fancyfoot[LE,RO]{\thepage}
>  >
>  > \cfoot{}
>
> this is stuff which should completely go into the preamble.
> Then you have no pagenumbers for dvi and pdf output.
But I want to have pagenumbers!

Okay for the idea that it should be put in the preamble but hwo do I change 
then the header for chapter 1 to 10 , there  it should be
  \fancyhead[RO,LE]{\slshape \leftmark}

chapter 10 - 20  should have

 \fancyhead[RO,LE]{\slshape Tipps}

So I put it in the text. I feared it was not the exakt way but it works.
But it might be a solution to put the fancyfoot in the preamble.
I can send the lyx file if you want, I jus wasn't sure whether it is common in 
this mailing list so send mails with attached files.
Robert


Re: Pagenumbers gone in pdf with lyx 1.3.2

2003-11-19 Thread Herbert Voß
Robert Neumann schrieb:
> \fancyhead{}
>
> \fancyhead[RO,LE]{\slshape Vorwort}
>
> \fancyfoot[LE,RO]{\thepage}
>
> \cfoot{}
this is stuff which should completely go into the preamble.
Then you have no pagenumbers for dvi and pdf output.
But I want to have pagenumbers!
sorry, I meant

Then you have pagenumbers for dvi and pdf output.

Okay for the idea that it should be put in the preamble but hwo do I change 
then the header for chapter 1 to 10 , there  it should be
  \fancyhead[RO,LE]{\slshape \leftmark}

chapter 10 - 20  should have

 \fancyhead[RO,LE]{\slshape Tipps}
this is okay, but the _first_ definition should go into the preamble.

Herbert




Re: Pagenumbers gone in pdf with lyx 1.3.2

2003-11-16 Thread Robert Neumann
Am Samstag, 15. November 2003 12:10 schrieb Herbert Voß:
 Robert Neumann schrieb:
  I am normally using Lyx 1.20, but I'm planing to switch to lyx 1.3.2.
  When I open a document which was created with lyx 1.20 using fanyhdr I
  encounter a problem: When I use the pdf preview or export function, the
  pagenumbers (created with fancyfoot) were gone. If I'm using the dvi
  preview, everything is ok. Can anybody help me with this problem?

 give an minimal example file.

 Herbert

This is the latex export craeted by by lyx 1.3.2
Robert

%% LyX 1.3 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[10pt,twoside,ngerman]{article}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{geometry}
\geometry{verbose,paperwidth=17cm,paperheight=24cm,tmargin=15mm,bmargin=5mm,lmargin=14mm,rmargin=20mm}
\setlength\parskip{\medskipamount}
\setlength\parindent{0pt}
\usepackage{amsmath}
\usepackage{amssymb}

\makeatletter
%% User specified LaTeX commands.
\usepackage{multicol}
\renewcommand\labelenumi{\alph{enumi})}
\renewcommand\labelenumii{\Roman{enumii})}
\usepackage{fancyhdr}
\usepackage{colortbl}
\usepackage{mathptmx}

\usepackage{babel}
\makeatother
\begin{document}
\renewcommand{\baselinestretch}{1.2}\small \normalsize\pagestyle{fancy}

\fancyhead{}

\fancyhead[RO,LE]{\slshape Vorwort}

\fancyfoot[LE,RO]{\thepage}

\cfoot{}





\renewcommand{\sectionmark}[1]{\markboth{\thesection.  \ 
#1}{}}\setcounter{page}{5}


\section*{Das neue Mathematik-Abitur in Baden-Württemberg }

test\newpage

Das ist die zweite Seite Prüfung.
\end{document}



Re: Pagenumbers gone in pdf with lyx 1.3.2

2003-11-16 Thread Herbert Voss
Robert Neumann schrieb:
 Am Samstag, 15. November 2003 12:10 schrieb Herbert Voß:

Robert Neumann schrieb:

I am normally using Lyx 1.20, but I'm planing to switch to lyx 1.3.2.
When I open a document which was created with lyx 1.20 using fanyhdr I
encounter a problem: When I use the pdf preview or export function, the
pagenumbers (created with fancyfoot) were gone. If I'm using the dvi
preview, everything is ok. Can anybody help me with this problem?

give an minimal example file.

Herbert


 This is the latex export craeted by by lyx 1.3.2
next time send the LyX file, makes life easier ...
Your code is a bit strange, you should read same basic
LaTeX documentations.
 \begin{document}
 \renewcommand{\baselinestretch}{1.2}\small \normalsize\pagestyle{fancy}
do not use baselinestretch, use package setspace
or define the spacing from within LyX

 \fancyhead{}

 \fancyhead[RO,LE]{\slshape Vorwort}

 \fancyfoot[LE,RO]{\thepage}

 \cfoot{}
this is stuff which should completely go into the preamble.
Then you have no pagenumbers for dvi and pdf output.
Herbert



Re: Pagenumbers gone in pdf with lyx 1.3.2

2003-11-16 Thread Robert Neumann
Am Samstag, 15. November 2003 12:10 schrieb Herbert Voß:
 Robert Neumann schrieb:
  I am normally using Lyx 1.20, but I'm planing to switch to lyx 1.3.2.
  When I open a document which was created with lyx 1.20 using fanyhdr I
  encounter a problem: When I use the pdf preview or export function, the
  pagenumbers (created with fancyfoot) were gone. If I'm using the dvi
  preview, everything is ok. Can anybody help me with this problem?

 give an minimal example file.

 Herbert

This is the latex export craeted by by lyx 1.3.2
Robert

%% LyX 1.3 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[10pt,twoside,ngerman]{article}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{geometry}
\geometry{verbose,paperwidth=17cm,paperheight=24cm,tmargin=15mm,bmargin=5mm,lmargin=14mm,rmargin=20mm}
\setlength\parskip{\medskipamount}
\setlength\parindent{0pt}
\usepackage{amsmath}
\usepackage{amssymb}

\makeatletter
%% User specified LaTeX commands.
\usepackage{multicol}
\renewcommand\labelenumi{\alph{enumi})}
\renewcommand\labelenumii{\Roman{enumii})}
\usepackage{fancyhdr}
\usepackage{colortbl}
\usepackage{mathptmx}

\usepackage{babel}
\makeatother
\begin{document}
\renewcommand{\baselinestretch}{1.2}\small \normalsize\pagestyle{fancy}

\fancyhead{}

\fancyhead[RO,LE]{\slshape Vorwort}

\fancyfoot[LE,RO]{\thepage}

\cfoot{}





\renewcommand{\sectionmark}[1]{\markboth{\thesection.  \ 
#1}{}}\setcounter{page}{5}


\section*{Das neue Mathematik-Abitur in Baden-Württemberg }

test\newpage

Das ist die zweite Seite Prüfung.
\end{document}



Re: Pagenumbers gone in pdf with lyx 1.3.2

2003-11-16 Thread Herbert Voss
Robert Neumann schrieb:
 Am Samstag, 15. November 2003 12:10 schrieb Herbert Voß:

Robert Neumann schrieb:

I am normally using Lyx 1.20, but I'm planing to switch to lyx 1.3.2.
When I open a document which was created with lyx 1.20 using fanyhdr I
encounter a problem: When I use the pdf preview or export function, the
pagenumbers (created with fancyfoot) were gone. If I'm using the dvi
preview, everything is ok. Can anybody help me with this problem?

give an minimal example file.

Herbert


 This is the latex export craeted by by lyx 1.3.2
next time send the LyX file, makes life easier ...
Your code is a bit strange, you should read same basic
LaTeX documentations.
 \begin{document}
 \renewcommand{\baselinestretch}{1.2}\small \normalsize\pagestyle{fancy}
do not use baselinestretch, use package setspace
or define the spacing from within LyX

 \fancyhead{}

 \fancyhead[RO,LE]{\slshape Vorwort}

 \fancyfoot[LE,RO]{\thepage}

 \cfoot{}
this is stuff which should completely go into the preamble.
Then you have no pagenumbers for dvi and pdf output.
Herbert



Re: Pagenumbers gone in pdf with lyx 1.3.2

2003-11-16 Thread Robert Neumann
Am Samstag, 15. November 2003 12:10 schrieb Herbert Voß:
> Robert Neumann schrieb:
> > I am normally using Lyx 1.20, but I'm planing to switch to lyx 1.3.2.
> > When I open a document which was created with lyx 1.20 using fanyhdr I
> > encounter a problem: When I use the pdf preview or export function, the
> > pagenumbers (created with fancyfoot) were gone. If I'm using the dvi
> > preview, everything is ok. Can anybody help me with this problem?
>
> give an minimal example file.
>
> Herbert

This is the latex export craeted by by lyx 1.3.2
Robert

%% LyX 1.3 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[10pt,twoside,ngerman]{article}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{geometry}
\geometry{verbose,paperwidth=17cm,paperheight=24cm,tmargin=15mm,bmargin=5mm,lmargin=14mm,rmargin=20mm}
\setlength\parskip{\medskipamount}
\setlength\parindent{0pt}
\usepackage{amsmath}
\usepackage{amssymb}

\makeatletter
%% User specified LaTeX commands.
\usepackage{multicol}
\renewcommand\labelenumi{\alph{enumi})}
\renewcommand\labelenumii{\Roman{enumii})}
\usepackage{fancyhdr}
\usepackage{colortbl}
\usepackage{mathptmx}

\usepackage{babel}
\makeatother
\begin{document}
\renewcommand{\baselinestretch}{1.2}\small \normalsize\pagestyle{fancy}

\fancyhead{}

\fancyhead[RO,LE]{\slshape Vorwort}

\fancyfoot[LE,RO]{\thepage}

\cfoot{}





\renewcommand{\sectionmark}[1]{\markboth{\thesection.  \ 
#1}{}}\setcounter{page}{5}


\section*{Das neue Mathematik-Abitur in Baden-Württemberg }

test\newpage

Das ist die zweite Seite Prüfung.
\end{document}



Re: Pagenumbers gone in pdf with lyx 1.3.2

2003-11-16 Thread Herbert Voss
Robert Neumann schrieb:
> Am Samstag, 15. November 2003 12:10 schrieb Herbert Voß:
>
>>Robert Neumann schrieb:
>>
>>>I am normally using Lyx 1.20, but I'm planing to switch to lyx 1.3.2.
>>>When I open a document which was created with lyx 1.20 using fanyhdr I
>>>encounter a problem: When I use the pdf preview or export function, the
>>>pagenumbers (created with fancyfoot) were gone. If I'm using the dvi
>>>preview, everything is ok. Can anybody help me with this problem?
>>
>>give an minimal example file.
>>
>>Herbert
>
>
> This is the latex export craeted by by lyx 1.3.2
next time send the LyX file, makes life easier ...
Your code is a bit strange, you should read same basic
LaTeX documentations.
> \begin{document}
> \renewcommand{\baselinestretch}{1.2}\small \normalsize\pagestyle{fancy}
do not use baselinestretch, use package setspace
or define the spacing from within LyX
>
> \fancyhead{}
>
> \fancyhead[RO,LE]{\slshape Vorwort}
>
> \fancyfoot[LE,RO]{\thepage}
>
> \cfoot{}
this is stuff which should completely go into the preamble.
Then you have no pagenumbers for dvi and pdf output.
Herbert



Re: Pagenumbers gone in pdf with lyx 1.3.2

2003-11-15 Thread Herbert Voß
Robert Neumann schrieb:

I am normally using Lyx 1.20, but I'm planing to switch to lyx 1.3.2. When I 
open a document which was created with lyx 1.20 using fanyhdr I encounter a 
problem: When I use the pdf preview or export function, the pagenumbers 
(created with fancyfoot) were gone. If I'm using the dvi preview, everything 
is ok. Can anybody help me with this problem?
give an minimal example file.

Herbert




Re: Pagenumbers gone in pdf with lyx 1.3.2

2003-11-15 Thread Herbert Voß
Robert Neumann schrieb:

I am normally using Lyx 1.20, but I'm planing to switch to lyx 1.3.2. When I 
open a document which was created with lyx 1.20 using fanyhdr I encounter a 
problem: When I use the pdf preview or export function, the pagenumbers 
(created with fancyfoot) were gone. If I'm using the dvi preview, everything 
is ok. Can anybody help me with this problem?
give an minimal example file.

Herbert




Re: Pagenumbers gone in pdf with lyx 1.3.2

2003-11-15 Thread Herbert Voß
Robert Neumann schrieb:

I am normally using Lyx 1.20, but I'm planing to switch to lyx 1.3.2. When I 
open a document which was created with lyx 1.20 using fanyhdr I encounter a 
problem: When I use the pdf preview or export function, the pagenumbers 
(created with fancyfoot) were gone. If I'm using the dvi preview, everything 
is ok. Can anybody help me with this problem?
give an minimal example file.

Herbert




Pagenumbers gone in pdf with lyx 1.3.2

2003-11-14 Thread Robert Neumann
Hello,
I am normally using Lyx 1.20, but I'm planing to switch to lyx 1.3.2. When I 
open a document which was created with lyx 1.20 using fanyhdr I encounter a 
problem: When I use the pdf preview or export function, the pagenumbers 
(created with fancyfoot) were gone. If I'm using the dvi preview, everything 
is ok. Can anybody help me with this problem?
Thanks
Robert


Pagenumbers gone in pdf with lyx 1.3.2

2003-11-14 Thread Robert Neumann
Hello,
I am normally using Lyx 1.20, but I'm planing to switch to lyx 1.3.2. When I 
open a document which was created with lyx 1.20 using fanyhdr I encounter a 
problem: When I use the pdf preview or export function, the pagenumbers 
(created with fancyfoot) were gone. If I'm using the dvi preview, everything 
is ok. Can anybody help me with this problem?
Thanks
Robert


Pagenumbers gone in pdf with lyx 1.3.2

2003-11-14 Thread Robert Neumann
Hello,
I am normally using Lyx 1.20, but I'm planing to switch to lyx 1.3.2. When I 
open a document which was created with lyx 1.20 using fanyhdr I encounter a 
problem: When I use the pdf preview or export function, the pagenumbers 
(created with fancyfoot) were gone. If I'm using the dvi preview, everything 
is ok. Can anybody help me with this problem?
Thanks
Robert


Pagenumbers in index

2003-11-04 Thread Robert Neumann
Hello,
I'm using Lyx 1.20 and made a 2-sided document. Im using fancyhdr with the 
command \fancyfoot [LE,RO]{\thepage} for my pagenumbers

Now I'm adding an Index using the insert/index function of lyx.
The first side of the index-page (which is a right side) has the pagenumbers 
in the middle, the second as it should be on the left side.
Is there a way of solving this problem?
Thank you
Robert Neumann


Pagenumbers in index

2003-11-04 Thread Robert Neumann
Hello,
I'm using Lyx 1.20 and made a 2-sided document. Im using fancyhdr with the 
command \fancyfoot [LE,RO]{\thepage} for my pagenumbers

Now I'm adding an Index using the insert/index function of lyx.
The first side of the index-page (which is a right side) has the pagenumbers 
in the middle, the second as it should be on the left side.
Is there a way of solving this problem?
Thank you
Robert Neumann


Pagenumbers in index

2003-11-04 Thread Robert Neumann
Hello,
I'm using Lyx 1.20 and made a 2-sided document. Im using fancyhdr with the 
command \fancyfoot [LE,RO]{\thepage} for my pagenumbers

Now I'm adding an Index using the insert/index function of lyx.
The first side of the index-page (which is a right side) has the pagenumbers 
in the middle, the second as it should be on the left side.
Is there a way of solving this problem?
Thank you
Robert Neumann


thanks for help with pagenumbers and date

2001-10-14 Thread Richard Harris

LyX-kinder:

Putting date{} in the preamble turned off the date in my book.

With fancy headers turned on, I set \rhead{} in Tex on the first
page and put \rhead{Harris - \thepage} on the page I wanted numbering
to begin on.

Thanks to Herbert Voss for the help!

Sincerely,
-- 
Richard Harris
Editor, Words on a Wire
http://woaw-poetry.org
--
I want my place, my own place,
my true place in the world,
my proper sphere, my thing.
::Nathaniel Hawthorne



thanks for help with pagenumbers and date

2001-10-14 Thread Richard Harris

LyX-kinder:

Putting date{} in the preamble turned off the date in my book.

With fancy headers turned on, I set \rhead{} in Tex on the first
page and put \rhead{Harris - \thepage} on the page I wanted numbering
to begin on.

Thanks to Herbert Voss for the help!

Sincerely,
-- 
Richard Harris
Editor, Words on a Wire
http://woaw-poetry.org
--
I want my place, my own place,
my true place in the world,
my proper sphere, my thing.
::Nathaniel Hawthorne



thanks for help with pagenumbers and date

2001-10-14 Thread Richard Harris

LyX-kinder:

Putting date{} in the preamble turned off the date in my book.

With fancy headers turned on, I set \rhead{} in Tex on the first
page and put \rhead{Harris - \thepage} on the page I wanted numbering
to begin on.

Thanks to Herbert Voss for the help!

Sincerely,
-- 
Richard Harris
Editor, Words on a Wire
http://woaw-poetry.org
--
I want my place, my own place,
my true place in the world,
my proper sphere, my thing.
::Nathaniel Hawthorne



RE: no pagenumbers?

2000-05-04 Thread Juergen Vigna


On 04-May-2000 Angus Leeming wrote:
 Setting pagestyle to empty (class article) doesn't work although
 
 \paperpagestyle empty
 
 is present in the .lyx file and
 
 \pagestyle{empty}
 
 is present in the .tex file
 
 I can see nothing wrong with the files (attached). Any ideas?

Well I see you have a titlepage and there the standart \pagestyle{empty}
does not work ;) try to put a \thispagestyle{empty} as TeX (red text) before
the title.

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna  E-Mail: [EMAIL PROTECTED]
Italienallee 13/N Tel:+39-0471-450260
I-39100 Bozen Fax:+39-0471-450296
ITALY Web:http://www.sad.it/~jug

This restaurant was advertising breakfast any time. So I ordered
french toast in the renaissance.
- Steven Wright, comedian

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._



  1   2   >