Re: Odd even pages

1999-06-28 Thread Jean-Pierre.Chretien


 Date: Mon, 28 Jun 1999 08:30:53 +0100
 From: Andreas Jahnen [EMAIL PROTECTED]
 To: Sasa Janiska [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: Re: Odd  even pages
 
 Sasa Janiska wrote:
  
  I use book style for producing one book.
  I have parts  chapters in the book, using two side option, but LyX does
  not put empty pages to have beginnings of chapter on odd pages.
 
 There is a latex command around that may help you. If I can remember it
 is called \clearpage or if two-sided \cleardoublepage. The correct
 syntax and the options to these command is in every latex book. ( No one
 around here... .)

The book style *should* produce chapters on odd pages, AFAIR (as well as parts).
As I prefer a really empty even pages, I use \clearemptydoublepage 
before each chapter:
\newcommand{\clearemptydoublepage}{\newpage{\pagestyle{empty}\cleardoublepage}}
is defined in the preamble.
If you want it systematic, you may redefine the \clearemptydoublepage command.

Regards

-- 
Jean-Pierre




RE: two questions :)

1999-06-28 Thread Juergen Vigna


On 25-Jun-99 Michael Shannon McPherson wrote:
 Is it possible to have page numbers printed in the upper right hand
 corner instead of at the bottom?
 

Try to have a look at the fancy-headers package (the documentation should
be in your LaTeX distribution somewhere :), with this you can configure
all you're headers footers as you'd like them (you have to know a bit
of LaTeX thought as you have to define this in the LaTeX-preamble and
then use Pagestyle-Fancy.

 Also is it possible to have a footnote skip the numbering (i.e. have the
 13 th footnote be labled with
 an asterik and the 14th footnote to resume the count at 13)?
 

Try to put in ERT (TeX-mode): \addtocounter{footnote}{-1}

This should work :)

Greets Jürgen

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

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

"Being disintegrated makes me ve-ry an-gry!"  huff, huff

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



Re: Url in foot note - error

1999-06-28 Thread Jean-Marc Lasgouttes

 "Julián" == Julián Muñoz Domínguez [EMAIL PROTECTED] writes:

Julián here I attach I simple example, with a url in a foot note.
Julián Tex gives the error: ! Undefined control sequence etc...

It is a bit worse, in fact: an url in a footnote in a section
headers. Exactly the kind of things that LaTeX does not like... Sorry
I cannot give you a better solution right now.

JMarc



Undefined references

1999-06-28 Thread Julián Muñoz Domínguez

I am writing page 100 (aprox) of my thesis, and now I have a problem:
sometimes the cross-references are not resolved, in the final doc I see
"??" instead of the reference of the figure.

It is difficult to reproduce in a little document. I am having 3 latex
runs.



LaTex Warning: Reference 'fig:Xcongest' on page 95 undefined on input line
3974.
LaTex Warning: Reference 'fig:Xfincong' on page 95 undefined on input line
3974.
LaTex Warning: Reference 'fig:Xdescong' on page 95 undefined on input line
3974.


It seems that happens with the last created cross references. If I change
something in the document, and do "file/Update postscrip", then there is
only 1 Latex run and the problem disappears...


  __o
_ \_
   (_)/(_)




Re: BiBTex citation order

1999-06-28 Thread Jean-Marc Lasgouttes

 "Steve" == Steve Holden [EMAIL PROTECTED] writes:

Steve On 26-Jun-99 Bas Rijniersce wrote:
 Hello,
 
 I have a Lyx (1.0.3) document with serveral BibTeX citataion
 references.  The citations are not shown in the order they appear
 in the document (it's in alphabetical order of the first letter). I
 use the acm bibtex format now. It is a thesis in the field of
 chemistry. I would like the reference to look like: [First author],
 [Second .. Last author], [Title], [Journal with pages etc.]  The
 acm format is most like it. But I want my citations in order of
 appearence.. Any suggestions?
 
Steve I'm not sure there's a pure lyx way of doing this. I've achived
Steve it by using Citation reference where appropriate, and
Steve \bibliography{references} \bibliographystyle{unsrt} marked as
Steve ERT (Layout - TeX Style) where you want the bibliography to be
Steve printed.

You can use Insert-ListsTOC-BibTeX Reference to achieve the same
effect. No need for ERT here.

JMarc



Re: Undefined references

1999-06-28 Thread Jean-Marc Lasgouttes

 "Julián" == Julián Muñoz Domínguez [EMAIL PROTECTED] writes:

Julián I am writing page 100 (aprox) of my thesis, and now I have a
Julián problem: sometimes the cross-references are not resolved, in
Julián the final doc I see "??" instead of the reference of the
Julián figure.

Julián It is difficult to reproduce in a little document. I am having
Julián 3 latex runs.

Which LyX version are you using?

JMarc



BibTeX citations hanging lyx

1999-06-28 Thread Benjamin Korvemaker

I'm trying to use bibtex citations in lyx -- and i've done it
successfully in the past. But i've run into a few things...

I thought lyx was supposed to automatically list the citations in the
bibtex db i've got at the bottom of the file, but it doesn't do that.
No biggy, i lived without that feature, although I swear it worked
once for me.

The one that's bothering me is that when I go to insert an entry, it
hangs. the screen updates, but nothing happens, and i get no menu
responses, etc.

Other bibtex db's don't do this. And the hanging doesn't happen to all
my lyx's (the Linux and IRIX ones do, the Solaris one doesn't). And if
I re-compile, and run lyx out of the src dir, it doesn't hang, but
when I install it and use the installed one, it hangs.

Anyone else ever see this?

Ben
-- 
Benjamin Korvemaker
[EMAIL PROTECTED]
 Life's unfair - but the root password helps!



Re: Odd even pages

1999-06-28 Thread Jean-Pierre.Chretien


 Date: Mon, 28 Jun 1999 08:30:53 +0100
 From: Andreas Jahnen [EMAIL PROTECTED]
 To: Sasa Janiska [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: Re: Odd  even pages
 
 Sasa Janiska wrote:
  
  I use book style for producing one book.
  I have parts  chapters in the book, using two side option, but LyX does
  not put empty pages to have beginnings of chapter on odd pages.
 
 There is a latex command around that may help you. If I can remember it
 is called \clearpage or if two-sided \cleardoublepage. The correct
 syntax and the options to these command is in every latex book. ( No one
 around here... .)

The book style *should* produce chapters on odd pages, AFAIR (as well as parts).
As I prefer a really empty even pages, I use \clearemptydoublepage 
before each chapter:
\newcommand{\clearemptydoublepage}{\newpage{\pagestyle{empty}\cleardoublepage}}
is defined in the preamble.
If you want it systematic, you may redefine the \clearemptydoublepage command.

Regards

-- 
Jean-Pierre




RE: two questions :)

1999-06-28 Thread Juergen Vigna


On 25-Jun-99 Michael Shannon McPherson wrote:
 Is it possible to have page numbers printed in the upper right hand
 corner instead of at the bottom?
 

Try to have a look at the fancy-headers package (the documentation should
be in your LaTeX distribution somewhere :), with this you can configure
all you're headers footers as you'd like them (you have to know a bit
of LaTeX thought as you have to define this in the LaTeX-preamble and
then use Pagestyle-Fancy.

 Also is it possible to have a footnote skip the numbering (i.e. have the
 13 th footnote be labled with
 an asterik and the 14th footnote to resume the count at 13)?
 

Try to put in ERT (TeX-mode): \addtocounter{footnote}{-1}

This should work :)

Greets Jürgen

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

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

"Being disintegrated makes me ve-ry an-gry!"  huff, huff

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



Re: Url in foot note - error

1999-06-28 Thread Jean-Marc Lasgouttes

 "Julián" == Julián Muñoz Domínguez [EMAIL PROTECTED] writes:

Julián here I attach I simple example, with a url in a foot note.
Julián Tex gives the error: ! Undefined control sequence etc...

It is a bit worse, in fact: an url in a footnote in a section
headers. Exactly the kind of things that LaTeX does not like... Sorry
I cannot give you a better solution right now.

JMarc



Undefined references

1999-06-28 Thread Julián Muñoz Domínguez

I am writing page 100 (aprox) of my thesis, and now I have a problem:
sometimes the cross-references are not resolved, in the final doc I see
"??" instead of the reference of the figure.

It is difficult to reproduce in a little document. I am having 3 latex
runs.



LaTex Warning: Reference 'fig:Xcongest' on page 95 undefined on input line
3974.
LaTex Warning: Reference 'fig:Xfincong' on page 95 undefined on input line
3974.
LaTex Warning: Reference 'fig:Xdescong' on page 95 undefined on input line
3974.


It seems that happens with the last created cross references. If I change
something in the document, and do "file/Update postscrip", then there is
only 1 Latex run and the problem disappears...


  __o
_ \_
   (_)/(_)




Re: BiBTex citation order

1999-06-28 Thread Jean-Marc Lasgouttes

 "Steve" == Steve Holden [EMAIL PROTECTED] writes:

Steve On 26-Jun-99 Bas Rijniersce wrote:
 Hello,
 
 I have a Lyx (1.0.3) document with serveral BibTeX citataion
 references.  The citations are not shown in the order they appear
 in the document (it's in alphabetical order of the first letter). I
 use the acm bibtex format now. It is a thesis in the field of
 chemistry. I would like the reference to look like: [First author],
 [Second .. Last author], [Title], [Journal with pages etc.]  The
 acm format is most like it. But I want my citations in order of
 appearence.. Any suggestions?
 
Steve I'm not sure there's a pure lyx way of doing this. I've achived
Steve it by using Citation reference where appropriate, and
Steve \bibliography{references} \bibliographystyle{unsrt} marked as
Steve ERT (Layout - TeX Style) where you want the bibliography to be
Steve printed.

You can use Insert-ListsTOC-BibTeX Reference to achieve the same
effect. No need for ERT here.

JMarc



Re: Undefined references

1999-06-28 Thread Jean-Marc Lasgouttes

 "Julián" == Julián Muñoz Domínguez [EMAIL PROTECTED] writes:

Julián I am writing page 100 (aprox) of my thesis, and now I have a
Julián problem: sometimes the cross-references are not resolved, in
Julián the final doc I see "??" instead of the reference of the
Julián figure.

Julián It is difficult to reproduce in a little document. I am having
Julián 3 latex runs.

Which LyX version are you using?

JMarc



BibTeX citations hanging lyx

1999-06-28 Thread Benjamin Korvemaker

I'm trying to use bibtex citations in lyx -- and i've done it
successfully in the past. But i've run into a few things...

I thought lyx was supposed to automatically list the citations in the
bibtex db i've got at the bottom of the file, but it doesn't do that.
No biggy, i lived without that feature, although I swear it worked
once for me.

The one that's bothering me is that when I go to insert an entry, it
hangs. the screen updates, but nothing happens, and i get no menu
responses, etc.

Other bibtex db's don't do this. And the hanging doesn't happen to all
my lyx's (the Linux and IRIX ones do, the Solaris one doesn't). And if
I re-compile, and run lyx out of the src dir, it doesn't hang, but
when I install it and use the installed one, it hangs.

Anyone else ever see this?

Ben
-- 
Benjamin Korvemaker
[EMAIL PROTECTED]
 Life's unfair - but the root password helps!



Re: Odd & even pages

1999-06-28 Thread Jean-Pierre.Chretien


>> Date: Mon, 28 Jun 1999 08:30:53 +0100
>> From: Andreas Jahnen <[EMAIL PROTECTED]>
>> To: Sasa Janiska <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
>> Subject: Re: Odd & even pages
>> 
>> Sasa Janiska wrote:
>> > 
>> > I use book style for producing one book.
>> > I have parts & chapters in the book, using two side option, but LyX does
>> > not put empty pages to have beginnings of chapter on odd pages.
>> 
>> There is a latex command around that may help you. If I can remember it
>> is called \clearpage or if two-sided \cleardoublepage. The correct
>> syntax and the options to these command is in every latex book. ( No one
>> around here... .)

The book style *should* produce chapters on odd pages, AFAIR (as well as parts).
As I prefer a really empty even pages, I use \clearemptydoublepage 
before each chapter:
\newcommand{\clearemptydoublepage}{\newpage{\pagestyle{empty}\cleardoublepage}}
is defined in the preamble.
If you want it systematic, you may redefine the \clearemptydoublepage command.

Regards

-- 
Jean-Pierre




RE: two questions :)

1999-06-28 Thread Juergen Vigna


On 25-Jun-99 Michael Shannon McPherson wrote:
> Is it possible to have page numbers printed in the upper right hand
> corner instead of at the bottom?
> 

Try to have a look at the fancy-headers package (the documentation should
be in your LaTeX distribution somewhere :), with this you can configure
all you're headers footers as you'd like them (you have to know a bit
of LaTeX thought as you have to define this in the LaTeX-preamble and
then use Pagestyle->Fancy.

> Also is it possible to have a footnote skip the numbering (i.e. have the
> 13 th footnote be labled with
> an asterik and the 14th footnote to resume the count at 13)?
> 

Try to put in ERT (TeX-mode): \addtocounter{footnote}{-1}

This should work :)

Greets Jürgen

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

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

"Being disintegrated makes me ve-ry an-gry!"  

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



Re: Url in foot note -> error

1999-06-28 Thread Jean-Marc Lasgouttes

> "Julián" == Julián Muñoz Domínguez <[EMAIL PROTECTED]> writes:

Julián> here I attach I simple example, with a url in a foot note.
Julián> Tex gives the error: ! Undefined control sequence etc...

It is a bit worse, in fact: an url in a footnote in a section
headers. Exactly the kind of things that LaTeX does not like... Sorry
I cannot give you a better solution right now.

JMarc



Undefined references

1999-06-28 Thread Julián Muñoz Domínguez

I am writing page 100 (aprox) of my thesis, and now I have a problem:
sometimes the cross-references are not resolved, in the final doc I see
"??" instead of the reference of the figure.

It is difficult to reproduce in a little document. I am having 3 latex
runs.



LaTex Warning: Reference 'fig:Xcongest' on page 95 undefined on input line
3974.
LaTex Warning: Reference 'fig:Xfincong' on page 95 undefined on input line
3974.
LaTex Warning: Reference 'fig:Xdescong' on page 95 undefined on input line
3974.


It seems that happens with the last created cross references. If I change
something in the document, and do "file/Update postscrip", then there is
only 1 Latex run and the problem disappears...


  __o
_ \<_
   (_)/(_)




Re: BiBTex citation order

1999-06-28 Thread Jean-Marc Lasgouttes

> "Steve" == Steve Holden <[EMAIL PROTECTED]> writes:

Steve> On 26-Jun-99 Bas Rijniersce wrote:
>> Hello,
>> 
>> I have a Lyx (1.0.3) document with serveral BibTeX citataion
>> references.  The citations are not shown in the order they appear
>> in the document (it's in alphabetical order of the first letter). I
>> use the acm bibtex format now. It is a thesis in the field of
>> chemistry. I would like the reference to look like: [First author],
>> [Second .. Last author], [Title], [Journal with pages etc.]  The
>> acm format is most like it. But I want my citations in order of
>> appearence.. Any suggestions?
>> 
Steve> I'm not sure there's a pure lyx way of doing this. I've achived
Steve> it by using Citation reference where appropriate, and
Steve> \bibliography{references} \bibliographystyle{unsrt} marked as
Steve> ERT (Layout -> TeX Style) where you want the bibliography to be
Steve> printed.

You can use Insert->Lists>BibTeX Reference to achieve the same
effect. No need for ERT here.

JMarc



Re: Undefined references

1999-06-28 Thread Jean-Marc Lasgouttes

> "Julián" == Julián Muñoz Domínguez <[EMAIL PROTECTED]> writes:

Julián> I am writing page 100 (aprox) of my thesis, and now I have a
Julián> problem: sometimes the cross-references are not resolved, in
Julián> the final doc I see "??" instead of the reference of the
Julián> figure.

Julián> It is difficult to reproduce in a little document. I am having
Julián> 3 latex runs.

Which LyX version are you using?

JMarc



BibTeX citations hanging lyx

1999-06-28 Thread Benjamin Korvemaker

I'm trying to use bibtex citations in lyx -- and i've done it
successfully in the past. But i've run into a few things...

I thought lyx was supposed to automatically list the citations in the
bibtex db i've got at the bottom of the file, but it doesn't do that.
No biggy, i lived without that feature, although I swear it worked
once for me.

The one that's bothering me is that when I go to insert an entry, it
hangs. the screen updates, but nothing happens, and i get no menu
responses, etc.

Other bibtex db's don't do this. And the hanging doesn't happen to all
my lyx's (the Linux and IRIX ones do, the Solaris one doesn't). And if
I re-compile, and run lyx out of the src dir, it doesn't hang, but
when I install it and use the installed one, it hangs.

Anyone else ever see this?

Ben
-- 
Benjamin Korvemaker
[EMAIL PROTECTED]
 Life's unfair - but the root password helps!