tex2lyx

2005-07-25 Thread Geoffrey Lloyd
Anyone managed to get this working with 1.3.6-1 for Windows

I have followed the install instruction and also the instructions for 
activation from within Lyx which are provided on the wiki and I keep getting an 
error saying

Cannot convert file

Error while executing
tex2lyx.cmd filename.tex filename.lyx

Any ideas?

Re: tex2lyx

2005-07-25 Thread Geoffrey Lloyd



From: Geoffrey Lloyd [EMAIL PROTECTED]
To: lyx-users@lists.lyx.org
Subject: tex2lyx
Date: Mon, 25 Jul 2005 16:03:46 +0100

Anyone managed to get this working with 1.3.6-1 for Windows

I have followed the install instruction and also the instructions for 
activation from within Lyx which are provided on the wiki

and I keep getting an error saying


Cannot convert file

Error while executing
tex2lyx.cmd filename.tex filename.lyx


Run it from a console, the popup is not enough informative.

I don't think the cmd workaround is needed anymore if you patch the *.py 
files

of the lyx-1.4 distribution in C:/Program Files/LyX/resources/lyx2lyx:
lyx-1.3.6 will be able to read the converted files. I edited the tex2lyx 
wiki page in that line.


However tex2lyx needs the other LyX-1.4 files, so copying tex2lyx in 
C:/Program Files/LyX/bin remains
hazardous (it worked for me on some layouts, but this is not a general 
rule).

So editing the PATH variable remains necessary.
Then a MinGW console is your friend :-)

--
Jean-Pierre





Ok I have run it from the command window. I am still using the command file 
work around, firstly because I think it is a far more friendly way of doing 
things but it appears that this is where the problem is.


I get the message

c:\folder\@
'\s@' is not recognized as an internal or external command, operable program 
or batch file.


where the \ is in fact a small square (like the sort you get when word cant 
find a font). @ is the first line of the tex2lyx.cmd file. If I change the 
first character so the error message changes.


If I do not use the script, can I still use tex2lyx from within lyx or do  I 
have to go back to the command line.


Geoff 



Re: tex2lyx - SOLVED

2005-07-25 Thread Geoffrey Lloyd

Ok I had saved the cmd file as unicode and lyx couldnt read it.

So it seems the cmd way of doing things still works.

THanks for the suggestions and sorry that as usual pilot error was the 
cause!


Geoff
- Original Message - 
From: Geoffrey Lloyd [EMAIL PROTECTED]
To: Jean-Pierre Chretien [EMAIL PROTECTED]; 
lyx-users@lists.lyx.org

Sent: Monday, July 25, 2005 4:27 PM
Subject: Re: tex2lyx





From: Geoffrey Lloyd [EMAIL PROTECTED]
To: lyx-users@lists.lyx.org
Subject: tex2lyx
Date: Mon, 25 Jul 2005 16:03:46 +0100

Anyone managed to get this working with 1.3.6-1 for Windows

I have followed the install instruction and also the instructions for 
activation from within Lyx which are provided on the wiki

and I keep getting an error saying


Cannot convert file

Error while executing
tex2lyx.cmd filename.tex filename.lyx


Run it from a console, the popup is not enough informative.

I don't think the cmd workaround is needed anymore if you patch the *.py 
files

of the lyx-1.4 distribution in C:/Program Files/LyX/resources/lyx2lyx:
lyx-1.3.6 will be able to read the converted files. I edited the tex2lyx 
wiki page in that line.


However tex2lyx needs the other LyX-1.4 files, so copying tex2lyx in 
C:/Program Files/LyX/bin remains
hazardous (it worked for me on some layouts, but this is not a general 
rule).

So editing the PATH variable remains necessary.
Then a MinGW console is your friend :-)

--
Jean-Pierre





Ok I have run it from the command window. I am still using the command 
file work around, firstly because I think it is a far more friendly way of 
doing things but it appears that this is where the problem is.


I get the message

c:\folder\@
'\s@' is not recognized as an internal or external command, operable 
program or batch file.


where the \ is in fact a small square (like the sort you get when word 
cant find a font). @ is the first line of the tex2lyx.cmd file. If I 
change the first character so the error message changes.


If I do not use the script, can I still use tex2lyx from within lyx or do 
I have to go back to the command line.


Geoff





Re: figure* in LyX?

2005-07-25 Thread Geoffrey Lloyd
If you right click the float box a load of options appear - one of which is 
Span Columns.


Check this box and all should be ok.

BTW in many cases the float will appear on the page following its position 
so if you want it to span two columns on page 2 make sure you place it 
somewhere on page 1.


Geoff
- Original Message - 
From: Maciej Kalisiak [EMAIL PROTECTED]

To: lyx-users lyx-users@lists.lyx.org
Sent: Monday, July 25, 2005 6:40 PM
Subject: figure* in LyX?


When working with a two-column document in LyX, is there a way to specify
floats which should span both columns? (i.e., \begin{figure*} in LaTeX)

--
Maciej Kalisiak
[EMAIL PROTECTED]
http://www.dgp.toronto.edu/~mac



Re: Figure numbering/labelling

2005-07-25 Thread Geoffrey Lloyd
- Original Message - 
From: "Uwe Stöhr" <[EMAIL PROTECTED]>

To: "Geoffrey Lloyd" <[EMAIL PROTECTED]>
Cc: <lyx-users@lists.lyx.org>
Sent: Monday, July 25, 2005 2:38 AM
Subject: Re: Figure numbering/labelling



Geoffrey Lloyd schrieb:


the figures are labelled

Figure 1: caption
Figure 2: caption

etc

I need FIG. 1. Caption

Notice the colon has become a period.

At the moment I am using \renewcommand{\figurename}{FIG.}

to change the Figure to FIG. and that is fine. How do I change the 
following colon to a period (or full-stop for us English folk)?


For those who use another language than english the command to change the 
label is (here as example for the language "ngerman"):


\usepackage[ngerman]{babel}
\addto\captionsngerman{\renewcommand{\figurename}{FIG.}}

To format captions use the LaTeX-package "caption". The package option to 
change the label separator is:


\usepackage[labelsep=period]{caption}

regards Uwe

Many thanks. Worked and the paper is now off to be printed.







tex2lyx

2005-07-25 Thread Geoffrey Lloyd
Anyone managed to get this working with 1.3.6-1 for Windows

I have followed the install instruction and also the instructions for 
activation from within Lyx which are provided on the wiki and I keep getting an 
error saying

Cannot convert file

Error while executing
tex2lyx.cmd "filename.tex" "filename.lyx"

Any ideas?

Re: tex2lyx

2005-07-25 Thread Geoffrey Lloyd



From: "Geoffrey Lloyd" <[EMAIL PROTECTED]>
To: <lyx-users@lists.lyx.org>
Subject: tex2lyx
Date: Mon, 25 Jul 2005 16:03:46 +0100

Anyone managed to get this working with 1.3.6-1 for Windows

I have followed the install instruction and also the instructions for 
activation from within Lyx which are provided on the wiki

and I keep getting an error saying


Cannot convert file

Error while executing
tex2lyx.cmd "filename.tex" "filename.lyx"


Run it from a console, the popup is not enough informative.

I don't think the cmd workaround is needed anymore if you patch the *.py 
files

of the lyx-1.4 distribution in C:/Program Files/LyX/resources/lyx2lyx:
lyx-1.3.6 will be able to read the converted files. I edited the tex2lyx 
wiki page in that line.


However tex2lyx needs the other LyX-1.4 files, so copying tex2lyx in 
C:/Program Files/LyX/bin remains
hazardous (it worked for me on some layouts, but this is not a general 
rule).

So editing the PATH variable remains necessary.
Then a MinGW console is your friend :-)

--
Jean-Pierre





Ok I have run it from the command window. I am still using the command file 
work around, firstly because I think it is a far more friendly way of doing 
things but it appears that this is where the problem is.


I get the message

c:\folder>\@
'\s@' is not recognized as an internal or external command, operable program 
or batch file.


where the \ is in fact a small square (like the sort you get when word cant 
find a font). @ is the first line of the tex2lyx.cmd file. If I change the 
first character so the error message changes.


If I do not use the script, can I still use tex2lyx from within lyx or do  I 
have to go back to the command line.


Geoff 



Re: tex2lyx - SOLVED

2005-07-25 Thread Geoffrey Lloyd

Ok I had saved the cmd file as unicode and lyx couldnt read it.

So it seems the cmd way of doing things still works.

THanks for the suggestions and sorry that as usual pilot error was the 
cause!


Geoff
- Original Message - 
From: "Geoffrey Lloyd" <[EMAIL PROTECTED]>
To: "Jean-Pierre Chretien" <[EMAIL PROTECTED]>; 
<lyx-users@lists.lyx.org>

Sent: Monday, July 25, 2005 4:27 PM
Subject: Re: tex2lyx



>

From: "Geoffrey Lloyd" <[EMAIL PROTECTED]>
To: <lyx-users@lists.lyx.org>
Subject: tex2lyx
Date: Mon, 25 Jul 2005 16:03:46 +0100

Anyone managed to get this working with 1.3.6-1 for Windows

I have followed the install instruction and also the instructions for 
activation from within Lyx which are provided on the wiki

and I keep getting an error saying


Cannot convert file

Error while executing
tex2lyx.cmd "filename.tex" "filename.lyx"


Run it from a console, the popup is not enough informative.

I don't think the cmd workaround is needed anymore if you patch the *.py 
files

of the lyx-1.4 distribution in C:/Program Files/LyX/resources/lyx2lyx:
lyx-1.3.6 will be able to read the converted files. I edited the tex2lyx 
wiki page in that line.


However tex2lyx needs the other LyX-1.4 files, so copying tex2lyx in 
C:/Program Files/LyX/bin remains
hazardous (it worked for me on some layouts, but this is not a general 
rule).

So editing the PATH variable remains necessary.
Then a MinGW console is your friend :-)

--
Jean-Pierre





Ok I have run it from the command window. I am still using the command 
file work around, firstly because I think it is a far more friendly way of 
doing things but it appears that this is where the problem is.


I get the message

c:\folder>\@
'\s@' is not recognized as an internal or external command, operable 
program or batch file.


where the \ is in fact a small square (like the sort you get when word 
cant find a font). @ is the first line of the tex2lyx.cmd file. If I 
change the first character so the error message changes.


If I do not use the script, can I still use tex2lyx from within lyx or do 
I have to go back to the command line.


Geoff





Re: figure* in LyX?

2005-07-25 Thread Geoffrey Lloyd
If you right click the float box a load of options appear - one of which is 
Span Columns.


Check this box and all should be ok.

BTW in many cases the float will appear on the page following its position 
so if you want it to span two columns on page 2 make sure you place it 
somewhere on page 1.


Geoff
- Original Message - 
From: "Maciej Kalisiak" <[EMAIL PROTECTED]>

To: "lyx-users" 
Sent: Monday, July 25, 2005 6:40 PM
Subject: figure* in LyX?


When working with a two-column document in LyX, is there a way to specify
floats which should span both columns? (i.e., \begin{figure*} in LaTeX)

--
Maciej Kalisiak
<[EMAIL PROTECTED]>
http://www.dgp.toronto.edu/~mac



Figure numbering/labelling

2005-07-24 Thread Geoffrey Lloyd
Hi

Just had a paper accepted for publication and thanks to Lyx it was a breeze to 
produce in the right way for the publisher.  However the figures are labelled

Figure 1: caption
Figure 2: caption

etc

I need FIG. 1. Caption

Notice the colon has become a period.

At the moment I am using 

\renewcommand{\figurename}{FIG.}

to change the Figure to FIG. and that is fine. How do I change the following 
colon to a period (or full-stop for us English folk)?

Geoff

Figure numbering/labelling

2005-07-24 Thread Geoffrey Lloyd
Hi

Just had a paper accepted for publication and thanks to Lyx it was a breeze to 
produce in the right way for the publisher.  However the figures are labelled

Figure 1: caption
Figure 2: caption

etc

I need FIG. 1. Caption

Notice the colon has become a period.

At the moment I am using 

\renewcommand{\figurename}{FIG.}

to change the Figure to FIG. and that is fine. How do I change the following 
colon to a period (or full-stop for us English folk)?

Geoff

Figure numbering/labelling

2005-07-24 Thread Geoffrey Lloyd
Hi

Just had a paper accepted for publication and thanks to Lyx it was a breeze to 
produce in the right way for the publisher.  However the figures are labelled

Figure 1: caption
Figure 2: caption

etc

I need FIG. 1. Caption

Notice the colon has become a period.

At the moment I am using 

\renewcommand{\figurename}{FIG.}

to change the Figure to FIG. and that is fine. How do I change the following 
colon to a period (or full-stop for us English folk)?

Geoff

Re: Page Style Fancy Problem

2005-07-22 Thread Geoffrey Lloyd
- Original Message - 
From: Roger McMurtrie [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Friday, July 22, 2005 5:03 AM
Subject: Page Style Fancy Problem



I am using the document class book with page style fancy.
However, footnotes on Chapter pages don't appear when viewed.
My LaTeX book suggests that maybe I should use \pagestyle{fancyplain} 
which I

tried putting in the preamble but this didn't work.
I imagine there's a simple solution but I can't find it.


What you need to use is

\fancypagestyle{plain}{
\renewcommand{\headrulewidth}{0pt}
\lhead{}
\chead{}
\rhead{}
\lfoot{}
\cfoot{}
\rfoot{}
}

The first line defines a new style for {plain} which all chapter title pages 
use by default. The second removes the line under the header.


THe remaining commands are not necessary but allow you the flexibility to 
add bits like page numbers etc if you don't want the page totally plain.


Hope this helps - it works for me.

Geoff




Roger





Re: Page Style Fancy Problem

2005-07-22 Thread Geoffrey Lloyd
- Original Message - 
From: Roger McMurtrie [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Friday, July 22, 2005 5:03 AM
Subject: Page Style Fancy Problem



I am using the document class book with page style fancy.
However, footnotes on Chapter pages don't appear when viewed.
My LaTeX book suggests that maybe I should use \pagestyle{fancyplain} 
which I

tried putting in the preamble but this didn't work.
I imagine there's a simple solution but I can't find it.


What you need to use is

\fancypagestyle{plain}{
\renewcommand{\headrulewidth}{0pt}
\lhead{}
\chead{}
\rhead{}
\lfoot{}
\cfoot{}
\rfoot{}
}

The first line defines a new style for {plain} which all chapter title pages 
use by default. The second removes the line under the header.


THe remaining commands are not necessary but allow you the flexibility to 
add bits like page numbers etc if you don't want the page totally plain.


Hope this helps - it works for me.

Geoff




Roger





Re: Page Style Fancy Problem

2005-07-22 Thread Geoffrey Lloyd
- Original Message - 
From: "Roger McMurtrie" <[EMAIL PROTECTED]>

To: 
Sent: Friday, July 22, 2005 5:03 AM
Subject: Page Style Fancy Problem



I am using the document class book with page style fancy.
However, footnotes on Chapter pages don't appear when viewed.
My LaTeX book suggests that maybe I should use \pagestyle{fancyplain} 
which I

tried putting in the preamble but this didn't work.
I imagine there's a simple solution but I can't find it.


What you need to use is

\fancypagestyle{plain}{
\renewcommand{\headrulewidth}{0pt}
\lhead{}
\chead{}
\rhead{}
\lfoot{}
\cfoot{}
\rfoot{}
}

The first line defines a new style for {plain} which all chapter title pages 
use by default. The second removes the line under the header.


THe remaining commands are not necessary but allow you the flexibility to 
add bits like page numbers etc if you don't want the page totally plain.


Hope this helps - it works for me.

Geoff




Roger





Re: 1.3.6 win continued

2005-07-21 Thread Geoffrey Lloyd
- Original Message - 
From: [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Thursday, July 21, 2005 11:25 AM
Subject: 1.3.6 win continued



hello all
version 1.3.6 win is slower at startup, and its window position and size
at exit is still not memorized. can this be fixed? - would be great!
all in all, the installation took more time, with all the add-ons, than 
before...

thanks for the continuous effort and for the great program,
marco (zurich, switzerland)


Just so there is a balance of views on the list...

I am not sure I agree with this (except the part about window position and 
size). I find that Lyx starts almost instantaniously now whereas before it 
took a noticeable amount of time.


As for installation time, well granted you have to install Python  and 
MinSys (and Perl if you want to use ReLyx) but apart from that you don't 
have any additional install components and they both install rapidly. They 
also mean you don't have to faff about getting new versions of sed.exe, 
writing little command files to do things and then finally getting a working 
version of Lyx.


I would say efficiency wise the new version is far superior, but then I am 
on a 100Mbps connection so downloading is hardly a chore.


Geoff





--
Guggerstrasse 17
CH-8702 Zollikon
Schweiz-Suisse-Switzerland
Telefon +41-44-391-3705
Telefax +41-44-391-3779
Mobilfon +41-76-335-3705






Re: citations and references in multi document files

2005-07-21 Thread Geoffrey Lloyd
Another way to do it is to 'compile' the main document first, eg by doing 
view dvi.


This effectively lets all Includes see all the other stuff such as biblios 
or sections in other includes for cross referencing.



- Original Message - 
From: Micha Feigin [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Thursday, July 21, 2005 2:49 PM
Subject: Re: citations and references in multi document files



On Thu, 21 Jul 2005 08:40:08 +0200
Georg Baum [EMAIL PROTECTED] wrote:


Micha Feigin wrote:

 I just split my thesis into multiple documents as it became impossible 
 to

 handle after the 80 page mark without folding (which AFAIK lyx doesn't
 support).

Do you know View-Navigate?



I do, works great for medium documents, but from some point its still not
enough. I tried using a combination of bookmarks and View-Navigate, but I 
need

to move around a bit and I still keep losing my position.

Also, when splitting the files, using the preview is much faster and 
allows to

concentrate on a chapter at a time.

 Anyway, this works find except for references and citations. references 
 to

 other parts of the document have to be entered manually and I can only
 push
 citations from bibtex as they are not known to the local document and 
 even

 then
 I can't control their format.

 Is there any solution to any of these problems?

Always open the child documents from the main document via the include
button. This assumes that the bibtex database is included in the main
document (you can trigger loading all included documents if you e.g. try 
to

insert a citation in the main document).



Tried that, but at least with lyx 1.3.4 (the version currently in debian) 
this
doesn't work. References can be chosen from other open documents but the 
bibtex

entry in the master document isn't recognized.

The suggestion I got in the other email to put the bibtex entry into a 
comment

paragraph works great though.



Georg


 +++
 This Mail Was Scanned By Mail-seCure System
 at the Tel-Aviv University CC.




+++
This Mail Was Scanned By Mail-seCure System
at the Tel-Aviv University CC.





Re: 1.3.6 win continued

2005-07-21 Thread Geoffrey Lloyd
- Original Message - 
From: [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Thursday, July 21, 2005 11:25 AM
Subject: 1.3.6 win continued



hello all
version 1.3.6 win is slower at startup, and its window position and size
at exit is still not memorized. can this be fixed? - would be great!
all in all, the installation took more time, with all the add-ons, than 
before...

thanks for the continuous effort and for the great program,
marco (zurich, switzerland)


Just so there is a balance of views on the list...

I am not sure I agree with this (except the part about window position and 
size). I find that Lyx starts almost instantaniously now whereas before it 
took a noticeable amount of time.


As for installation time, well granted you have to install Python  and 
MinSys (and Perl if you want to use ReLyx) but apart from that you don't 
have any additional install components and they both install rapidly. They 
also mean you don't have to faff about getting new versions of sed.exe, 
writing little command files to do things and then finally getting a working 
version of Lyx.


I would say efficiency wise the new version is far superior, but then I am 
on a 100Mbps connection so downloading is hardly a chore.


Geoff





--
Guggerstrasse 17
CH-8702 Zollikon
Schweiz-Suisse-Switzerland
Telefon +41-44-391-3705
Telefax +41-44-391-3779
Mobilfon +41-76-335-3705






Re: citations and references in multi document files

2005-07-21 Thread Geoffrey Lloyd
Another way to do it is to 'compile' the main document first, eg by doing 
view dvi.


This effectively lets all Includes see all the other stuff such as biblios 
or sections in other includes for cross referencing.



- Original Message - 
From: Micha Feigin [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Thursday, July 21, 2005 2:49 PM
Subject: Re: citations and references in multi document files



On Thu, 21 Jul 2005 08:40:08 +0200
Georg Baum [EMAIL PROTECTED] wrote:


Micha Feigin wrote:

 I just split my thesis into multiple documents as it became impossible 
 to

 handle after the 80 page mark without folding (which AFAIK lyx doesn't
 support).

Do you know View-Navigate?



I do, works great for medium documents, but from some point its still not
enough. I tried using a combination of bookmarks and View-Navigate, but I 
need

to move around a bit and I still keep losing my position.

Also, when splitting the files, using the preview is much faster and 
allows to

concentrate on a chapter at a time.

 Anyway, this works find except for references and citations. references 
 to

 other parts of the document have to be entered manually and I can only
 push
 citations from bibtex as they are not known to the local document and 
 even

 then
 I can't control their format.

 Is there any solution to any of these problems?

Always open the child documents from the main document via the include
button. This assumes that the bibtex database is included in the main
document (you can trigger loading all included documents if you e.g. try 
to

insert a citation in the main document).



Tried that, but at least with lyx 1.3.4 (the version currently in debian) 
this
doesn't work. References can be chosen from other open documents but the 
bibtex

entry in the master document isn't recognized.

The suggestion I got in the other email to put the bibtex entry into a 
comment

paragraph works great though.



Georg


 +++
 This Mail Was Scanned By Mail-seCure System
 at the Tel-Aviv University CC.




+++
This Mail Was Scanned By Mail-seCure System
at the Tel-Aviv University CC.





Re: 1.3.6 win continued

2005-07-21 Thread Geoffrey Lloyd
- Original Message - 
From: <[EMAIL PROTECTED]>

To: 
Sent: Thursday, July 21, 2005 11:25 AM
Subject: 1.3.6 win continued



hello all
version 1.3.6 win is slower at startup, and its window position and size
at exit is still not memorized. can this be fixed? - would be great!
all in all, the installation took more time, with all the add-ons, than 
before...

thanks for the continuous effort and for the great program,
marco (zurich, switzerland)


Just so there is a balance of views on the list...

I am not sure I agree with this (except the part about window position and 
size). I find that Lyx starts almost instantaniously now whereas before it 
took a noticeable amount of time.


As for installation time, well granted you have to install Python  and 
MinSys (and Perl if you want to use ReLyx) but apart from that you don't 
have any additional install components and they both install rapidly. They 
also mean you don't have to faff about getting new versions of sed.exe, 
writing little command files to do things and then finally getting a working 
version of Lyx.


I would say efficiency wise the new version is far superior, but then I am 
on a 100Mbps connection so downloading is hardly a chore.


Geoff





--
Guggerstrasse 17
CH-8702 Zollikon
Schweiz-Suisse-Switzerland
Telefon +41-44-391-3705
Telefax +41-44-391-3779
Mobilfon +41-76-335-3705






Re: citations and references in multi document files

2005-07-21 Thread Geoffrey Lloyd
Another way to do it is to 'compile' the main document first, eg by doing 
view dvi.


This effectively lets all Includes see all the other stuff such as biblios 
or sections in other includes for cross referencing.



- Original Message - 
From: "Micha Feigin" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, July 21, 2005 2:49 PM
Subject: Re: citations and references in multi document files



On Thu, 21 Jul 2005 08:40:08 +0200
Georg Baum <[EMAIL PROTECTED]> wrote:


Micha Feigin wrote:

> I just split my thesis into multiple documents as it became impossible 
> to

> handle after the 80 page mark without folding (which AFAIK lyx doesn't
> support).

Do you know View->Navigate?



I do, works great for medium documents, but from some point its still not
enough. I tried using a combination of bookmarks and View->Navigate, but I 
need

to move around a bit and I still keep losing my position.

Also, when splitting the files, using the preview is much faster and 
allows to

concentrate on a chapter at a time.

> Anyway, this works find except for references and citations. references 
> to

> other parts of the document have to be entered manually and I can only
> push
> citations from bibtex as they are not known to the local document and 
> even

> then
> I can't control their format.
>
> Is there any solution to any of these problems?

Always open the child documents from the main document via the include
button. This assumes that the bibtex database is included in the main
document (you can trigger loading all included documents if you e.g. try 
to

insert a citation in the main document).



Tried that, but at least with lyx 1.3.4 (the version currently in debian) 
this
doesn't work. References can be chosen from other open documents but the 
bibtex

entry in the master document isn't recognized.

The suggestion I got in the other email to put the bibtex entry into a 
comment

paragraph works great though.



Georg


 +++
 This Mail Was Scanned By Mail-seCure System
 at the Tel-Aviv University CC.




+++
This Mail Was Scanned By Mail-seCure System
at the Tel-Aviv University CC.





1.3.6 for Win

2005-07-19 Thread Geoffrey Lloyd
Hi 

I am about to install Lyx 1.3.6 on WinXP box.  I just wondered what, with the 
exception of reLyx, the Perl package was required for. I am going to use 
tex2lyx and so won't need to install Perl if it is not used by any other part 
of the Lyx package.

If anyone knows the answer I would be most appreciative.

Geoff

Toolbar in 1.3.6

2005-07-19 Thread Geoffrey Lloyd



Hi

Yes another question, sorry.

I have been using 1.3.5 for sometime and have 
become very use to the toolbar that I am using. It is a corruption of the 
'Alternative Toolbar' provided here

http://www.semverteilung.vwl.uni-muenchen.de/mitarbeiter/es/software/ToolbarES.htm

However when I use it with 1.3.6 some f the icons 
are not recognised and become ? and another is just totally different. 


I have attached the .ui file. Does any one know why 
this is happening?

Ultimately it doesn't matter for me because I know 
where all the buttons are and what they do so don't need icons per se but I am 
trying to encourage others to use Lyx and so it would be helpful if my version 
looked complete.

Geoff


es.ui
Description: Binary data


Re: 1.3.6 for Win

2005-07-19 Thread Geoffrey Lloyd


- Original Message - 
From: Jean-Pierre Chretien [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Tuesday, July 19, 2005 5:30 PM
Subject: Re: 1.3.6 for Win





To: lyx-users@lists.lyx.org
From: Angus Leeming [EMAIL PROTECTED]
Subject: Re: 1.3.6 for Win
Date: Tue, 19 Jul 2005 17:22:22 +0100

Jean-Pierre Chretien wrote:

Since lyx-1.3.6 reads tex2lyx output, the wiki page could be
simplified and suggest to replace reLyX by tex2lyx $$i $$o in
Edit-Preference-Conversion-Converters-LaTeX - LyX menu

I guess the tex2lyx.cmd scipt is not needed any more.


Indeed. And the tex2lyx package doesn't need to bundle lyx2lyx either.


BTW, tex2lyx seems to works fine if decompressed in C:\Program
Files\LyX-1.4


I wonder... Can tex2lyx read 1.3.6's textclass files? I.e., does it
work if you place tex2lyx.exe in C:\Program Files\Lyx-1.3.6\bin ?


Not tried, I added C:\Program Files\LyX-1.4/LyX/bin to the path and tried 
a very simple

tex2lyx conversion (one of the doc files).

You mean, just copy tex2lyx.exe in C:\Program Files\Lyx-1.3.6\bin,
forget the lyx-1.4 layouts and such of the tex2lyx bundle and go ?
In that case, you will able to ship it with the installer I guess,
with the lyxrc.defaults tuned to use it.



If that really is the case then that would be fantastic as it is clearly 
superior to relyx.


If you find it works can you let me know how to do it to save me downloading 
all the extra stuff, was literally about to do the tex2lyx addition so will 
wait a while to hear if I need to do the full thing.


Geoff



Re: Removing pages from a .pdf file?

2005-07-19 Thread Geoffrey Lloyd


- Original Message - 
From: Angus Leeming [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Tuesday, July 19, 2005 6:29 PM
Subject: Removing pages from a .pdf file?



I've just generated a pdf file using pdflatex that runs from page -8
to page 11. Is there a tool that I can use to remove pages -8 to 0
(inclusive) from the pdf file? Or is there a way of getting pdflatex
to output only pages 1 to 11?

No, I don't want to hack my lyx file ;-)

Angus



The best way to do this is to output a .ps file from Lyx and then use 
ghostview to convert just pages 1 to 11 to a pdf file.  It works well and 
the quality is fine.










Instant preview in 1.3.6 win

2005-07-19 Thread Geoffrey Lloyd
Hi

So far so good with the 1.3.6 install.

Only I can't get instant preview to work. I have selected Instant Preview in 
Preferences and also have a full version of Python 2.4 installed.

Anyone got Instant Preview to work on a Win system and know how to do it?

Geoff

SOLVED -Instant preview

2005-07-19 Thread Geoffrey Lloyd
Ok it seems that on (my) WinXP box as well as Python you also need a set of 
Python extensions which can be found here. There are files to cover the latest 
Python releases.

https://sourceforge.net/project/showfiles.php?group_id=78018package_id=79063release_id=319716

Perhaps something should be added to state this additional step for Win 
Machines. It may be that it only affects Instant Preview but I don't know 
anything about Python or how it is used by Lyx.

Geoff

Strange menu behaviour on resize

2005-07-19 Thread Geoffrey Lloyd
Hi

A strange thing happens whenever I minimise my Lyx window to the tool bar in 
Windows. When I bring it back up (regardless of whether it is full screen or 
user defined size) only the first 4 menu options are available (FIle, Edit, 
Insert, Layout).  When I run the mouse of the vacant space the other menu items 
appear. 

Very odd, wondered whether anyone else had this problem and although minor 
whether it is a bug worth reporting.

Geoff

1.3.6 for Win

2005-07-19 Thread Geoffrey Lloyd
Hi 

I am about to install Lyx 1.3.6 on WinXP box.  I just wondered what, with the 
exception of reLyx, the Perl package was required for. I am going to use 
tex2lyx and so won't need to install Perl if it is not used by any other part 
of the Lyx package.

If anyone knows the answer I would be most appreciative.

Geoff

Toolbar in 1.3.6

2005-07-19 Thread Geoffrey Lloyd



Hi

Yes another question, sorry.

I have been using 1.3.5 for sometime and have 
become very use to the toolbar that I am using. It is a corruption of the 
'Alternative Toolbar' provided here

http://www.semverteilung.vwl.uni-muenchen.de/mitarbeiter/es/software/ToolbarES.htm

However when I use it with 1.3.6 some f the icons 
are not recognised and become ? and another is just totally different. 


I have attached the .ui file. Does any one know why 
this is happening?

Ultimately it doesn't matter for me because I know 
where all the buttons are and what they do so don't need icons per se but I am 
trying to encourage others to use Lyx and so it would be helpful if my version 
looked complete.

Geoff


es.ui
Description: Binary data


Re: 1.3.6 for Win

2005-07-19 Thread Geoffrey Lloyd


- Original Message - 
From: Jean-Pierre Chretien [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Tuesday, July 19, 2005 5:30 PM
Subject: Re: 1.3.6 for Win





To: lyx-users@lists.lyx.org
From: Angus Leeming [EMAIL PROTECTED]
Subject: Re: 1.3.6 for Win
Date: Tue, 19 Jul 2005 17:22:22 +0100

Jean-Pierre Chretien wrote:

Since lyx-1.3.6 reads tex2lyx output, the wiki page could be
simplified and suggest to replace reLyX by tex2lyx $$i $$o in
Edit-Preference-Conversion-Converters-LaTeX - LyX menu

I guess the tex2lyx.cmd scipt is not needed any more.


Indeed. And the tex2lyx package doesn't need to bundle lyx2lyx either.


BTW, tex2lyx seems to works fine if decompressed in C:\Program
Files\LyX-1.4


I wonder... Can tex2lyx read 1.3.6's textclass files? I.e., does it
work if you place tex2lyx.exe in C:\Program Files\Lyx-1.3.6\bin ?


Not tried, I added C:\Program Files\LyX-1.4/LyX/bin to the path and tried 
a very simple

tex2lyx conversion (one of the doc files).

You mean, just copy tex2lyx.exe in C:\Program Files\Lyx-1.3.6\bin,
forget the lyx-1.4 layouts and such of the tex2lyx bundle and go ?
In that case, you will able to ship it with the installer I guess,
with the lyxrc.defaults tuned to use it.



If that really is the case then that would be fantastic as it is clearly 
superior to relyx.


If you find it works can you let me know how to do it to save me downloading 
all the extra stuff, was literally about to do the tex2lyx addition so will 
wait a while to hear if I need to do the full thing.


Geoff



Re: Removing pages from a .pdf file?

2005-07-19 Thread Geoffrey Lloyd


- Original Message - 
From: Angus Leeming [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Tuesday, July 19, 2005 6:29 PM
Subject: Removing pages from a .pdf file?



I've just generated a pdf file using pdflatex that runs from page -8
to page 11. Is there a tool that I can use to remove pages -8 to 0
(inclusive) from the pdf file? Or is there a way of getting pdflatex
to output only pages 1 to 11?

No, I don't want to hack my lyx file ;-)

Angus



The best way to do this is to output a .ps file from Lyx and then use 
ghostview to convert just pages 1 to 11 to a pdf file.  It works well and 
the quality is fine.










Instant preview in 1.3.6 win

2005-07-19 Thread Geoffrey Lloyd
Hi

So far so good with the 1.3.6 install.

Only I can't get instant preview to work. I have selected Instant Preview in 
Preferences and also have a full version of Python 2.4 installed.

Anyone got Instant Preview to work on a Win system and know how to do it?

Geoff

SOLVED -Instant preview

2005-07-19 Thread Geoffrey Lloyd
Ok it seems that on (my) WinXP box as well as Python you also need a set of 
Python extensions which can be found here. There are files to cover the latest 
Python releases.

https://sourceforge.net/project/showfiles.php?group_id=78018package_id=79063release_id=319716

Perhaps something should be added to state this additional step for Win 
Machines. It may be that it only affects Instant Preview but I don't know 
anything about Python or how it is used by Lyx.

Geoff

Strange menu behaviour on resize

2005-07-19 Thread Geoffrey Lloyd
Hi

A strange thing happens whenever I minimise my Lyx window to the tool bar in 
Windows. When I bring it back up (regardless of whether it is full screen or 
user defined size) only the first 4 menu options are available (FIle, Edit, 
Insert, Layout).  When I run the mouse of the vacant space the other menu items 
appear. 

Very odd, wondered whether anyone else had this problem and although minor 
whether it is a bug worth reporting.

Geoff

1.3.6 for Win

2005-07-19 Thread Geoffrey Lloyd
Hi 

I am about to install Lyx 1.3.6 on WinXP box.  I just wondered what, with the 
exception of reLyx, the Perl package was required for. I am going to use 
tex2lyx and so won't need to install Perl if it is not used by any other part 
of the Lyx package.

If anyone knows the answer I would be most appreciative.

Geoff

Toolbar in 1.3.6

2005-07-19 Thread Geoffrey Lloyd



Hi
 
Yes another question, sorry.
 
I have been using 1.3.5 for sometime and have 
become very use to the toolbar that I am using. It is a corruption of the 
'Alternative Toolbar' provided here
 
http://www.semverteilung.vwl.uni-muenchen.de/mitarbeiter/es/software/ToolbarES.htm
 
However when I use it with 1.3.6 some f the icons 
are not recognised and become ? and another is just totally different. 

 
I have attached the .ui file. Does any one know why 
this is happening?
 
Ultimately it doesn't matter for me because I know 
where all the buttons are and what they do so don't need icons per se but I am 
trying to encourage others to use Lyx and so it would be helpful if my version 
looked complete.
 
Geoff


es.ui
Description: Binary data


Re: 1.3.6 for Win

2005-07-19 Thread Geoffrey Lloyd


- Original Message - 
From: "Jean-Pierre Chretien" <[EMAIL PROTECTED]>

To: 
Sent: Tuesday, July 19, 2005 5:30 PM
Subject: Re: 1.3.6 for Win





To: lyx-users@lists.lyx.org
From: Angus Leeming <[EMAIL PROTECTED]>
Subject: Re: 1.3.6 for Win
Date: Tue, 19 Jul 2005 17:22:22 +0100

Jean-Pierre Chretien wrote:

Since lyx-1.3.6 reads tex2lyx output, the wiki page could be
simplified and suggest to replace reLyX by tex2lyx $$i >$$o in
Edit->Preference->Conversion->Converters->LaTeX -> LyX menu

I guess the tex2lyx.cmd scipt is not needed any more.


Indeed. And the tex2lyx package doesn't need to bundle lyx2lyx either.


BTW, tex2lyx seems to works fine if decompressed in C:\Program
Files\LyX-1.4


I wonder... Can tex2lyx read 1.3.6's textclass files? I.e., does it
work if you place tex2lyx.exe in C:\Program Files\Lyx-1.3.6\bin ?


Not tried, I added C:\Program Files\LyX-1.4/LyX/bin to the path and tried 
a very simple

tex2lyx conversion (one of the doc files).

You mean, just copy tex2lyx.exe in C:\Program Files\Lyx-1.3.6\bin,
forget the lyx-1.4 layouts and such of the tex2lyx bundle and go ?
In that case, you will able to ship it with the installer I guess,
with the lyxrc.defaults tuned to use it.



If that really is the case then that would be fantastic as it is clearly 
superior to relyx.


If you find it works can you let me know how to do it to save me downloading 
all the extra stuff, was literally about to do the tex2lyx addition so will 
wait a while to hear if I need to do the full thing.


Geoff



Re: Removing pages from a .pdf file?

2005-07-19 Thread Geoffrey Lloyd


- Original Message - 
From: "Angus Leeming" <[EMAIL PROTECTED]>

To: 
Sent: Tuesday, July 19, 2005 6:29 PM
Subject: Removing pages from a .pdf file?



I've just generated a pdf file using pdflatex that runs from page -8
to page 11. Is there a tool that I can use to remove pages -8 to 0
(inclusive) from the pdf file? Or is there a way of getting pdflatex
to output only pages 1 to 11?

No, I don't want to hack my lyx file ;-)

Angus



The best way to do this is to output a .ps file from Lyx and then use 
ghostview to convert just pages 1 to 11 to a pdf file.  It works well and 
the quality is fine.










Instant preview in 1.3.6 win

2005-07-19 Thread Geoffrey Lloyd
Hi

So far so good with the 1.3.6 install.

Only I can't get instant preview to work. I have selected Instant Preview in 
Preferences and also have a full version of Python 2.4 installed.

Anyone got Instant Preview to work on a Win system and know how to do it?

Geoff

SOLVED -Instant preview

2005-07-19 Thread Geoffrey Lloyd
Ok it seems that on (my) WinXP box as well as Python you also need a set of 
Python extensions which can be found here. There are files to cover the latest 
Python releases.

https://sourceforge.net/project/showfiles.php?group_id=78018_id=79063_id=319716

Perhaps something should be added to state this additional step for Win 
Machines. It may be that it only affects Instant Preview but I don't know 
anything about Python or how it is used by Lyx.

Geoff

Strange menu behaviour on resize

2005-07-19 Thread Geoffrey Lloyd
Hi

A strange thing happens whenever I minimise my Lyx window to the tool bar in 
Windows. When I bring it back up (regardless of whether it is full screen or 
user defined size) only the first 4 menu options are available (FIle, Edit, 
Insert, Layout).  When I run the mouse of the vacant space the other menu items 
appear. 

Very odd, wondered whether anyone else had this problem and although minor 
whether it is a bug worth reporting.

Geoff

Re: Hanging Caps

2005-07-14 Thread Geoffrey Lloyd

In summary put

\usepackage{lettrine}

in the preamble.  And then use \lettrine{X}{text} in your document.  X 
refers to the hanging letter and the text will be in small caps. Anything 
else will be texted wrapped in that paragraph.


More info can be found, in English, in the attachment.




Axel



lettrine.dvi
Description: Binary data


Re: Hanging Caps

2005-07-14 Thread Geoffrey Lloyd

In summary put

\usepackage{lettrine}

in the preamble.  And then use \lettrine{X}{text} in your document.  X 
refers to the hanging letter and the text will be in small caps. Anything 
else will be texted wrapped in that paragraph.


More info can be found, in English, in the attachment.




Axel



lettrine.dvi
Description: Binary data


Re: Hanging Caps

2005-07-14 Thread Geoffrey Lloyd

In summary put

\usepackage{lettrine}

in the preamble.  And then use \lettrine{X}{text} in your document.  X 
refers to the hanging letter and the text will be in small caps. Anything 
else will be texted wrapped in that paragraph.


More info can be found, in English, in the attachment.




Axel



lettrine.dvi
Description: Binary data


Re: Ongoing problems with 1.3.6pre on windows

2005-07-11 Thread Geoffrey Lloyd

LyX doesn't know anything about LaTeX .cls files. You need to make the
beamer.layout file available to LyX by copying it to

${USER_LYX_DIR}/layouts/beamer.layout

and reconfiguring LyX.

USER_LYX_DIR is presumably C:\Documents and Settings\Samar\Application
Data\lyx or something similar.

On my linux machine (runs teTeX), this file is to be found at
/usr/local/share/texmf/tex/latex/beamer/lyx/layouts/beamer.layout

It'll be somewhere equivalent under MiKTeX. If not, you can grab it from
the latex-beamer.sf.net viewcvs tree:


Out of curiosity really, but if lyx knows where miktex or equivalent is why 
doesn't it find these layout ifles automatically - or is this particular to 
beamer. 



Re: export to HTML

2005-07-11 Thread Geoffrey Lloyd


- Original Message - 
From: Dean [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Monday, July 11, 2005 7:42 PM
Subject: export to HTML



Hi Everyone,

I'm having trouble exporting my thesis to HTML, so that my supervisor can 
read
it in an editable format (he uses MS Word).  Exporting to HTML seems to do 
a
pretty good job except that the images aren't displayed.  There are no 
images

in the locations that are linked to from the HTML file.  Any ideas what is
going on?



The images won't be incorporated into the html in the same wqay they are a 
pdf or ps file. The html will merely include links to where the image files 
are on your pc.  If you haven't sent him the image files then he won't be 
able to see them.


As an aside, one way to send him editable text is to send him the latex 
source. Admittedly this won't have images in either but he will be able to 
open the plain text on any text editor - WordPad on Windows for example. 
Then you can simply convert his revised tex file to lyx using relyx or 
tex2lyx.


If he really needs to see the figures too send him a pdf and he can read 
that along side.


Just a thought.


Geoff



Re: Ongoing problems with 1.3.6pre on windows

2005-07-11 Thread Geoffrey Lloyd

LyX doesn't know anything about LaTeX .cls files. You need to make the
beamer.layout file available to LyX by copying it to

${USER_LYX_DIR}/layouts/beamer.layout

and reconfiguring LyX.

USER_LYX_DIR is presumably C:\Documents and Settings\Samar\Application
Data\lyx or something similar.

On my linux machine (runs teTeX), this file is to be found at
/usr/local/share/texmf/tex/latex/beamer/lyx/layouts/beamer.layout

It'll be somewhere equivalent under MiKTeX. If not, you can grab it from
the latex-beamer.sf.net viewcvs tree:


Out of curiosity really, but if lyx knows where miktex or equivalent is why 
doesn't it find these layout ifles automatically - or is this particular to 
beamer. 



Re: export to HTML

2005-07-11 Thread Geoffrey Lloyd


- Original Message - 
From: Dean [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Monday, July 11, 2005 7:42 PM
Subject: export to HTML



Hi Everyone,

I'm having trouble exporting my thesis to HTML, so that my supervisor can 
read
it in an editable format (he uses MS Word).  Exporting to HTML seems to do 
a
pretty good job except that the images aren't displayed.  There are no 
images

in the locations that are linked to from the HTML file.  Any ideas what is
going on?



The images won't be incorporated into the html in the same wqay they are a 
pdf or ps file. The html will merely include links to where the image files 
are on your pc.  If you haven't sent him the image files then he won't be 
able to see them.


As an aside, one way to send him editable text is to send him the latex 
source. Admittedly this won't have images in either but he will be able to 
open the plain text on any text editor - WordPad on Windows for example. 
Then you can simply convert his revised tex file to lyx using relyx or 
tex2lyx.


If he really needs to see the figures too send him a pdf and he can read 
that along side.


Just a thought.


Geoff



Re: Ongoing problems with 1.3.6pre on windows

2005-07-11 Thread Geoffrey Lloyd

LyX doesn't know anything about LaTeX .cls files. You need to make the
beamer.layout file available to LyX by copying it to

${USER_LYX_DIR}/layouts/beamer.layout

and reconfiguring LyX.

USER_LYX_DIR is presumably C:\Documents and Settings\Samar\Application
Data\lyx or something similar.

On my linux machine (runs teTeX), this file is to be found at
/usr/local/share/texmf/tex/latex/beamer/lyx/layouts/beamer.layout

It'll be somewhere equivalent under MiKTeX. If not, you can grab it from
the latex-beamer.sf.net viewcvs tree:


Out of curiosity really, but if lyx knows where miktex or equivalent is why 
doesn't it find these layout ifles automatically - or is this particular to 
beamer. 



Re: export to HTML

2005-07-11 Thread Geoffrey Lloyd


- Original Message - 
From: "Dean" <[EMAIL PROTECTED]>

To: 
Sent: Monday, July 11, 2005 7:42 PM
Subject: export to HTML



Hi Everyone,

I'm having trouble exporting my thesis to HTML, so that my supervisor can 
read
it in an editable format (he uses MS Word).  Exporting to HTML seems to do 
a
pretty good job except that the images aren't displayed.  There are no 
images

in the locations that are linked to from the HTML file.  Any ideas what is
going on?



The images won't be incorporated into the html in the same wqay they are a 
pdf or ps file. The html will merely include links to where the image files 
are on your pc.  If you haven't sent him the image files then he won't be 
able to see them.


As an aside, one way to send him editable text is to send him the latex 
source. Admittedly this won't have images in either but he will be able to 
open the plain text on any text editor - WordPad on Windows for example. 
Then you can simply convert his revised tex file to lyx using relyx or 
tex2lyx.


If he really needs to see the figures too send him a pdf and he can read 
that along side.


Just a thought.


Geoff



Lyx 1.3.6pre with 1.3.5

2005-07-10 Thread Geoffrey Lloyd
Hi

I have been happily using 1.3.5 and more recently 1.3.6pre with no major 
problems.  However I did notice some strange behaviour when installing 1.3.6pre.

After install I have 4 lyx icons on my desktop, the original one for 1.3.5 and 
3 new ones, which also point to 1.3.5.  I don't get a single one for 1.3.6pre.

This must be happening because I have 1.3.5 installed too but it is very odd. I 
can;t afford to remove 1.3.5 as I am writing a thesis and I can be sure it is 
stable.

Just thought I should share this odd behaviour.

Geoff

Using math in the sub figure caption

2005-07-10 Thread Geoffrey Lloyd
Hi

I have a few subfigures and in their captions I would like to use the math 
environment so that I can write \mu as in the symbol for micro.  

Any ideas how to do this either from the caption box in the subfigure menu or 
using ERT

Geoff

Lyx 1.3.6pre with 1.3.5

2005-07-10 Thread Geoffrey Lloyd
Hi

I have been happily using 1.3.5 and more recently 1.3.6pre with no major 
problems.  However I did notice some strange behaviour when installing 1.3.6pre.

After install I have 4 lyx icons on my desktop, the original one for 1.3.5 and 
3 new ones, which also point to 1.3.5.  I don't get a single one for 1.3.6pre.

This must be happening because I have 1.3.5 installed too but it is very odd. I 
can;t afford to remove 1.3.5 as I am writing a thesis and I can be sure it is 
stable.

Just thought I should share this odd behaviour.

Geoff

Using math in the sub figure caption

2005-07-10 Thread Geoffrey Lloyd
Hi

I have a few subfigures and in their captions I would like to use the math 
environment so that I can write \mu as in the symbol for micro.  

Any ideas how to do this either from the caption box in the subfigure menu or 
using ERT

Geoff

Lyx 1.3.6pre with 1.3.5

2005-07-10 Thread Geoffrey Lloyd
Hi

I have been happily using 1.3.5 and more recently 1.3.6pre with no major 
problems.  However I did notice some strange behaviour when installing 1.3.6pre.

After install I have 4 lyx icons on my desktop, the original one for 1.3.5 and 
3 new ones, which also point to 1.3.5.  I don't get a single one for 1.3.6pre.

This must be happening because I have 1.3.5 installed too but it is very odd. I 
can;t afford to remove 1.3.5 as I am writing a thesis and I can be sure it is 
stable.

Just thought I should share this odd behaviour.

Geoff

Using math in the sub figure caption

2005-07-10 Thread Geoffrey Lloyd
Hi

I have a few subfigures and in their captions I would like to use the math 
environment so that I can write \mu as in the symbol for micro.  

Any ideas how to do this either from the caption box in the subfigure menu or 
using ERT

Geoff

tex2lyx and 1.3.6pre

2005-07-09 Thread Geoffrey Lloyd
Hi

I am aware that tex2lyx will be invoked as of 1.4.0 but wondered whether, as it 
is already stable and far more powerful than relyx, whether it might be added 
to the 1.3.6pre version. 

If not is there a reason for its exclusion.

Geoff

tex2lyx and 1.3.6pre

2005-07-09 Thread Geoffrey Lloyd
Hi

I am aware that tex2lyx will be invoked as of 1.4.0 but wondered whether, as it 
is already stable and far more powerful than relyx, whether it might be added 
to the 1.3.6pre version. 

If not is there a reason for its exclusion.

Geoff

tex2lyx and 1.3.6pre

2005-07-09 Thread Geoffrey Lloyd
Hi

I am aware that tex2lyx will be invoked as of 1.4.0 but wondered whether, as it 
is already stable and far more powerful than relyx, whether it might be added 
to the 1.3.6pre version. 

If not is there a reason for its exclusion.

Geoff

footnotes

2005-07-08 Thread Geoffrey Lloyd
Hi

I have inserted a footnote on a page but want to use it a second time.  How do 
I insert a footnote marker that refers to a previously defined footnote.

Any help will be appreciated.

Geoff

footnotes

2005-07-08 Thread Geoffrey Lloyd
Hi

I have inserted a footnote on a page but want to use it a second time.  How do 
I insert a footnote marker that refers to a previously defined footnote.

Any help will be appreciated.

Geoff

footnotes

2005-07-08 Thread Geoffrey Lloyd
Hi

I have inserted a footnote on a page but want to use it a second time.  How do 
I insert a footnote marker that refers to a previously defined footnote.

Any help will be appreciated.

Geoff

1.3.6pre and 1.4 windows

2005-07-07 Thread Geoffrey Lloyd
A question to anyone that might know the answer. With the large amount of work 
going into Lyx 1.3.6 for Windows am I to assume the following

1) Lyx 1.4 release is a long way off

2) It won't be released for Windows, at least initially.

Any ideas?

Geoff

Re: adding list of figures etc in TOC

2005-07-07 Thread Geoffrey Lloyd


- Original Message - 
From: Vaibhav Srivastava [EMAIL PROTECTED]

To: Lyx-Users lyx-users@lists.lyx.org
Sent: Thursday, July 07, 2005 11:13 PM
Subject: adding list of figures etc in TOC



HI all,
 Currently TOC does not include list of tables, figures and bibliography. 
How to include them in final output.


Use the package tocbibind

If you just use the defaults this also includes the ToC in the ToC so use 
the option notoc


\usepackage[notoc]{tocbibind}

Hope this works for you.  Further options can be found in the tocbibind 
package docs








Thanks

--
Vaibhav Srivastava
Graduate Student,
Department of Electrical and Computer Engineering,
North Carolina State University,
Raleigh,NC
[EMAIL PROTECTED]
Phone: 919 412 4073







Re: adding list of figures etc in TOC

2005-07-07 Thread Geoffrey Lloyd

HI all,
 Currently TOC does not include list of tables, figures and bibliography. 
How to include them in final output.


Use the package tocbibind

If you just use the defaults this also includes the ToC in the ToC so use 
the option notoc


\usepackage[notoc]{tocbibind}


my apologies, this should read [nottoc] instead



1.3.6pre and 1.4 windows

2005-07-07 Thread Geoffrey Lloyd
A question to anyone that might know the answer. With the large amount of work 
going into Lyx 1.3.6 for Windows am I to assume the following

1) Lyx 1.4 release is a long way off

2) It won't be released for Windows, at least initially.

Any ideas?

Geoff

Re: adding list of figures etc in TOC

2005-07-07 Thread Geoffrey Lloyd


- Original Message - 
From: Vaibhav Srivastava [EMAIL PROTECTED]

To: Lyx-Users lyx-users@lists.lyx.org
Sent: Thursday, July 07, 2005 11:13 PM
Subject: adding list of figures etc in TOC



HI all,
 Currently TOC does not include list of tables, figures and bibliography. 
How to include them in final output.


Use the package tocbibind

If you just use the defaults this also includes the ToC in the ToC so use 
the option notoc


\usepackage[notoc]{tocbibind}

Hope this works for you.  Further options can be found in the tocbibind 
package docs








Thanks

--
Vaibhav Srivastava
Graduate Student,
Department of Electrical and Computer Engineering,
North Carolina State University,
Raleigh,NC
[EMAIL PROTECTED]
Phone: 919 412 4073







Re: adding list of figures etc in TOC

2005-07-07 Thread Geoffrey Lloyd

HI all,
 Currently TOC does not include list of tables, figures and bibliography. 
How to include them in final output.


Use the package tocbibind

If you just use the defaults this also includes the ToC in the ToC so use 
the option notoc


\usepackage[notoc]{tocbibind}


my apologies, this should read [nottoc] instead



1.3.6pre and 1.4 windows

2005-07-07 Thread Geoffrey Lloyd
A question to anyone that might know the answer. With the large amount of work 
going into Lyx 1.3.6 for Windows am I to assume the following

1) Lyx 1.4 release is a long way off

2) It won't be released for Windows, at least initially.

Any ideas?

Geoff

Re: adding list of figures etc in TOC

2005-07-07 Thread Geoffrey Lloyd


- Original Message - 
From: "Vaibhav Srivastava" <[EMAIL PROTECTED]>

To: "Lyx-Users" 
Sent: Thursday, July 07, 2005 11:13 PM
Subject: adding list of figures etc in TOC



HI all,
 Currently TOC does not include list of tables, figures and bibliography. 
How to include them in final output.


Use the package tocbibind

If you just use the defaults this also includes the ToC in the ToC so use 
the option notoc


\usepackage[notoc]{tocbibind}

Hope this works for you.  Further options can be found in the tocbibind 
package docs








Thanks

--
Vaibhav Srivastava
Graduate Student,
Department of Electrical and Computer Engineering,
North Carolina State University,
Raleigh,NC
[EMAIL PROTECTED]
Phone: 919 412 4073







Re: adding list of figures etc in TOC

2005-07-07 Thread Geoffrey Lloyd

HI all,
 Currently TOC does not include list of tables, figures and bibliography. 
How to include them in final output.


Use the package tocbibind

If you just use the defaults this also includes the ToC in the ToC so use 
the option notoc


\usepackage[notoc]{tocbibind}


my apologies, this should read [nottoc] instead



Re: table of contents and no sections listed and no section numbering

2005-07-06 Thread Geoffrey Lloyd


- Original Message - 
From: Jeremy C. Reed [EMAIL PROTECTED]

To: Rich Shepard [EMAIL PROTECTED]
Cc: lyx-users@lists.lyx.org
Sent: Wednesday, July 06, 2005 10:08 PM
Subject: Re: table of contents and no sections listed and no section 
numbering




On Wed, 6 Jul 2005, Rich Shepard wrote:
In another document, I want the table of contents to list all the 
sections
(but not Subsubsections) and I don't want these sections numbered. What 
can

I do so the table fo contents list the chapters and sections, but the
sections are not numbered?
I am wondering how I can do that without the section numbering in the 
table of contenst -- while still having the section numbering within the 
content itself. Not real important though.


Ok before your ToC insert the following in ERT

\setcounter{secnumdepth}{0}

Then after your ToC have another ERT with

\setcounter{secnumdepth}{1}

This should only number the chapters in the TOC but still list the sections 
(if your TOC depth is set correctly as discussed in the earlier email), but 
both the chapters and the sections in your document.  You may need to play 
with the numbers but this is the right idea.


Geoff 



Re: table of contents and no sections listed and no section numbering

2005-07-06 Thread Geoffrey Lloyd


- Original Message - 
From: Jeremy C. Reed [EMAIL PROTECTED]

To: Rich Shepard [EMAIL PROTECTED]
Cc: lyx-users@lists.lyx.org
Sent: Wednesday, July 06, 2005 10:08 PM
Subject: Re: table of contents and no sections listed and no section 
numbering




On Wed, 6 Jul 2005, Rich Shepard wrote:
In another document, I want the table of contents to list all the 
sections
(but not Subsubsections) and I don't want these sections numbered. What 
can

I do so the table fo contents list the chapters and sections, but the
sections are not numbered?
I am wondering how I can do that without the section numbering in the 
table of contenst -- while still having the section numbering within the 
content itself. Not real important though.


Ok before your ToC insert the following in ERT

\setcounter{secnumdepth}{0}

Then after your ToC have another ERT with

\setcounter{secnumdepth}{1}

This should only number the chapters in the TOC but still list the sections 
(if your TOC depth is set correctly as discussed in the earlier email), but 
both the chapters and the sections in your document.  You may need to play 
with the numbers but this is the right idea.


Geoff 



Re: table of contents and no sections listed and no section numbering

2005-07-06 Thread Geoffrey Lloyd


- Original Message - 
From: "Jeremy C. Reed" <[EMAIL PROTECTED]>

To: "Rich Shepard" <[EMAIL PROTECTED]>
Cc: 
Sent: Wednesday, July 06, 2005 10:08 PM
Subject: Re: table of contents and no sections listed and no section 
numbering




On Wed, 6 Jul 2005, Rich Shepard wrote:
In another document, I want the table of contents to list all the 
sections
(but not Subsubsections) and I don't want these sections numbered. What 
can

I do so the table fo contents list the chapters and sections, but the
sections are not numbered?
I am wondering how I can do that without the section numbering in the 
table of contenst -- while still having the section numbering within the 
content itself. Not real important though.


Ok before your ToC insert the following in ERT

\setcounter{secnumdepth}{0}

Then after your ToC have another ERT with

\setcounter{secnumdepth}{1}

This should only number the chapters in the TOC but still list the sections 
(if your TOC depth is set correctly as discussed in the earlier email), but 
both the chapters and the sections in your document.  You may need to play 
with the numbers but this is the right idea.


Geoff 



Re: View problem with TOC and cross referencing

2005-06-29 Thread Geoffrey Lloyd
- Original Message - 
From: Justin C. Walker [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Wednesday, June 29, 2005 5:17 PM
Subject: Re: View problem with TOC and cross referencing




On Jun 28, 2005, at 21:59 , Roger McMurtrie wrote:


Every time I enter Lyx, the first time I View a document, the Table of
Contents is empty and cross-referencing including citation  references 
are

replaced by question marks. This applies to both View-DVI and View-
PDF.

After each first-time failure, later use of View works fine.

I am using Lyx 1.3.5 under Mandrake 10.1


Getting the table of contents to print requires multiple (i.e., two) 
passes with in TeX.  I don't know that LyX will take care of that for 
you, so I think it's expected behavior.


When you view either dvi or pdf lyx runs latex then bibtex then latex twice 
more so this really shouldn't be the route of the problem.


Geoff



Re: View problem with TOC and cross referencing

2005-06-29 Thread Geoffrey Lloyd
- Original Message - 
From: Justin C. Walker [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Wednesday, June 29, 2005 5:17 PM
Subject: Re: View problem with TOC and cross referencing




On Jun 28, 2005, at 21:59 , Roger McMurtrie wrote:


Every time I enter Lyx, the first time I View a document, the Table of
Contents is empty and cross-referencing including citation  references 
are

replaced by question marks. This applies to both View-DVI and View-
PDF.

After each first-time failure, later use of View works fine.

I am using Lyx 1.3.5 under Mandrake 10.1


Getting the table of contents to print requires multiple (i.e., two) 
passes with in TeX.  I don't know that LyX will take care of that for 
you, so I think it's expected behavior.


When you view either dvi or pdf lyx runs latex then bibtex then latex twice 
more so this really shouldn't be the route of the problem.


Geoff



Re: View problem with TOC and cross referencing

2005-06-29 Thread Geoffrey Lloyd
- Original Message - 
From: "Justin C. Walker" <[EMAIL PROTECTED]>

To: 
Sent: Wednesday, June 29, 2005 5:17 PM
Subject: Re: View problem with TOC and cross referencing




On Jun 28, 2005, at 21:59 , Roger McMurtrie wrote:


Every time I enter Lyx, the first time I View a document, the Table of
Contents is empty and cross-referencing including citation  references 
are

replaced by question marks. This applies to both View->DVI and View-
>PDF.

After each first-time failure, later use of View works fine.

I am using Lyx 1.3.5 under Mandrake 10.1


Getting the table of contents to print requires multiple (i.e., two) 
passes with in TeX.  I don't know that LyX will take care of that for 
you, so I think it's expected behavior.


When you view either dvi or pdf lyx runs latex then bibtex then latex twice 
more so this really shouldn't be the route of the problem.


Geoff



multiple cross references using hyperref

2005-06-24 Thread Geoffrey Lloyd
Hi

I have several instances where I write 

'refering to equations 1.x and 1.y'. 

I am now using the \autoref part of hyperref and it prioduces nice out put but 
with multiple references like above I get 

'refering to equation 1.x and equation 1.y'

It is possible using this package to get the first output using \autoref.  It 
would look and read much better.

Geoff

MOre hyperref problems.....

2005-06-24 Thread Geoffrey Lloyd
This time it is not stylistic but some sort of glitch.

I have a bibliography in my toc has always been there - ie I havent added it as 
a toc line or anything. Anyway it is page 63. If I click the hyperref in the 
toc it goes to page 62, the same is true if I select the bookmark in the pdf.

I have no idea how to get this to go to the correct place - in fact I am sure 
it was working properly at one point.

Any help much appreciated.

Geoff

multiple cross references using hyperref

2005-06-24 Thread Geoffrey Lloyd
Hi

I have several instances where I write 

'refering to equations 1.x and 1.y'. 

I am now using the \autoref part of hyperref and it prioduces nice out put but 
with multiple references like above I get 

'refering to equation 1.x and equation 1.y'

It is possible using this package to get the first output using \autoref.  It 
would look and read much better.

Geoff

MOre hyperref problems.....

2005-06-24 Thread Geoffrey Lloyd
This time it is not stylistic but some sort of glitch.

I have a bibliography in my toc has always been there - ie I havent added it as 
a toc line or anything. Anyway it is page 63. If I click the hyperref in the 
toc it goes to page 62, the same is true if I select the bookmark in the pdf.

I have no idea how to get this to go to the correct place - in fact I am sure 
it was working properly at one point.

Any help much appreciated.

Geoff

multiple cross references using hyperref

2005-06-24 Thread Geoffrey Lloyd
Hi

I have several instances where I write 

'refering to equations 1.x and 1.y'. 

I am now using the \autoref part of hyperref and it prioduces nice out put but 
with multiple references like above I get 

'refering to equation 1.x and equation 1.y'

It is possible using this package to get the first output using \autoref.  It 
would look and read much better.

Geoff

MOre hyperref problems.....

2005-06-24 Thread Geoffrey Lloyd
This time it is not stylistic but some sort of glitch.

I have a bibliography in my toc has always been there - ie I havent added it as 
a toc line or anything. Anyway it is page 63. If I click the hyperref in the 
toc it goes to page 62, the same is true if I select the bookmark in the pdf.

I have no idea how to get this to go to the correct place - in fact I am sure 
it was working properly at one point.

Any help much appreciated.

Geoff

more hyperref

2005-06-23 Thread Geoffrey Lloyd
Many thanks for all the useful comments yesterday about the hyperref package.

I now have it working. However it only links the number such that figure 1 has 
a link for the 1 not the whole 'figure 1'. Is there any way to link the whole 
thing?

Also the backref links from the bibliography only appear as a number of the 
page. I have read that the old backrefx package used to write (Cited on #). I 
can't seem to implement this even though it is apparently built into the new 
hyperref package.

Any ideas at all?

Geoff

more hyperref

2005-06-23 Thread Geoffrey Lloyd
Many thanks for all the useful comments yesterday about the hyperref package.

I now have it working. However it only links the number such that figure 1 has 
a link for the 1 not the whole 'figure 1'. Is there any way to link the whole 
thing?

Also the backref links from the bibliography only appear as a number of the 
page. I have read that the old backrefx package used to write (Cited on #). I 
can't seem to implement this even though it is apparently built into the new 
hyperref package.

Any ideas at all?

Geoff

more hyperref

2005-06-23 Thread Geoffrey Lloyd
Many thanks for all the useful comments yesterday about the hyperref package.

I now have it working. However it only links the number such that figure 1 has 
a link for the 1 not the whole 'figure 1'. Is there any way to link the whole 
thing?

Also the backref links from the bibliography only appear as a number of the 
page. I have read that the old backrefx package used to write (Cited on #). I 
can't seem to implement this even though it is apparently built into the new 
hyperref package.

Any ideas at all?

Geoff

Re: Lyx

2005-06-22 Thread Geoffrey Lloyd
Very good and detailed instructions for setting up on an XP box are given on 
the Wiki


http://wiki.lyx.org/pmwiki.php/LyX/WindowsSetup

If you work through this most if not all your present and future setup 
problems should be solved.


I found it invaluable when setting my system up.

Geoff
- Original Message - 
From: Rainer Schulz [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Wednesday, June 22, 2005 6:12 PM
Subject: Lyx



Hello,

I´m using MikTex and Windows XP, when I have installed Lyx 
(lyx-1.3.5-win32-nc.exe), it does not find the Latex distribution at all. 
In the menu Layout-Document-Document class all classes are 
unavailable. Can  I get help?


Greeting,

Rainer Schulz






Hyperref

2005-06-22 Thread Geoffrey Lloyd
Hi

I am using the little hyperref premable from the lyx wiki 

 \usepackage[
 colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black,
 pdfstartview=FitH,
 bookmarksopen=true,bookmarksopenlevel=0,
 pagebackref=true,
 pdftoolbar=false]{hyperref} 

and all works beautifully until I include my front pages. I am not quite sure 
what the issue is but it causes a lot of errors in lyx. My first guess is that 
is means there are two pages number 1 and so on. One of the warnings is shown 
here 



pdfTeX warning (ext4): destination with the same identifier (name{page.1}) ha
 
  [1

_

Has anyone got a way around this particular problem.

Geoff

Re: Hyperref

2005-06-22 Thread Geoffrey Lloyd

Many thanks

I have solved that with the little additional hyperref option.

I now have a further issue.  In my book I include an abstract and 
acknowledgements. These are included in the table of contents using ERT and 
\addcontentsline.


However although both appear in the bookmarks, they both link to the same 
page, ie the first on the comes up.  Is there anyway to correct this.  WHen 
I use \pdfbookmark.. I end up with two enteries in the bookmarks which 
looks horrid.
- Original Message - 
From: Uwe Stöhr [EMAIL PROTECTED]

To: Geoffrey Lloyd [EMAIL PROTECTED]
Cc: lyx-users@lists.lyx.org
Sent: Wednesday, June 22, 2005 10:48 PM
Subject: Re: Hyperref



Geoffrey Lloyd wrote:


I am using the little hyperref premable from the lyx wiki \usepackage[
 colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black,
 pdfstartview=FitH,
 bookmarksopen=true,bookmarksopenlevel=0,
 pagebackref=true,
 pdftoolbar=false]{hyperref} and all works beautifully until I include my 
front pages.

 I am not quite sure what the issue is but it causes a lot of errors
in lyx.
 My first guess is that is means there are two pages number 1 and so on.

Yes this is the problem. This happens when two pages have internally the 
same number, mostly when you have a page numbered III and one numbered 
3. hyperref doesn't know in this case to which page it should set the 
page anchor for references.


 Has anyone got a way around this particular problem.

Use the following hyperref options:

pdfpagelabels, plainpages=false

 One of the warnings is shown here




pdfTeX warning (ext4): destination with the same identifier 
(name{page.1}) ha

 [1
_


That LyX shows this error although it is a warning is a bug taht is fixed 
for the next LyX version (see 
http://bugzilla.lyx.org/show_bug.cgi?id=1824).


regards Uwe





Re: Lyx

2005-06-22 Thread Geoffrey Lloyd
Very good and detailed instructions for setting up on an XP box are given on 
the Wiki


http://wiki.lyx.org/pmwiki.php/LyX/WindowsSetup

If you work through this most if not all your present and future setup 
problems should be solved.


I found it invaluable when setting my system up.

Geoff
- Original Message - 
From: Rainer Schulz [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Wednesday, June 22, 2005 6:12 PM
Subject: Lyx



Hello,

I´m using MikTex and Windows XP, when I have installed Lyx 
(lyx-1.3.5-win32-nc.exe), it does not find the Latex distribution at all. 
In the menu Layout-Document-Document class all classes are 
unavailable. Can  I get help?


Greeting,

Rainer Schulz






Hyperref

2005-06-22 Thread Geoffrey Lloyd
Hi

I am using the little hyperref premable from the lyx wiki 

 \usepackage[
 colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black,
 pdfstartview=FitH,
 bookmarksopen=true,bookmarksopenlevel=0,
 pagebackref=true,
 pdftoolbar=false]{hyperref} 

and all works beautifully until I include my front pages. I am not quite sure 
what the issue is but it causes a lot of errors in lyx. My first guess is that 
is means there are two pages number 1 and so on. One of the warnings is shown 
here 



pdfTeX warning (ext4): destination with the same identifier (name{page.1}) ha
 
  [1

_

Has anyone got a way around this particular problem.

Geoff

Re: Hyperref

2005-06-22 Thread Geoffrey Lloyd

Many thanks

I have solved that with the little additional hyperref option.

I now have a further issue.  In my book I include an abstract and 
acknowledgements. These are included in the table of contents using ERT and 
\addcontentsline.


However although both appear in the bookmarks, they both link to the same 
page, ie the first on the comes up.  Is there anyway to correct this.  WHen 
I use \pdfbookmark.. I end up with two enteries in the bookmarks which 
looks horrid.
- Original Message - 
From: Uwe Stöhr [EMAIL PROTECTED]

To: Geoffrey Lloyd [EMAIL PROTECTED]
Cc: lyx-users@lists.lyx.org
Sent: Wednesday, June 22, 2005 10:48 PM
Subject: Re: Hyperref



Geoffrey Lloyd wrote:


I am using the little hyperref premable from the lyx wiki \usepackage[
 colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black,
 pdfstartview=FitH,
 bookmarksopen=true,bookmarksopenlevel=0,
 pagebackref=true,
 pdftoolbar=false]{hyperref} and all works beautifully until I include my 
front pages.

 I am not quite sure what the issue is but it causes a lot of errors
in lyx.
 My first guess is that is means there are two pages number 1 and so on.

Yes this is the problem. This happens when two pages have internally the 
same number, mostly when you have a page numbered III and one numbered 
3. hyperref doesn't know in this case to which page it should set the 
page anchor for references.


 Has anyone got a way around this particular problem.

Use the following hyperref options:

pdfpagelabels, plainpages=false

 One of the warnings is shown here




pdfTeX warning (ext4): destination with the same identifier 
(name{page.1}) ha

 [1
_


That LyX shows this error although it is a warning is a bug taht is fixed 
for the next LyX version (see 
http://bugzilla.lyx.org/show_bug.cgi?id=1824).


regards Uwe





Re: Lyx

2005-06-22 Thread Geoffrey Lloyd
Very good and detailed instructions for setting up on an XP box are given on 
the Wiki


http://wiki.lyx.org/pmwiki.php/LyX/WindowsSetup

If you work through this most if not all your present and future setup 
problems should be solved.


I found it invaluable when setting my system up.

Geoff
- Original Message - 
From: "Rainer Schulz" <[EMAIL PROTECTED]>

To: 
Sent: Wednesday, June 22, 2005 6:12 PM
Subject: Lyx



Hello,

I´m using MikTex and Windows XP, when I have installed Lyx 
(lyx-1.3.5-win32-nc.exe), it does not find the Latex distribution at all. 
In the menu "Layout->Document->Document class" all classes are 
unavailable. Can  I get help?


Greeting,

Rainer Schulz






Hyperref

2005-06-22 Thread Geoffrey Lloyd
Hi

I am using the little hyperref premable from the lyx wiki 

 \usepackage[
 colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black,
 pdfstartview=FitH,
 bookmarksopen=true,bookmarksopenlevel=0,
 pagebackref=true,
 pdftoolbar=false]{hyperref} 

and all works beautifully until I include my front pages. I am not quite sure 
what the issue is but it causes a lot of errors in lyx. My first guess is that 
is means there are two pages number 1 and so on. One of the warnings is shown 
here 



pdfTeX warning (ext4): destination with the same identifier (name{page.1}) ha
 
  [1

_

Has anyone got a way around this particular problem.

Geoff

Re: Hyperref

2005-06-22 Thread Geoffrey Lloyd

Many thanks

I have solved that with the little additional hyperref option.

I now have a further issue.  In my book I include an abstract and 
acknowledgements. These are included in the table of contents using ERT and 
\addcontentsline.


However although both appear in the bookmarks, they both link to the same 
page, ie the first on the comes up.  Is there anyway to correct this.  WHen 
I use \pdfbookmark.. I end up with two enteries in the bookmarks which 
looks horrid.
- Original Message - 
From: "Uwe Stöhr" <[EMAIL PROTECTED]>

To: "Geoffrey Lloyd" <[EMAIL PROTECTED]>
Cc: <lyx-users@lists.lyx.org>
Sent: Wednesday, June 22, 2005 10:48 PM
Subject: Re: Hyperref



Geoffrey Lloyd wrote:


I am using the little hyperref premable from the lyx wiki \usepackage[
 colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black,
 pdfstartview=FitH,
 bookmarksopen=true,bookmarksopenlevel=0,
 pagebackref=true,
 pdftoolbar=false]{hyperref} and all works beautifully until I include my 
front pages.

> I am not quite sure what the issue is but it causes a lot of errors
in lyx.
> My first guess is that is means there are two pages number 1 and so on.

Yes this is the problem. This happens when two pages have internally the 
same number, mostly when you have a page numbered "III" and one numbered 
"3". hyperref doesn't know in this case to which page it should set the 
page anchor for references.


> Has anyone got a way around this particular problem.

Use the following hyperref options:

pdfpagelabels, plainpages=false

> One of the warnings is shown here




pdfTeX warning (ext4): destination with the same identifier 
(name{page.1}) ha

 [1
_


That LyX shows this error although it is a warning is a bug taht is fixed 
for the next LyX version (see 
http://bugzilla.lyx.org/show_bug.cgi?id=1824).


regards Uwe





Fw: One more BibTex question

2005-06-21 Thread Geoffrey Lloyd

Sorry previous message bounced for being too big, hence the reposting

If you want the attachment I will send it to you personally
- Original Message - 
From: Geoffrey Lloyd [EMAIL PROTECTED]

To: Janus Sandsgaard [EMAIL PROTECTED]; lyx-users@lists.lyx.org
Sent: Tuesday, June 21, 2005 3:30 PM
Subject: Re: One more BibTex question



Hi

Firstly the problem of putting The Danish Board of Techonology

I think maybe you are using the wrong refernce type.  If you use article 
and

put the Danish... as the author then yes you will get the abbreviation.
You could try using book and then putting The Danish... as publisher.
Have a play with the various types - it is very easy in JabRef.

As for the capitals, I think, certainly on my machine, that the titles
should be as typed so ensure you are putting them into JabRef with the
correct capital/non setup.

I have attached a pdf which shows my bibliography - Ref [37] is a book 
with
capitals in the title (VUV) and ref [35] is also a book showing where if 
you
had The Danish rather than Cambridge... you could sort that 
problem.


Hope all this is clear.




Re: Problems with .ps and .dvi output when .eps is embedded

2005-06-21 Thread Geoffrey Lloyd
I have not been following this thread but have just read the background 
stuff. I then downloaded the file which seems to actually be a .ps rather 
than .eps file but no matter.  Using ghostscript to convert to .eps I 
reproduce the same problems experienced.


But if I open the eps in Adibe Illustrator and then resave it the problems 
disappear.  Clearly somewhere the eps has got messed up.


I am not sure who needs the correct file but I have an eps of the original 
that works in lyx with dvi and postscript output.


Email me and I will send it - it is too big to attach to the mailing list.
- Original Message - 
From: Paul A. Rubin [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Tuesday, June 21, 2005 4:28 PM
Subject: Re: Problems with .ps and .dvi output when .eps is embedded


[Apologies if this is a repeat.  The first time I sent it, I got a bounce 
message because I had attached a zip archive.]


Actually, I think it's a single page with 25 layers.  When I embed the
original graphic in a LyX doc and display the DVI, it looks smudged,
which I think is due to the layers being slightly offset from each
other.  I opened the graphic in Paint Shop Pro and isolated the first
layer.  It's not smudged, but it's faint and not very sharp.

Apparently either IODE or GnuPlot did something peculiar.  I can't tell
what the differences among the layers are, but no layer by itself is a
legible, complete image.  The legend at the top center of the image
appears in layers 1, 3, 9, 11, 17, 19 and 25 but not the others.
According to PSP, layers 2, 10 and 18 don't exist (or at least PSP opens
the others in separate windows but doesn't find those).

At any rate, the problem here is neither with LyX nor with LaTeX; the
image is munged.

-- Paul

Johan Ingvast wrote:
I have not followed this thread, but took a look at the ps file anyway 
and

I noted it contained 25 pages. Is that really what you wanted?
/johan

$grep showpage  df-1-1-1.eps | wc
 25  25 225

On Mon, 20 Jun 2005, Wil Hunt wrote:



In any case, the .eps file is rather large, so I won't post it here, but
here's a link to get it for yourself:

http://hunt.homelinux.net/school/05/summer/math256/s1-1/df-1-1-1.eps










Re: Overview of the NatBib styles - which is the right one for me?

2005-06-21 Thread Geoffrey Lloyd

Earlier you mentioned you wanted an apalike reference set up.

Select the NatBib package ffrom Layout-Document

Then select the apalike settings when you do Insert-ListsTOC-BibTex 
Reference



- Original Message - 
From: Janus Sandsgaard [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Tuesday, June 21, 2005 5:59 PM
Subject: Overview of the NatBib styles - which is the right one for me?



I am using NatBib with author-year citation. On my PC I have the following
styles available for NatBiB:

/usr/share/texmf/bibtex/bst/natbib/abbrvnat.bst
/usr/share/texmf/bibtex/bst/natbib/plainnat.bst
/usr/share/texmf/bibtex/bst/natbib/unsrtnat.bst

as described in the NatBib documentation (which I have read):
http://www.linmpi.mpg.de/english/services/software/latex/localtex/doc/natbib.pdf

However, the manual describes the NatBiB compatible styles in relation to 
the

old ones they are replacing (plain, apalike etc). But since I do now have
experience with these style I am having difficulties choosing which is 
right

for me.

Can anyone point me to a place that can give me an overview of (the
differences between) the styles - and help me choosing which is right for 
me?

I guess I simply need something apalike. As said for sociale science.

Kind regards,
Janus

--
Roskilde University, Denmark.
Department of Technology and Social Science.
International Development Studies.
ESST - Society, Science and Technology in Europe.





Re: Overview of the NatBib styles - which is the right one for me?

2005-06-21 Thread Geoffrey Lloyd

I see

Sorry my misunderstanding - you could always chose not to use the natbib 
style and just use apalike.bst
- Original Message - 
From: Janus Sandsgaard [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Tuesday, June 21, 2005 6:28 PM
Subject: Re: Overview of the NatBib styles - which is the right one for me?



On Tuesday 21 June 2005 19:05, Geoffrey Lloyd wrote:


Earlier you mentioned you wanted an apalike reference set up.
Select the NatBib package ffrom Layout-Document


Did that already.


Then select the apalike settings when you do Insert-ListsTOC-BibTex
Reference


But as far as I understand the apalike.bst was not written with NatBiB in
mind, and using it with NatBib could cause problems. This is why I started
looking into abbrvnat.bst, plainnat.bst and unsrtnat.bst. But maybe I am
wrong here.

Janus

--
Roskilde University, Denmark.
Department of Technology and Social Science.
International Development Studies.
ESST - Society, Science and Technology in Europe.





<    1   2   3   4   5   6   7   >