Adding Chapter* to TOC

2003-08-31 Thread Alistair Atkinson
Hi everyone, 

I'm having trouble adding an unnumbered chapter (chapter*) to the table of 
contents. 

I have tried the suggestion in the Lyx Tips  Tricks, which was to add - 
\addcontentsline{toc}{chapter}{My unnumbered Chapter}
just after the start of the chapter. This does not seem to work. 

This is an excerpt from my document - 

\layout Chapter*
\addcontentsline{toc}{Chapter}{References}
References

Can anyone offer any suggestions why this might not be working? Indeed, is it 
possible to add unnumbered chapters/sections etc to the TOC?

Regards, 
Alistair


Re: Adding Chapter* to TOC

2003-08-31 Thread Herbert Voß
Alistair Atkinson schrieb:

I have tried the suggestion in the Lyx Tips  Tricks, which was to add - 
\addcontentsline{toc}{chapter}{My unnumbered Chapter}
just after the start of the chapter. This does not seem to work. 
you have to insert it as TeX (ERT). Use the TeX button
from the menu
Herbert




Re: Adding Chapter* to TOC

2003-08-31 Thread Alistair Atkinson
On Sun, 31 Aug 2003 04:35 pm, you wrote:
 Hi everyone,

 I'm having trouble adding an unnumbered chapter (chapter*) to the table of
 contents.

 I have tried the suggestion in the Lyx Tips  Tricks, which was to add -
 \addcontentsline{toc}{chapter}{My unnumbered Chapter}
 just after the start of the chapter. This does not seem to work.

 This is an excerpt from my document -

 \layout Chapter*
 \addcontentsline{toc}{Chapter}{References}
 References

 Can anyone offer any suggestions why this might not be working? Indeed, is
 it possible to add unnumbered chapters/sections etc to the TOC?

 Regards,
 Alistair

This did the trick - 

\layout Chapter*

Reference
\begin_inset ERT
status Open

\layout Standard

\backslash
addcontentsline{toc}{chapter}{References}
\end_inset

Sorry to bug you guys, I just figured it out after I asked the question. I was 
adding the line directly to the Lyx file rather than putting it in an ERT 
box. 

-- Alistair


Re: Why this long table is not splitted over pages?

2003-08-31 Thread Herbert Voß
Michael Logies schrieb:
(Win XP Prof, Miketex 2.3, Lyx-Qt 1.3.2)

Has someone an idea, why this long table is not splitted over pages?
this is at first a floating table which can only be
on one page ... put it outside the float
Herbert




Re: BibTeX-editor (GUI) for KDE

2003-08-31 Thread Rajil Saraswat
I would recommend 'sixpack' a tk based frontend for bibtex. tk based thing 
looks better to me than a gtk one, though i had failed attempts at 
pybliographer. Qt based  bibtex gui is one app i too crave for :)
cheers
Rajil

On Sunday 31 August 2003 10:15, Janus Sandsgaard wrote:
 Does anyone know a QT based BibTeX editor for Linux? I am using
 Pybliographer, but since I am writing a book about doing academic writing
 in LyX (and OOo) I want to make sure I am recommending the right thing.

 Any suggestions are wellcome.

 -j



Re: BibTeX-editor (GUI) for KDE

2003-08-31 Thread robin
Janus Sandsgaard wrote:

Does anyone know a QT based BibTeX editor for Linux? I am using Pybliographer, 
but since I am writing a book about doing academic writing in LyX (and OOo) I 
want to make sure I am recommending the right thing.

 

I've been doing academic writing for some time using Pybliographic - 
works fine for me.  No Qt version, though, which is a shame.  It's a 
matter of taste, but I don't like Gtk much.

Robin

--
There are other rules, but you'll find out what those are when you break them.
- Blake's 7
Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey
www.bilkent.edu.tr/~robin





Problem of inserting floating-graphic

2003-08-31 Thread Michael Logies
(Win XP Prof, Miketex 2.3, Lyx-Qt 1.3.2)

Hello,

I have problems inserting floating graphics into my *.lyx-File. I have one 
graphic, that works. So I tried to copy and paste it within Lyx, then 
changing the name of the file (to consort-checkliste.eps, 1,1 MB). But when 
trying to use pdflatex, I get:

pdfTeX warning (ext4): destination with the same identifier (name{figure.1})
 \caption{Consort-Checkliste}
When doing it like described in the Users guide (Insert float, then insert 
graphic there), I get 4 error messages (see below).

Any ideas?

Thanks

Michael

1.
pdfTeX warning (ext4): destination with the same identifier (name{figure.1})
 ...uf2/_praxis_Diss_lyx_consort-checkliste}}
File: c:/lyx/tmp/lyx_tmpdir1064a02580/lyx_tmpbuf2/_praxis_Diss_lyx_consort-chec

kliste.pdf Graphic file (type pdf)

2.
pdfTeX warning (ext4): destination with the same identifier (name{figure.1})
 ...uf2/_praxis_Diss_lyx_consort-checkliste}}
c:/lyx/tmp/lyx_tmpdir1064a02580/lyx_tmpbuf2/_praxis_Diss_lyx_consort-checklist

e.pdf, id=111, 597.23125pt x 845.1575pt

File: c:/lyx/tmp/lyx_tmpdir1064a02580/lyx_tmpbuf2/_praxis_Diss_lyx_consort-chec

kliste.pdf Graphic file (type pdf)

3.
Paragraph ended before [EMAIL PROTECTED] was complete.
 ...uf2/_praxis_Diss_lyx_consort-checkliste}}
I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.
4.
Argument of [EMAIL PROTECTED] has an extra }.
 ...uf2/_praxis_Diss_lyx_consort-checkliste}}
I've run across a `}' that doesn't seem to match anything.
For example, `\def\a#1{...}' and `\a}' would produce
this error. If you simply proceed now, the `\par' that
I've just inserted will cause me to report a runaway
argument that might be the root of the problem. But if
your `}' was spurious, just type `2' and it will go away.
--
http://www.logies.de/ (u. a. _die_ Mailingliste für die Dentalbranche)
PGP-key (RSA/IDEA) kommt mit angeforderter Empfangsbestätigung (return receipt)


BibTeX-editor (GUI) for KDE

2003-08-31 Thread Janus Sandsgaard
Does anyone know a QT based BibTeX editor for Linux? I am using Pybliographer, 
but since I am writing a book about doing academic writing in LyX (and OOo) I 
want to make sure I am recommending the right thing.

Any suggestions are wellcome.

-j

-- 
Janus Sandsgaard
http://janus.dk


Re: BibTeX-editor (GUI) for KDE

2003-08-31 Thread Nicolas Roy
Le dim 31/08/2003 à 18:38, Matej Cepl a écrit :
 On 2003-08-31, 11:59 GMT, robin wrote:
  I've been doing academic writing for some time using Pybliographic - 
  works fine for me.  No Qt version, though, which is a shame.  It's a 
  matter of taste, but I don't like Gtk much.

Hej

I use tkbibtek. It's basic, but it works fine.

Nicolas



Render without margin comments

2003-08-31 Thread Rajil Saraswat
Hi,
  I have  several marginal comments in my lyx file, which i dont want to 
remove but want to make a ps file without the marginal comments. Is it 
possible?

Thanks


RE: BibTeX-editor (GUI) for KDE

2003-08-31 Thread Peter Prevos
I use gBib, small and easy. Does anyone have any experience with Kaspaliste?

http://apps.kde.com/uk/0/info/vid/9480?sid=

Peter

-Original Message-
From: Janus Sandsgaard [mailto:[EMAIL PROTECTED]
Sent: Sunday, 31 August 2003 7:16 PM
To: [EMAIL PROTECTED]
Subject: BibTeX-editor (GUI) for KDE


Does anyone know a QT based BibTeX editor for Linux? I am using
Pybliographer, 
but since I am writing a book about doing academic writing in LyX (and OOo)
I 
want to make sure I am recommending the right thing.

Any suggestions are wellcome.

-j

-- 
Janus Sandsgaard
http://janus.dk


Adding Chapter* to TOC

2003-08-31 Thread Alistair Atkinson
Hi everyone, 

I'm having trouble adding an unnumbered chapter (chapter*) to the table of 
contents. 

I have tried the suggestion in the Lyx Tips  Tricks, which was to add - 
\addcontentsline{toc}{chapter}{My unnumbered Chapter}
just after the start of the chapter. This does not seem to work. 

This is an excerpt from my document - 

\layout Chapter*
\addcontentsline{toc}{Chapter}{References}
References

Can anyone offer any suggestions why this might not be working? Indeed, is it 
possible to add unnumbered chapters/sections etc to the TOC?

Regards, 
Alistair


Re: Adding Chapter* to TOC

2003-08-31 Thread Herbert Voß
Alistair Atkinson schrieb:

I have tried the suggestion in the Lyx Tips  Tricks, which was to add - 
\addcontentsline{toc}{chapter}{My unnumbered Chapter}
just after the start of the chapter. This does not seem to work. 
you have to insert it as TeX (ERT). Use the TeX button
from the menu
Herbert




Re: Adding Chapter* to TOC

2003-08-31 Thread Alistair Atkinson
On Sun, 31 Aug 2003 04:35 pm, you wrote:
 Hi everyone,

 I'm having trouble adding an unnumbered chapter (chapter*) to the table of
 contents.

 I have tried the suggestion in the Lyx Tips  Tricks, which was to add -
 \addcontentsline{toc}{chapter}{My unnumbered Chapter}
 just after the start of the chapter. This does not seem to work.

 This is an excerpt from my document -

 \layout Chapter*
 \addcontentsline{toc}{Chapter}{References}
 References

 Can anyone offer any suggestions why this might not be working? Indeed, is
 it possible to add unnumbered chapters/sections etc to the TOC?

 Regards,
 Alistair

This did the trick - 

\layout Chapter*

Reference
\begin_inset ERT
status Open

\layout Standard

\backslash
addcontentsline{toc}{chapter}{References}
\end_inset

Sorry to bug you guys, I just figured it out after I asked the question. I was 
adding the line directly to the Lyx file rather than putting it in an ERT 
box. 

-- Alistair


Re: Why this long table is not splitted over pages?

2003-08-31 Thread Herbert Voß
Michael Logies schrieb:
(Win XP Prof, Miketex 2.3, Lyx-Qt 1.3.2)

Has someone an idea, why this long table is not splitted over pages?
this is at first a floating table which can only be
on one page ... put it outside the float
Herbert




Re: BibTeX-editor (GUI) for KDE

2003-08-31 Thread Rajil Saraswat
I would recommend 'sixpack' a tk based frontend for bibtex. tk based thing 
looks better to me than a gtk one, though i had failed attempts at 
pybliographer. Qt based  bibtex gui is one app i too crave for :)
cheers
Rajil

On Sunday 31 August 2003 10:15, Janus Sandsgaard wrote:
 Does anyone know a QT based BibTeX editor for Linux? I am using
 Pybliographer, but since I am writing a book about doing academic writing
 in LyX (and OOo) I want to make sure I am recommending the right thing.

 Any suggestions are wellcome.

 -j



Re: BibTeX-editor (GUI) for KDE

2003-08-31 Thread robin
Janus Sandsgaard wrote:

Does anyone know a QT based BibTeX editor for Linux? I am using Pybliographer, 
but since I am writing a book about doing academic writing in LyX (and OOo) I 
want to make sure I am recommending the right thing.

 

I've been doing academic writing for some time using Pybliographic - 
works fine for me.  No Qt version, though, which is a shame.  It's a 
matter of taste, but I don't like Gtk much.

Robin

--
There are other rules, but you'll find out what those are when you break them.
- Blake's 7
Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey
www.bilkent.edu.tr/~robin





Problem of inserting floating-graphic

2003-08-31 Thread Michael Logies
(Win XP Prof, Miketex 2.3, Lyx-Qt 1.3.2)

Hello,

I have problems inserting floating graphics into my *.lyx-File. I have one 
graphic, that works. So I tried to copy and paste it within Lyx, then 
changing the name of the file (to consort-checkliste.eps, 1,1 MB). But when 
trying to use pdflatex, I get:

pdfTeX warning (ext4): destination with the same identifier (name{figure.1})
 \caption{Consort-Checkliste}
When doing it like described in the Users guide (Insert float, then insert 
graphic there), I get 4 error messages (see below).

Any ideas?

Thanks

Michael

1.
pdfTeX warning (ext4): destination with the same identifier (name{figure.1})
 ...uf2/_praxis_Diss_lyx_consort-checkliste}}
File: c:/lyx/tmp/lyx_tmpdir1064a02580/lyx_tmpbuf2/_praxis_Diss_lyx_consort-chec

kliste.pdf Graphic file (type pdf)

2.
pdfTeX warning (ext4): destination with the same identifier (name{figure.1})
 ...uf2/_praxis_Diss_lyx_consort-checkliste}}
c:/lyx/tmp/lyx_tmpdir1064a02580/lyx_tmpbuf2/_praxis_Diss_lyx_consort-checklist

e.pdf, id=111, 597.23125pt x 845.1575pt

File: c:/lyx/tmp/lyx_tmpdir1064a02580/lyx_tmpbuf2/_praxis_Diss_lyx_consort-chec

kliste.pdf Graphic file (type pdf)

3.
Paragraph ended before [EMAIL PROTECTED] was complete.
 ...uf2/_praxis_Diss_lyx_consort-checkliste}}
I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.
4.
Argument of [EMAIL PROTECTED] has an extra }.
 ...uf2/_praxis_Diss_lyx_consort-checkliste}}
I've run across a `}' that doesn't seem to match anything.
For example, `\def\a#1{...}' and `\a}' would produce
this error. If you simply proceed now, the `\par' that
I've just inserted will cause me to report a runaway
argument that might be the root of the problem. But if
your `}' was spurious, just type `2' and it will go away.
--
http://www.logies.de/ (u. a. _die_ Mailingliste für die Dentalbranche)
PGP-key (RSA/IDEA) kommt mit angeforderter Empfangsbestätigung (return receipt)


BibTeX-editor (GUI) for KDE

2003-08-31 Thread Janus Sandsgaard
Does anyone know a QT based BibTeX editor for Linux? I am using Pybliographer, 
but since I am writing a book about doing academic writing in LyX (and OOo) I 
want to make sure I am recommending the right thing.

Any suggestions are wellcome.

-j

-- 
Janus Sandsgaard
http://janus.dk


Re: BibTeX-editor (GUI) for KDE

2003-08-31 Thread Nicolas Roy
Le dim 31/08/2003 à 18:38, Matej Cepl a écrit :
 On 2003-08-31, 11:59 GMT, robin wrote:
  I've been doing academic writing for some time using Pybliographic - 
  works fine for me.  No Qt version, though, which is a shame.  It's a 
  matter of taste, but I don't like Gtk much.

Hej

I use tkbibtek. It's basic, but it works fine.

Nicolas



Render without margin comments

2003-08-31 Thread Rajil Saraswat
Hi,
  I have  several marginal comments in my lyx file, which i dont want to 
remove but want to make a ps file without the marginal comments. Is it 
possible?

Thanks


RE: BibTeX-editor (GUI) for KDE

2003-08-31 Thread Peter Prevos
I use gBib, small and easy. Does anyone have any experience with Kaspaliste?

http://apps.kde.com/uk/0/info/vid/9480?sid=

Peter

-Original Message-
From: Janus Sandsgaard [mailto:[EMAIL PROTECTED]
Sent: Sunday, 31 August 2003 7:16 PM
To: [EMAIL PROTECTED]
Subject: BibTeX-editor (GUI) for KDE


Does anyone know a QT based BibTeX editor for Linux? I am using
Pybliographer, 
but since I am writing a book about doing academic writing in LyX (and OOo)
I 
want to make sure I am recommending the right thing.

Any suggestions are wellcome.

-j

-- 
Janus Sandsgaard
http://janus.dk


Adding Chapter* to TOC

2003-08-31 Thread Alistair Atkinson
Hi everyone, 

I'm having trouble adding an unnumbered chapter (chapter*) to the table of 
contents. 

I have tried the suggestion in the Lyx Tips & Tricks, which was to add - 
\addcontentsline{toc}{chapter}{My unnumbered Chapter}
just after the start of the chapter. This does not seem to work. 

This is an excerpt from my document - 

\layout Chapter*
\addcontentsline{toc}{Chapter}{References}
References

Can anyone offer any suggestions why this might not be working? Indeed, is it 
possible to add unnumbered chapters/sections etc to the TOC?

Regards, 
Alistair


Re: Adding Chapter* to TOC

2003-08-31 Thread Herbert Voß
Alistair Atkinson schrieb:

I have tried the suggestion in the Lyx Tips & Tricks, which was to add - 
\addcontentsline{toc}{chapter}{My unnumbered Chapter}
just after the start of the chapter. This does not seem to work. 
you have to insert it as TeX (ERT). Use the TeX button
from the menu
Herbert




Re: Adding Chapter* to TOC

2003-08-31 Thread Alistair Atkinson
On Sun, 31 Aug 2003 04:35 pm, you wrote:
> Hi everyone,
>
> I'm having trouble adding an unnumbered chapter (chapter*) to the table of
> contents.
>
> I have tried the suggestion in the Lyx Tips & Tricks, which was to add -
> \addcontentsline{toc}{chapter}{My unnumbered Chapter}
> just after the start of the chapter. This does not seem to work.
>
> This is an excerpt from my document -
>
> \layout Chapter*
> \addcontentsline{toc}{Chapter}{References}
> References
>
> Can anyone offer any suggestions why this might not be working? Indeed, is
> it possible to add unnumbered chapters/sections etc to the TOC?
>
> Regards,
> Alistair

This did the trick - 

\layout Chapter*

Reference
\begin_inset ERT
status Open

\layout Standard

\backslash
addcontentsline{toc}{chapter}{References}
\end_inset

Sorry to bug you guys, I just figured it out after I asked the question. I was 
adding the line directly to the Lyx file rather than putting it in an ERT 
box. 

-- Alistair


Re: Why this "long table" is not splitted over pages?

2003-08-31 Thread Herbert Voß
Michael Logies schrieb:
(Win XP Prof, Miketex 2.3, Lyx-Qt 1.3.2)

Has someone an idea, why this "long table" is not splitted over pages?
this is at first a floating table which can only be
on one page ... put it outside the float
Herbert




Re: BibTeX-editor (GUI) for KDE

2003-08-31 Thread Rajil Saraswat
I would recommend 'sixpack' a tk based frontend for bibtex. tk based thing 
looks better to me than a gtk one, though i had failed attempts at 
pybliographer. Qt based  bibtex gui is one app i too crave for :)
cheers
Rajil

On Sunday 31 August 2003 10:15, Janus Sandsgaard wrote:
> Does anyone know a QT based BibTeX editor for Linux? I am using
> Pybliographer, but since I am writing a book about doing academic writing
> in LyX (and OOo) I want to make sure I am recommending the right thing.
>
> Any suggestions are wellcome.
>
> -j



Re: BibTeX-editor (GUI) for KDE

2003-08-31 Thread robin
Janus Sandsgaard wrote:

Does anyone know a QT based BibTeX editor for Linux? I am using Pybliographer, 
but since I am writing a book about doing academic writing in LyX (and OOo) I 
want to make sure I am recommending the right thing.

 

I've been doing academic writing for some time using Pybliographic - 
works fine for me.  No Qt version, though, which is a shame.  It's a 
matter of taste, but I don't like Gtk much.

Robin

--
"There are other rules, but you'll find out what those are when you break them."
- Blake's 7
Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey
www.bilkent.edu.tr/~robin





Problem of inserting floating-graphic

2003-08-31 Thread Michael Logies
(Win XP Prof, Miketex 2.3, Lyx-Qt 1.3.2)

Hello,

I have problems inserting floating graphics into my *.lyx-File. I have one 
graphic, that works. So I tried to copy and paste it within Lyx, then 
changing the name of the file (to consort-checkliste.eps, 1,1 MB). But when 
trying to use pdflatex, I get:

pdfTeX warning (ext4): destination with the same identifier (name{figure.1})
 \caption{Consort-Checkliste}
When doing it like described in the Users guide (Insert float, then insert 
graphic there), I get 4 error messages (see below).

Any ideas?

Thanks

Michael

1.
pdfTeX warning (ext4): destination with the same identifier (name{figure.1})
 ...uf2/_praxis_Diss_lyx_consort-checkliste}}
File: c:/lyx/tmp/lyx_tmpdir1064a02580/lyx_tmpbuf2/_praxis_Diss_lyx_consort-chec

kliste.pdf Graphic file (type pdf)

2.
pdfTeX warning (ext4): destination with the same identifier (name{figure.1})
 ...uf2/_praxis_Diss_lyx_consort-checkliste}}


e.pdf, id=111, 597.23125pt x 845.1575pt>

File: c:/lyx/tmp/lyx_tmpdir1064a02580/lyx_tmpbuf2/_praxis_Diss_lyx_consort-chec

kliste.pdf Graphic file (type pdf)

3.
Paragraph ended before [EMAIL PROTECTED] was complete.
 ...uf2/_praxis_Diss_lyx_consort-checkliste}}
I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.
4.
Argument of [EMAIL PROTECTED] has an extra }.
 ...uf2/_praxis_Diss_lyx_consort-checkliste}}
I've run across a `}' that doesn't seem to match anything.
For example, `\def\a#1{...}' and `\a}' would produce
this error. If you simply proceed now, the `\par' that
I've just inserted will cause me to report a runaway
argument that might be the root of the problem. But if
your `}' was spurious, just type `2' and it will go away.
--
http://www.logies.de/ (u. a. _die_ Mailingliste für die Dentalbranche)
PGP-key (RSA/IDEA) kommt mit angeforderter Empfangsbestätigung (return receipt)


BibTeX-editor (GUI) for KDE

2003-08-31 Thread Janus Sandsgaard
Does anyone know a QT based BibTeX editor for Linux? I am using Pybliographer, 
but since I am writing a book about doing academic writing in LyX (and OOo) I 
want to make sure I am recommending the right thing.

Any suggestions are wellcome.

-j

-- 
Janus Sandsgaard
http://janus.dk


Re: BibTeX-editor (GUI) for KDE

2003-08-31 Thread Nicolas Roy
Le dim 31/08/2003 à 18:38, Matej Cepl a écrit :
> On 2003-08-31, 11:59 GMT, robin wrote:
> > I've been doing academic writing for some time using Pybliographic - 
> > works fine for me.  No Qt version, though, which is a shame.  It's a 
> > matter of taste, but I don't like Gtk much.

Hej

I use tkbibtek. It's basic, but it works fine.

Nicolas



Render without margin comments

2003-08-31 Thread Rajil Saraswat
Hi,
  I have  several marginal comments in my lyx file, which i dont want to 
remove but want to make a ps file without the marginal comments. Is it 
possible?

Thanks


RE: BibTeX-editor (GUI) for KDE

2003-08-31 Thread Peter Prevos
I use gBib, small and easy. Does anyone have any experience with Kaspaliste?

http://apps.kde.com/uk/0/info/vid/9480?sid=

Peter

-Original Message-
From: Janus Sandsgaard [mailto:[EMAIL PROTECTED]
Sent: Sunday, 31 August 2003 7:16 PM
To: [EMAIL PROTECTED]
Subject: BibTeX-editor (GUI) for KDE


Does anyone know a QT based BibTeX editor for Linux? I am using
Pybliographer, 
but since I am writing a book about doing academic writing in LyX (and OOo)
I 
want to make sure I am recommending the right thing.

Any suggestions are wellcome.

-j

-- 
Janus Sandsgaard
http://janus.dk