Re: Bullit list without the bullits?

2005-08-10 Thread Helge Hafting

Micha Feigin wrote:


On Tue, 9 Aug 2005 21:32:21 +0200
S__ren O'Neill [EMAIL PROTECTED] wrote:

 

I need to create a list of literature references, much like a bullit list, but 
without the bullits. How might this be accomplished? ERT i suspect :-)


   



Solutions I can think of:
1. Insert a bibliography environment, although it will number your entries (you
can change the label to something more miningfull)

 


I believe the bibliography is the way to go - this is exactly what
bibliographies are for!  And you may even reference those numbered
entries from the text, and lyx will make sure the numbers  are correct
even if you re-order the list. 


2. Insert a description environment and insert an empty ert or a no break
space space  (Ctrl-Space). The second option will make some more indentation.

3. Where you want empty bullets open an ert with

\let\myLabelItemI\labelitemi
\renewcommand{\labelitemi}{{\color{myit}\myLabelItemI}}

and when you want bullets again enter

\let\labelitemi\myLabelItemI

This will cause the most indentation though
 


Lyx 1.4 will  let you go into document settings and customize the bullets.
You can then select anything you want as bullet symbol, even a blank.

Helge Hafting





Re: Tex Information

2005-08-10 Thread Geoffrey Lloyd


- Original Message - 
From: Sreekumar Bhaskaran-Nair {msbad084} 
[EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Wednesday, August 10, 2005 4:52 AM
Subject: Re: Tex Information


I had msys installed in c:\MSYS\1.0\bin
That was the default path for me. But the default path for lyx was in
program files. When I shifted lyx also to c:\lyx; Tex information works
perfectly. Thanks Stephen for the tip



But surley if c:\msys\1.0\bin is in the path then it doesn't matter where 
Lyx is?


I am reluctant to move my whole lyx setup. Surely there is another way for 
this to work so I can see Tex info and a full list of .bst files.


Geoff




Re: Tex Information

2005-08-10 Thread Angus Leeming
Geoffrey Lloyd wrote:
 From: Sreekumar Bhaskaran-Nair {msbad084}
 I had msys installed in c:\MSYS\1.0\bin
 That was the default path for me. But the default path for 
 lyx was in program files. When I shifted lyx also to c:\lyx;
 Tex information works perfectly. Thanks Stephen for the tip
 
 But surely if c:\msys\1.0\bin is in the path then it doesn't 
 matter where Lyx is? I am reluctant to move my whole lyx setup.
 Surely there is another way for this to work so I can see Tex
 info and a full list of .bst files. 

It looks like there's a quoting problem somewhere.
  sh C:/Program Files/LyX/Resources/lyx/scripts/TeXFiles.sh
is very different to
  sh C:/Program Files/LyX/Resources/lyx/scripts/TeXFiles.sh

... OK, got it. Patch attached. This will eventually make it into the LyX
1.3.7 tree when Jean-Marc returns from holiday. I'll also look to backport
it to LyX/Win 1.3.6 version 2.

-- 
AngusIndex: src/frontends/controllers/ChangeLog
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/ChangeLog,v
retrieving revision 1.273.2.24
diff -u -p -r1.273.2.24 ChangeLog
--- src/frontends/controllers/ChangeLog	4 Jul 2005 13:24:41 -	1.273.2.24
+++ src/frontends/controllers/ChangeLog	10 Aug 2005 08:38:43 -
@@ -1,3 +1,8 @@
+2005-08-10  Angus Leeming  [EMAIL PROTECTED]
+
+	* tex_helpers.C (rescanTexStyles): Quote the path to TeXFiles.sh
+	to avoid problems with paths with spaces.
+
 2005-07-04  Jürgen Spitzmüller  [EMAIL PROTECTED]
 
 	* ControlToc.[Ch]: new method getGuiName, which is used by the frontends 
Index: src/frontends/controllers/tex_helpers.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/tex_helpers.C,v
retrieving revision 1.7.2.3
diff -u -p -r1.7.2.3 tex_helpers.C
--- src/frontends/controllers/tex_helpers.C	28 Jan 2005 15:12:57 -	1.7.2.3
+++ src/frontends/controllers/tex_helpers.C	10 Aug 2005 08:38:43 -
@@ -53,7 +53,8 @@ void rescanTexStyles()
 	Path p(lyx::package().user_support());
 	Systemcall one;
 	one.startscript(Systemcall::Wait,
-			sh  + LibFileSearch(scripts, TeXFiles.sh));
+			sh  +
+			QuoteName(LibFileSearch(scripts, TeXFiles.sh)));
 }
 
 


got many Error when try previewing

2005-08-10 Thread Luqman H
hi,

when previewing in dvi or postscript, i got many error says:
There were errors during LaTeX run.
48 errors detected
you should try to fix them.

some of the error like this:
---
Missing number, treated as zero.
 \begin
 {center}\begin{tabular}{|c|c|c|c|}
A number should have been here; I inserted `0'.
(If you can't figure out why I needed to see a number,
look up `weird error' in the index to The TeXbook.)
---
LaTeX Error: Too many unprocessed floats.
 \begin
 {center}\begin{tabular}{|c|c|c|c|}
You've lost some text.  Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.
---
Missing = inserted for \ifnum.
 \end{figure}
   
I was expecting to see `', `=', or `'. Didn't.
-

i'm using LyX 1.3.5 on Windows
but i have try on Linux too, with the same result
please if you could help solve this problem

i had the document on :
http://www.mammiri.net/~luqe/file/doc2.zip
it's about 2.9 MB


tia.

Luqman


Re: Bullit list without the bullits?

2005-08-10 Thread Micha Feigin

On Wed, 10 Aug 2005, Helge Hafting wrote:


Micha Feigin wrote:


On Tue, 9 Aug 2005 21:32:21 +0200
S__ren O'Neill [EMAIL PROTECTED] wrote:


I need to create a list of literature references, much like a bullit list, 
but without the bullits. How might this be accomplished? ERT i suspect :-)





Solutions I can think of:
1. Insert a bibliography environment, although it will number your entries 
(you

can change the label to something more miningfull)



I believe the bibliography is the way to go - this is exactly what
bibliographies are for!  And you may even reference those numbered
entries from the text, and lyx will make sure the numbers  are correct
even if you re-order the list.


That is true for most cases. I prefer bibtex though myself. Also handles 
formating which saves the headache and changing styles is easier this way.



2. Insert a description environment and insert an empty ert or a no break
space space  (Ctrl-Space). The second option will make some more 
indentation.


3. Where you want empty bullets open an ert with

\let\myLabelItemI\labelitemi
\renewcommand{\labelitemi}{{\color{myit}\myLabelItemI}}


Sorry, my bad, this should of course be

\renewcommand{\labelitemi}{}

I accidently copied the original which changes the color instead of the 
modified version I tested which removes the bullet.




and when you want bullets again enter

\let\labelitemi\myLabelItemI

This will cause the most indentation though


Lyx 1.4 will  let you go into document settings and customize the bullets.
You can then select anything you want as bullet symbol, even a blank.

Helge Hafting



Why wait for lyx 1.4, its been available for as long as I can remember 
(which means at least from five minutes ago ;-).


Go to Layout-document-bullets, choose the first bullet and then press 
set bullet-custom and just leave the entry blank. That will make an empty 
bullet.


The problem is that this approach will work as long as you don't want 
bullets anywhere else in the document. The ert approach allows you to 
change the bullets midway and then change back (notice that I posted the 
wrong version, look above for erasing bullets.)


BTW, if you don't want to change back you can just remove the two lines 
starting with \let...






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



Symbol

2005-08-10 Thread Sreekumar Bhaskaran-Nair {msbad084}
Is there a symbol in latex for the one given in the attached PDF file?
It is quite useful for representing section numbers.

Thanks

Sree



symbol.pdf
Description: symbol.pdf


Re: Symbol

2005-08-10 Thread Axel Dessecker
Sree,

Am Mittwoch, 10. August 2005 16:28 schrieb Sreekumar Bhaskaran-Nair 
{msbad084}:
 Is there a symbol in latex for the one given in the attached PDF file?
 It is quite useful for representing section numbers.

Try \S as ERT.

Axel


Re: Lyx 1.3.6 and Debian Sarge

2005-08-10 Thread Gerhard Lindel

Thank you all for building deb. and ubuntu. packages.
Gerhard


Re: Symbol

2005-08-10 Thread Sreekumar Bhaskaran-Nair {msbad084}
Thanks guys. That works. Btw, I realized something. If I enable lyx
preview and then type \S in the math box, the symbol comes. So may be
there is no need to insert it as a latex command

Sree




Re: Symbol

2005-08-10 Thread Geoffrey Lloyd

Just for future reference in the folder (or equivalent on your system)

\texmf\doc\latex\comprehensive

ther should be a file named symbols-a4 in both pdf and ps formats.

This contains every symbol and character you could ever want.
- Original Message - 
From: Sreekumar Bhaskaran-Nair {msbad084} 
[EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Wednesday, August 10, 2005 5:08 PM
Subject: Re: Symbol


Thanks guys. That works. Btw, I realized something. If I enable lyx
preview and then type \S in the math box, the symbol comes. So may be
there is no need to insert it as a latex command

Sree





Re: Symbol

2005-08-10 Thread Rich Shepard

On Wed, 10 Aug 2005, Sreekumar Bhaskaran-Nair {msbad084} wrote:


Thanks guys. That works. Btw, I realized something. If I enable lyx preview
and then type \S in the math box, the symbol comes. So may be there is no
need to insert it as a latex command


Sree,

  It depends on whether you want the symbol in math mode or text mode.
Different fonts, different presentation. You can also type \alpha in an ERT
box and put the alpha symbol in the line of text.

  On CTAN you'll find a book that lists all possible symbols and their LaTeX
codes. It's a valuable desktop reference.

Rich

--
Dr. Richard B. Shepard, President |  Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Re: Symbol

2005-08-10 Thread R S Ananda Murthy
On Wednesday 10 Aug 2005 7:58 pm, Sreekumar Bhaskaran-Nair {msbad084} wrote:
 Is there a symbol in latex for the one given in the attached PDF file?
 It is quite useful for representing section numbers.

 Thanks

 Sree
Yes. To get this just type \S.

Anand


Screen Dumps - LyX Docs

2005-08-10 Thread Rich Shepard

  For a change of pace, I offer information of potential use to others rather
than asking for help. :-)

  I'm writing the User Manual for my fuzzy system modeling software and need
to illustrate the application's GUI screens in the text. Well, The GIMP is
great for generating a high-quality .jpg, but this format doesn't play nice
with LyX or LaTeX.

  Yesterday I rummaged around the corners of the Web and disovered a great
tool called jpeg2ps. I changed the default paper size from A4 to letter in
the Makefile and it built just fine. I put the executable in /usr/local/bin
and it works really well.

  This tool translates the header from .jpg to either .ps or .eps; I used the
latter. It keeps the compressed image data the same, just wraps the header so
it looks and feels like an encapsulated PostScript file. LyX happily accepted
it and it displays well.

  So, in case I'm not the last to learn of this tool, I hope that it proves
useful to others out there who need to put screen dumps into a LyX/LaTeX
document.

Rich

--
Dr. Richard B. Shepard, President |  Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Re: pdflatex view

2005-08-10 Thread Paul A. Rubin

Geoffrey Lloyd wrote:

Hi

All of a sudden when I select view-pdflatex instead of getting the document as it is I get a very old version of it. 

I have tried Update, I have tried closing and starting again. 


Closing/restarting LyX, or closing/reopening the document?  (The former 
should get rid of your temp directory and anything in it.)


Also, what happens if you add a space and delete it (so that the doc 
registers as changed), then try View-PDF (pdflatex)?


Paul





Re: Screen Dumps - LyX Docs

2005-08-10 Thread Jose' Matos
On Wednesday 10 August 2005 19:05, Rich Shepard wrote:
    This tool translates the header from .jpg to either .ps or .eps; I used
 the latter. It keeps the compressed image data the same, just wraps the
 header so it looks and feels like an encapsulated PostScript file. LyX
 happily accepted it and it displays well.

  Just as it happens with convert from ImageMagick and:

$ convert myfile.jpg eps2:myfile.eps

  This shows so many times in this list as well as outside that it deserves a 
special place in the FAQ. :-)

-- 
José Abílio Matos


Re: Screen Dumps - LyX Docs

2005-08-10 Thread Rich Shepard

On Wed, 10 Aug 2005, Jose' Matos wrote:


 Just as it happens with convert from ImageMagick and:


  I thought that 'convert' would do it, but I could not find the list of
supported formats in the man page.

Rich

--
Dr. Richard B. Shepard, President |  Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Re: Screen Dumps - LyX Docs

2005-08-10 Thread Jose' Matos
On Wednesday 10 August 2005 19:51, Rich Shepard wrote:
 On Wed, 10 Aug 2005, Jose' Matos wrote:
   Just as it happens with convert from ImageMagick and:

I thought that 'convert' would do it, but I could not find the list of
 supported formats in the man page.

  That is true, one problems is that more and more times the man pages do not 
reflect all the project features.

  I hope that now that docbook is becoming the standard for free software 
documentation and with the convertions tools from docbook to man improving 
fast there is another push for man documentation.

  The main point in my remark was *eps2:* and this is not present as well in 
the man pages.

$ convert myfile.jpg myfile.eps

This version expands the jpg file generating thus huge sizes.

$ convert myfile.jpg eps2:myfile.eps

This does what you described, it inserts a decoder allowing for smaller sizes, 
I think that eps2 is shortcut for EPS level 2.

 Rich

-- 
José Abílio Matos


Re: no TeX classes after FC4 upgrade

2005-08-10 Thread Derek Lamb

Milos Komarcevic wrote:

Paul Smith [EMAIL PROTECTED] writes: 
 


On 8/8/05, Derek Lamb [EMAIL PROTECTED] wrote:
   


So, I now have to agree with Paul that there is a problem with my LaTeX,
not with LyX.  So this should get classified as a Fedora bug (big
surprise) rather than a LyX problem.
 


Probably, Derek, you could get further help from Fedora mailing lists.
Try it and good luck!
   



He could try, but it's a long shot: upgrade from RHL9 to FC4 is a
_gigantic_ leap of faith, most of the people on Fedora will flatly 
dismiss it as unsupported.


I'd just back up your home dir and do a fresh install of FC4
(it really is a nice system after all).

 


Solution:
Didn't try the Fedora mailing lists.  Since there were so many other 
problems with the upgrade (for example, I had to manually change the 
symlinks from LPRng to CUPS, even though I found a bug report from 2-3 
years ago about a similar problem with a RH7.3-FC1 upgrade) in addition 
to having TeX directories in places they had no business being, I just 
backed up all the important scientific data and home directories and did 
a fresh install.  Installed LyX, and now most everything seems to be 
working fine.


thanks for the help,
Derek


Re: Screen Dumps - LyX Docs

2005-08-10 Thread Robert Thorsby

On 2005.08.11 05:10 Jose' Matos wrote:

$ convert myfile.jpg myfile.eps

This version expands the jpg file generating thus huge sizes.

$ convert myfile.jpg eps2:myfile.eps

This does what you described, it inserts a decoder allowing for
smaller sizes, I think that eps2 is shortcut for EPS level 2.


Another advantage of ImageMagick's convert utility is that you can also 
crop and resize the graphic as part of the same command. I use it to 
trim and resize digital photos. It is also excellent for changing, as 
part of the same command, colour to grayscale. As for image formats 
supported, the short answer is: If it exists, ImageMagick supports it.


Robert Thorsby


Re: Tex Information

2005-08-10 Thread Stephen P. Harris


- Original Message - 
From: Geoffrey Lloyd [EMAIL PROTECTED]
To: Sreekumar Bhaskaran-Nair {msbad084} 
[EMAIL PROTECTED]; lyx-users@lists.lyx.org

Sent: Wednesday, August 10, 2005 1:26 AM
Subject: Re: Tex Information




- Original Message - 
From: Sreekumar Bhaskaran-Nair {msbad084} 
[EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Wednesday, August 10, 2005 4:52 AM
Subject: Re: Tex Information


I had msys installed in c:\MSYS\1.0\bin
That was the default path for me. But the default path for lyx was in
program files. When I shifted lyx also to c:\lyx; Tex information works
perfectly. Thanks Stephen for the tip



But surley if c:\msys\1.0\bin is in the path then it doesn't matter where 
Lyx is?


I am reluctant to move my whole lyx setup. Surely there is another way for 
this to work so I can see Tex info and a full list of .bst files.


Geoff



I do this stuff a lot. I have a Windows Explorer icon on my desktop.
Start--All Program--Accessories--rt-click on Windows Explorer
and choose Send To and put a shortcut on the desktop.

But since I already have that in place it would take less than a
minute to open two instances of Windows Explorer, minimized,
one open to Program Files and the other open to C:\
Then it is just drag and drop progra~1\lyx to c:\lyx

It is just as easy to drag it back. The time consuming part is
changing the Path statement to include c:\lyx\lyx\bin and Resources.
Then I always reboot to be on the safe side so it takes about 5 minutes.

I perfected this because I would sometimes install those tar files
at the wrong level and have to move them down or around a level.
I thought this was a good trick to share for other occasions as I
see that Angus has already produced a patch for you.

When a .lyx document is viewed, for instance by postscript, gsview32
can navigate to the directory where the new viewable version is created.
It is about six directories deep and thru two directories with spaces.
When I tried this with a ghostscript Linux port, the program closed down.
But the port can read c:\lyx\lyx\bin\tmp where tmpbuf files are now
created after I messed with the Path in Lyx -- Edit --Preferences--Path

These are a few of my favorite quirks,
old dog and strawberries Stephen 


Re: Bullit list without the bullits?

2005-08-10 Thread Helge Hafting

Micha Feigin wrote:


On Tue, 9 Aug 2005 21:32:21 +0200
S__ren O'Neill [EMAIL PROTECTED] wrote:

 

I need to create a list of literature references, much like a bullit list, but 
without the bullits. How might this be accomplished? ERT i suspect :-)


   



Solutions I can think of:
1. Insert a bibliography environment, although it will number your entries (you
can change the label to something more miningfull)

 


I believe the bibliography is the way to go - this is exactly what
bibliographies are for!  And you may even reference those numbered
entries from the text, and lyx will make sure the numbers  are correct
even if you re-order the list. 


2. Insert a description environment and insert an empty ert or a no break
space space  (Ctrl-Space). The second option will make some more indentation.

3. Where you want empty bullets open an ert with

\let\myLabelItemI\labelitemi
\renewcommand{\labelitemi}{{\color{myit}\myLabelItemI}}

and when you want bullets again enter

\let\labelitemi\myLabelItemI

This will cause the most indentation though
 


Lyx 1.4 will  let you go into document settings and customize the bullets.
You can then select anything you want as bullet symbol, even a blank.

Helge Hafting





Re: Tex Information

2005-08-10 Thread Geoffrey Lloyd


- Original Message - 
From: Sreekumar Bhaskaran-Nair {msbad084} 
[EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Wednesday, August 10, 2005 4:52 AM
Subject: Re: Tex Information


I had msys installed in c:\MSYS\1.0\bin
That was the default path for me. But the default path for lyx was in
program files. When I shifted lyx also to c:\lyx; Tex information works
perfectly. Thanks Stephen for the tip



But surley if c:\msys\1.0\bin is in the path then it doesn't matter where 
Lyx is?


I am reluctant to move my whole lyx setup. Surely there is another way for 
this to work so I can see Tex info and a full list of .bst files.


Geoff




Re: Tex Information

2005-08-10 Thread Angus Leeming
Geoffrey Lloyd wrote:
 From: Sreekumar Bhaskaran-Nair {msbad084}
 I had msys installed in c:\MSYS\1.0\bin
 That was the default path for me. But the default path for 
 lyx was in program files. When I shifted lyx also to c:\lyx;
 Tex information works perfectly. Thanks Stephen for the tip
 
 But surely if c:\msys\1.0\bin is in the path then it doesn't 
 matter where Lyx is? I am reluctant to move my whole lyx setup.
 Surely there is another way for this to work so I can see Tex
 info and a full list of .bst files. 

It looks like there's a quoting problem somewhere.
  sh C:/Program Files/LyX/Resources/lyx/scripts/TeXFiles.sh
is very different to
  sh C:/Program Files/LyX/Resources/lyx/scripts/TeXFiles.sh

... OK, got it. Patch attached. This will eventually make it into the LyX
1.3.7 tree when Jean-Marc returns from holiday. I'll also look to backport
it to LyX/Win 1.3.6 version 2.

-- 
AngusIndex: src/frontends/controllers/ChangeLog
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/ChangeLog,v
retrieving revision 1.273.2.24
diff -u -p -r1.273.2.24 ChangeLog
--- src/frontends/controllers/ChangeLog	4 Jul 2005 13:24:41 -	1.273.2.24
+++ src/frontends/controllers/ChangeLog	10 Aug 2005 08:38:43 -
@@ -1,3 +1,8 @@
+2005-08-10  Angus Leeming  [EMAIL PROTECTED]
+
+	* tex_helpers.C (rescanTexStyles): Quote the path to TeXFiles.sh
+	to avoid problems with paths with spaces.
+
 2005-07-04  Jürgen Spitzmüller  [EMAIL PROTECTED]
 
 	* ControlToc.[Ch]: new method getGuiName, which is used by the frontends 
Index: src/frontends/controllers/tex_helpers.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/tex_helpers.C,v
retrieving revision 1.7.2.3
diff -u -p -r1.7.2.3 tex_helpers.C
--- src/frontends/controllers/tex_helpers.C	28 Jan 2005 15:12:57 -	1.7.2.3
+++ src/frontends/controllers/tex_helpers.C	10 Aug 2005 08:38:43 -
@@ -53,7 +53,8 @@ void rescanTexStyles()
 	Path p(lyx::package().user_support());
 	Systemcall one;
 	one.startscript(Systemcall::Wait,
-			sh  + LibFileSearch(scripts, TeXFiles.sh));
+			sh  +
+			QuoteName(LibFileSearch(scripts, TeXFiles.sh)));
 }
 
 


got many Error when try previewing

2005-08-10 Thread Luqman H
hi,

when previewing in dvi or postscript, i got many error says:
There were errors during LaTeX run.
48 errors detected
you should try to fix them.

some of the error like this:
---
Missing number, treated as zero.
 \begin
 {center}\begin{tabular}{|c|c|c|c|}
A number should have been here; I inserted `0'.
(If you can't figure out why I needed to see a number,
look up `weird error' in the index to The TeXbook.)
---
LaTeX Error: Too many unprocessed floats.
 \begin
 {center}\begin{tabular}{|c|c|c|c|}
You've lost some text.  Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.
---
Missing = inserted for \ifnum.
 \end{figure}
   
I was expecting to see `', `=', or `'. Didn't.
-

i'm using LyX 1.3.5 on Windows
but i have try on Linux too, with the same result
please if you could help solve this problem

i had the document on :
http://www.mammiri.net/~luqe/file/doc2.zip
it's about 2.9 MB


tia.

Luqman


Re: Bullit list without the bullits?

2005-08-10 Thread Micha Feigin

On Wed, 10 Aug 2005, Helge Hafting wrote:


Micha Feigin wrote:


On Tue, 9 Aug 2005 21:32:21 +0200
S__ren O'Neill [EMAIL PROTECTED] wrote:


I need to create a list of literature references, much like a bullit list, 
but without the bullits. How might this be accomplished? ERT i suspect :-)





Solutions I can think of:
1. Insert a bibliography environment, although it will number your entries 
(you

can change the label to something more miningfull)



I believe the bibliography is the way to go - this is exactly what
bibliographies are for!  And you may even reference those numbered
entries from the text, and lyx will make sure the numbers  are correct
even if you re-order the list.


That is true for most cases. I prefer bibtex though myself. Also handles 
formating which saves the headache and changing styles is easier this way.



2. Insert a description environment and insert an empty ert or a no break
space space  (Ctrl-Space). The second option will make some more 
indentation.


3. Where you want empty bullets open an ert with

\let\myLabelItemI\labelitemi
\renewcommand{\labelitemi}{{\color{myit}\myLabelItemI}}


Sorry, my bad, this should of course be

\renewcommand{\labelitemi}{}

I accidently copied the original which changes the color instead of the 
modified version I tested which removes the bullet.




and when you want bullets again enter

\let\labelitemi\myLabelItemI

This will cause the most indentation though


Lyx 1.4 will  let you go into document settings and customize the bullets.
You can then select anything you want as bullet symbol, even a blank.

Helge Hafting



Why wait for lyx 1.4, its been available for as long as I can remember 
(which means at least from five minutes ago ;-).


Go to Layout-document-bullets, choose the first bullet and then press 
set bullet-custom and just leave the entry blank. That will make an empty 
bullet.


The problem is that this approach will work as long as you don't want 
bullets anywhere else in the document. The ert approach allows you to 
change the bullets midway and then change back (notice that I posted the 
wrong version, look above for erasing bullets.)


BTW, if you don't want to change back you can just remove the two lines 
starting with \let...






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



Symbol

2005-08-10 Thread Sreekumar Bhaskaran-Nair {msbad084}
Is there a symbol in latex for the one given in the attached PDF file?
It is quite useful for representing section numbers.

Thanks

Sree



symbol.pdf
Description: symbol.pdf


Re: Symbol

2005-08-10 Thread Axel Dessecker
Sree,

Am Mittwoch, 10. August 2005 16:28 schrieb Sreekumar Bhaskaran-Nair 
{msbad084}:
 Is there a symbol in latex for the one given in the attached PDF file?
 It is quite useful for representing section numbers.

Try \S as ERT.

Axel


Re: Lyx 1.3.6 and Debian Sarge

2005-08-10 Thread Gerhard Lindel

Thank you all for building deb. and ubuntu. packages.
Gerhard


Re: Symbol

2005-08-10 Thread Sreekumar Bhaskaran-Nair {msbad084}
Thanks guys. That works. Btw, I realized something. If I enable lyx
preview and then type \S in the math box, the symbol comes. So may be
there is no need to insert it as a latex command

Sree




Re: Symbol

2005-08-10 Thread Geoffrey Lloyd

Just for future reference in the folder (or equivalent on your system)

\texmf\doc\latex\comprehensive

ther should be a file named symbols-a4 in both pdf and ps formats.

This contains every symbol and character you could ever want.
- Original Message - 
From: Sreekumar Bhaskaran-Nair {msbad084} 
[EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Wednesday, August 10, 2005 5:08 PM
Subject: Re: Symbol


Thanks guys. That works. Btw, I realized something. If I enable lyx
preview and then type \S in the math box, the symbol comes. So may be
there is no need to insert it as a latex command

Sree





Re: Symbol

2005-08-10 Thread Rich Shepard

On Wed, 10 Aug 2005, Sreekumar Bhaskaran-Nair {msbad084} wrote:


Thanks guys. That works. Btw, I realized something. If I enable lyx preview
and then type \S in the math box, the symbol comes. So may be there is no
need to insert it as a latex command


Sree,

  It depends on whether you want the symbol in math mode or text mode.
Different fonts, different presentation. You can also type \alpha in an ERT
box and put the alpha symbol in the line of text.

  On CTAN you'll find a book that lists all possible symbols and their LaTeX
codes. It's a valuable desktop reference.

Rich

--
Dr. Richard B. Shepard, President |  Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Re: Symbol

2005-08-10 Thread R S Ananda Murthy
On Wednesday 10 Aug 2005 7:58 pm, Sreekumar Bhaskaran-Nair {msbad084} wrote:
 Is there a symbol in latex for the one given in the attached PDF file?
 It is quite useful for representing section numbers.

 Thanks

 Sree
Yes. To get this just type \S.

Anand


Screen Dumps - LyX Docs

2005-08-10 Thread Rich Shepard

  For a change of pace, I offer information of potential use to others rather
than asking for help. :-)

  I'm writing the User Manual for my fuzzy system modeling software and need
to illustrate the application's GUI screens in the text. Well, The GIMP is
great for generating a high-quality .jpg, but this format doesn't play nice
with LyX or LaTeX.

  Yesterday I rummaged around the corners of the Web and disovered a great
tool called jpeg2ps. I changed the default paper size from A4 to letter in
the Makefile and it built just fine. I put the executable in /usr/local/bin
and it works really well.

  This tool translates the header from .jpg to either .ps or .eps; I used the
latter. It keeps the compressed image data the same, just wraps the header so
it looks and feels like an encapsulated PostScript file. LyX happily accepted
it and it displays well.

  So, in case I'm not the last to learn of this tool, I hope that it proves
useful to others out there who need to put screen dumps into a LyX/LaTeX
document.

Rich

--
Dr. Richard B. Shepard, President |  Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Re: pdflatex view

2005-08-10 Thread Paul A. Rubin

Geoffrey Lloyd wrote:

Hi

All of a sudden when I select view-pdflatex instead of getting the document as it is I get a very old version of it. 

I have tried Update, I have tried closing and starting again. 


Closing/restarting LyX, or closing/reopening the document?  (The former 
should get rid of your temp directory and anything in it.)


Also, what happens if you add a space and delete it (so that the doc 
registers as changed), then try View-PDF (pdflatex)?


Paul





Re: Screen Dumps - LyX Docs

2005-08-10 Thread Jose' Matos
On Wednesday 10 August 2005 19:05, Rich Shepard wrote:
    This tool translates the header from .jpg to either .ps or .eps; I used
 the latter. It keeps the compressed image data the same, just wraps the
 header so it looks and feels like an encapsulated PostScript file. LyX
 happily accepted it and it displays well.

  Just as it happens with convert from ImageMagick and:

$ convert myfile.jpg eps2:myfile.eps

  This shows so many times in this list as well as outside that it deserves a 
special place in the FAQ. :-)

-- 
José Abílio Matos


Re: Screen Dumps - LyX Docs

2005-08-10 Thread Rich Shepard

On Wed, 10 Aug 2005, Jose' Matos wrote:


 Just as it happens with convert from ImageMagick and:


  I thought that 'convert' would do it, but I could not find the list of
supported formats in the man page.

Rich

--
Dr. Richard B. Shepard, President |  Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Re: Screen Dumps - LyX Docs

2005-08-10 Thread Jose' Matos
On Wednesday 10 August 2005 19:51, Rich Shepard wrote:
 On Wed, 10 Aug 2005, Jose' Matos wrote:
   Just as it happens with convert from ImageMagick and:

I thought that 'convert' would do it, but I could not find the list of
 supported formats in the man page.

  That is true, one problems is that more and more times the man pages do not 
reflect all the project features.

  I hope that now that docbook is becoming the standard for free software 
documentation and with the convertions tools from docbook to man improving 
fast there is another push for man documentation.

  The main point in my remark was *eps2:* and this is not present as well in 
the man pages.

$ convert myfile.jpg myfile.eps

This version expands the jpg file generating thus huge sizes.

$ convert myfile.jpg eps2:myfile.eps

This does what you described, it inserts a decoder allowing for smaller sizes, 
I think that eps2 is shortcut for EPS level 2.

 Rich

-- 
José Abílio Matos


Re: no TeX classes after FC4 upgrade

2005-08-10 Thread Derek Lamb

Milos Komarcevic wrote:

Paul Smith [EMAIL PROTECTED] writes: 
 


On 8/8/05, Derek Lamb [EMAIL PROTECTED] wrote:
   


So, I now have to agree with Paul that there is a problem with my LaTeX,
not with LyX.  So this should get classified as a Fedora bug (big
surprise) rather than a LyX problem.
 


Probably, Derek, you could get further help from Fedora mailing lists.
Try it and good luck!
   



He could try, but it's a long shot: upgrade from RHL9 to FC4 is a
_gigantic_ leap of faith, most of the people on Fedora will flatly 
dismiss it as unsupported.


I'd just back up your home dir and do a fresh install of FC4
(it really is a nice system after all).

 


Solution:
Didn't try the Fedora mailing lists.  Since there were so many other 
problems with the upgrade (for example, I had to manually change the 
symlinks from LPRng to CUPS, even though I found a bug report from 2-3 
years ago about a similar problem with a RH7.3-FC1 upgrade) in addition 
to having TeX directories in places they had no business being, I just 
backed up all the important scientific data and home directories and did 
a fresh install.  Installed LyX, and now most everything seems to be 
working fine.


thanks for the help,
Derek


Re: Screen Dumps - LyX Docs

2005-08-10 Thread Robert Thorsby

On 2005.08.11 05:10 Jose' Matos wrote:

$ convert myfile.jpg myfile.eps

This version expands the jpg file generating thus huge sizes.

$ convert myfile.jpg eps2:myfile.eps

This does what you described, it inserts a decoder allowing for
smaller sizes, I think that eps2 is shortcut for EPS level 2.


Another advantage of ImageMagick's convert utility is that you can also 
crop and resize the graphic as part of the same command. I use it to 
trim and resize digital photos. It is also excellent for changing, as 
part of the same command, colour to grayscale. As for image formats 
supported, the short answer is: If it exists, ImageMagick supports it.


Robert Thorsby


Re: Tex Information

2005-08-10 Thread Stephen P. Harris


- Original Message - 
From: Geoffrey Lloyd [EMAIL PROTECTED]
To: Sreekumar Bhaskaran-Nair {msbad084} 
[EMAIL PROTECTED]; lyx-users@lists.lyx.org

Sent: Wednesday, August 10, 2005 1:26 AM
Subject: Re: Tex Information




- Original Message - 
From: Sreekumar Bhaskaran-Nair {msbad084} 
[EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Wednesday, August 10, 2005 4:52 AM
Subject: Re: Tex Information


I had msys installed in c:\MSYS\1.0\bin
That was the default path for me. But the default path for lyx was in
program files. When I shifted lyx also to c:\lyx; Tex information works
perfectly. Thanks Stephen for the tip



But surley if c:\msys\1.0\bin is in the path then it doesn't matter where 
Lyx is?


I am reluctant to move my whole lyx setup. Surely there is another way for 
this to work so I can see Tex info and a full list of .bst files.


Geoff



I do this stuff a lot. I have a Windows Explorer icon on my desktop.
Start--All Program--Accessories--rt-click on Windows Explorer
and choose Send To and put a shortcut on the desktop.

But since I already have that in place it would take less than a
minute to open two instances of Windows Explorer, minimized,
one open to Program Files and the other open to C:\
Then it is just drag and drop progra~1\lyx to c:\lyx

It is just as easy to drag it back. The time consuming part is
changing the Path statement to include c:\lyx\lyx\bin and Resources.
Then I always reboot to be on the safe side so it takes about 5 minutes.

I perfected this because I would sometimes install those tar files
at the wrong level and have to move them down or around a level.
I thought this was a good trick to share for other occasions as I
see that Angus has already produced a patch for you.

When a .lyx document is viewed, for instance by postscript, gsview32
can navigate to the directory where the new viewable version is created.
It is about six directories deep and thru two directories with spaces.
When I tried this with a ghostscript Linux port, the program closed down.
But the port can read c:\lyx\lyx\bin\tmp where tmpbuf files are now
created after I messed with the Path in Lyx -- Edit --Preferences--Path

These are a few of my favorite quirks,
old dog and strawberries Stephen 


Re: Bullit list without the bullits?

2005-08-10 Thread Helge Hafting

Micha Feigin wrote:


On Tue, 9 Aug 2005 21:32:21 +0200
S__ren O'Neill <[EMAIL PROTECTED]> wrote:

 

I need to create a list of literature references, much like a bullit list, but 
without the bullits. How might this be accomplished? ERT i suspect :-)


   



Solutions I can think of:
1. Insert a bibliography environment, although it will number your entries (you
can change the label to something more miningfull)

 


I believe the bibliography is the way to go - this is exactly what
bibliographies are for!  And you may even reference those numbered
entries from the text, and lyx will make sure the numbers  are correct
even if you re-order the list. 


2. Insert a description environment and insert an empty ert or a no break
space space  (Ctrl-Space). The second option will make some more indentation.

3. Where you want empty bullets open an ert with

\let\myLabelItemI\labelitemi
\renewcommand{\labelitemi}{{\color{myit}\myLabelItemI}}

and when you want bullets again enter

\let\labelitemi\myLabelItemI

This will cause the most indentation though
 


Lyx 1.4 will  let you go into document settings and customize the bullets.
You can then select anything you want as bullet symbol, even a blank.

Helge Hafting





Re: Tex Information

2005-08-10 Thread Geoffrey Lloyd


- Original Message - 
From: "Sreekumar Bhaskaran-Nair {msbad084}" 
<[EMAIL PROTECTED]>

To: 
Sent: Wednesday, August 10, 2005 4:52 AM
Subject: Re: Tex Information


I had msys installed in c:\MSYS\1.0\bin
That was the default path for me. But the default path for lyx was in
program files. When I shifted lyx also to c:\lyx; Tex information works
perfectly. Thanks Stephen for the tip



But surley if c:\msys\1.0\bin is in the path then it doesn't matter where 
Lyx is?


I am reluctant to move my whole lyx setup. Surely there is another way for 
this to work so I can see Tex info and a full list of .bst files.


Geoff




Re: Tex Information

2005-08-10 Thread Angus Leeming
Geoffrey Lloyd wrote:
> From: "Sreekumar Bhaskaran-Nair {msbad084}"
>> I had msys installed in c:\MSYS\1.0\bin
>> That was the default path for me. But the default path for 
>> lyx was in program files. When I shifted lyx also to c:\lyx;
>> Tex information works perfectly. Thanks Stephen for the tip
 
> But surely if c:\msys\1.0\bin is in the path then it doesn't 
> matter where Lyx is? I am reluctant to move my whole lyx setup.
> Surely there is another way for this to work so I can see Tex
> info and a full list of .bst files. 

It looks like there's a quoting problem somewhere.
  sh C:/Program Files/LyX/Resources/lyx/scripts/TeXFiles.sh
is very different to
  sh "C:/Program Files/LyX/Resources/lyx/scripts/TeXFiles.sh"

... OK, got it. Patch attached. This will eventually make it into the LyX
1.3.7 tree when Jean-Marc returns from holiday. I'll also look to backport
it to LyX/Win 1.3.6 version 2.

-- 
AngusIndex: src/frontends/controllers/ChangeLog
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/ChangeLog,v
retrieving revision 1.273.2.24
diff -u -p -r1.273.2.24 ChangeLog
--- src/frontends/controllers/ChangeLog	4 Jul 2005 13:24:41 -	1.273.2.24
+++ src/frontends/controllers/ChangeLog	10 Aug 2005 08:38:43 -
@@ -1,3 +1,8 @@
+2005-08-10  Angus Leeming  <[EMAIL PROTECTED]>
+
+	* tex_helpers.C (rescanTexStyles): Quote the path to TeXFiles.sh
+	to avoid problems with "paths with spaces".
+
 2005-07-04  Jürgen Spitzmüller  <[EMAIL PROTECTED]>
 
 	* ControlToc.[Ch]: new method getGuiName, which is used by the frontends 
Index: src/frontends/controllers/tex_helpers.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/tex_helpers.C,v
retrieving revision 1.7.2.3
diff -u -p -r1.7.2.3 tex_helpers.C
--- src/frontends/controllers/tex_helpers.C	28 Jan 2005 15:12:57 -	1.7.2.3
+++ src/frontends/controllers/tex_helpers.C	10 Aug 2005 08:38:43 -
@@ -53,7 +53,8 @@ void rescanTexStyles()
 	Path p(lyx::package().user_support());
 	Systemcall one;
 	one.startscript(Systemcall::Wait,
-			"sh " + LibFileSearch("scripts", "TeXFiles.sh"));
+			"sh " +
+			QuoteName(LibFileSearch("scripts", "TeXFiles.sh")));
 }
 
 


got many Error when try previewing

2005-08-10 Thread Luqman H
hi,

when previewing in dvi or postscript, i got many error says:
"There were errors during LaTeX run.
48 errors detected
you should try to fix them."

some of the error like this:
---
Missing number, treated as zero.
 \begin
 {center}\begin{tabular}{|c|c|c|c|}
A number should have been here; I inserted `0'.
(If you can't figure out why I needed to see a number,
look up `weird error' in the index to The TeXbook.)
---
LaTeX Error: Too many unprocessed floats.
 \begin
 {center}\begin{tabular}{|c|c|c|c|}
You've lost some text.  Try typingto proceed.
If that doesn't work, type  X   to quit.
---
Missing = inserted for \ifnum.
 \end{figure}
   
I was expecting to see `<', `=', or `>'. Didn't.
-

i'm using LyX 1.3.5 on Windows
but i have try on Linux too, with the same result
please if you could help solve this problem

i had the document on :
http://www.mammiri.net/~luqe/file/doc2.zip
it's about 2.9 MB


tia.

Luqman


Re: Bullit list without the bullits?

2005-08-10 Thread Micha Feigin

On Wed, 10 Aug 2005, Helge Hafting wrote:


Micha Feigin wrote:


On Tue, 9 Aug 2005 21:32:21 +0200
S__ren O'Neill <[EMAIL PROTECTED]> wrote:


I need to create a list of literature references, much like a bullit list, 
but without the bullits. How might this be accomplished? ERT i suspect :-)





Solutions I can think of:
1. Insert a bibliography environment, although it will number your entries 
(you

can change the label to something more miningfull)



I believe the bibliography is the way to go - this is exactly what
bibliographies are for!  And you may even reference those numbered
entries from the text, and lyx will make sure the numbers  are correct
even if you re-order the list.


That is true for most cases. I prefer bibtex though myself. Also handles 
formating which saves the headache and changing styles is easier this way.



2. Insert a description environment and insert an empty ert or a no break
space space  (Ctrl-Space). The second option will make some more 
indentation.


3. Where you want empty bullets open an ert with

\let\myLabelItemI\labelitemi
\renewcommand{\labelitemi}{{\color{myit}\myLabelItemI}}


Sorry, my bad, this should of course be

\renewcommand{\labelitemi}{}

I accidently copied the original which changes the color instead of the 
modified version I tested which removes the bullet.




and when you want bullets again enter

\let\labelitemi\myLabelItemI

This will cause the most indentation though


Lyx 1.4 will  let you go into document settings and customize the bullets.
You can then select anything you want as bullet symbol, even a blank.

Helge Hafting



Why wait for lyx 1.4, its been available for as long as I can remember 
(which means at least from five minutes ago ;-).


Go to Layout->document->bullets, choose the first bullet and then press 
set bullet->custom and just leave the entry blank. That will make an empty 
bullet.


The problem is that this approach will work as long as you don't want 
bullets anywhere else in the document. The ert approach allows you to 
change the bullets midway and then change back (notice that I posted the 
wrong version, look above for erasing bullets.)


BTW, if you don't want to change back you can just remove the two lines 
starting with \let...






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



Symbol

2005-08-10 Thread Sreekumar Bhaskaran-Nair {msbad084}
Is there a symbol in latex for the one given in the attached PDF file?
It is quite useful for representing section numbers.

Thanks

Sree



symbol.pdf
Description: symbol.pdf


Re: Symbol

2005-08-10 Thread Axel Dessecker
Sree,

Am Mittwoch, 10. August 2005 16:28 schrieb Sreekumar Bhaskaran-Nair 
{msbad084}:
> Is there a symbol in latex for the one given in the attached PDF file?
> It is quite useful for representing section numbers.

Try \S as ERT.

Axel


Re: Lyx 1.3.6 and Debian Sarge

2005-08-10 Thread Gerhard Lindel

Thank you all for building deb. and ubuntu. packages.
Gerhard


Re: Symbol

2005-08-10 Thread Sreekumar Bhaskaran-Nair {msbad084}
Thanks guys. That works. Btw, I realized something. If I enable lyx
preview and then type \S in the math box, the symbol comes. So may be
there is no need to insert it as a latex command

Sree




Re: Symbol

2005-08-10 Thread Geoffrey Lloyd

Just for future reference in the folder (or equivalent on your system)

\texmf\doc\latex\comprehensive

ther should be a file named symbols-a4 in both pdf and ps formats.

This contains every symbol and character you could ever want.
- Original Message - 
From: "Sreekumar Bhaskaran-Nair {msbad084}" 
<[EMAIL PROTECTED]>

To: 
Sent: Wednesday, August 10, 2005 5:08 PM
Subject: Re: Symbol


Thanks guys. That works. Btw, I realized something. If I enable lyx
preview and then type \S in the math box, the symbol comes. So may be
there is no need to insert it as a latex command

Sree





Re: Symbol

2005-08-10 Thread Rich Shepard

On Wed, 10 Aug 2005, Sreekumar Bhaskaran-Nair {msbad084} wrote:


Thanks guys. That works. Btw, I realized something. If I enable lyx preview
and then type \S in the math box, the symbol comes. So may be there is no
need to insert it as a latex command


Sree,

  It depends on whether you want the symbol in math mode or text mode.
Different fonts, different presentation. You can also type \alpha in an ERT
box and put the alpha symbol in the line of text.

  On CTAN you'll find a book that lists all possible symbols and their LaTeX
codes. It's a valuable desktop reference.

Rich

--
Dr. Richard B. Shepard, President |  Author of "Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) |  Impact Assessments Using Fuzzy Logic"
   Voice: 503-667-4517   Fax: 503-667-8863


Re: Symbol

2005-08-10 Thread R S Ananda Murthy
On Wednesday 10 Aug 2005 7:58 pm, Sreekumar Bhaskaran-Nair {msbad084} wrote:
> Is there a symbol in latex for the one given in the attached PDF file?
> It is quite useful for representing section numbers.
>
> Thanks
>
> Sree
Yes. To get this just type \S.

Anand


Screen Dumps -> LyX Docs

2005-08-10 Thread Rich Shepard

  For a change of pace, I offer information of potential use to others rather
than asking for help. :-)

  I'm writing the User Manual for my fuzzy system modeling software and need
to illustrate the application's GUI screens in the text. Well, The GIMP is
great for generating a high-quality .jpg, but this format doesn't play nice
with LyX or LaTeX.

  Yesterday I rummaged around the corners of the Web and disovered a great
tool called "jpeg2ps". I changed the default paper size from A4 to letter in
the Makefile and it built just fine. I put the executable in /usr/local/bin
and it works really well.

  This tool translates the header from .jpg to either .ps or .eps; I used the
latter. It keeps the compressed image data the same, just wraps the header so
it looks and feels like an encapsulated PostScript file. LyX happily accepted
it and it displays well.

  So, in case I'm not the last to learn of this tool, I hope that it proves
useful to others out there who need to put screen dumps into a LyX/LaTeX
document.

Rich

--
Dr. Richard B. Shepard, President |  Author of "Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) |  Impact Assessments Using Fuzzy Logic"
   Voice: 503-667-4517   Fax: 503-667-8863


Re: pdflatex view

2005-08-10 Thread Paul A. Rubin

Geoffrey Lloyd wrote:

Hi

All of a sudden when I select view->>pdflatex instead of getting the document as it is I get a very old version of it. 

I have tried Update, I have tried closing and starting again. 


Closing/restarting LyX, or closing/reopening the document?  (The former 
should get rid of your temp directory and anything in it.)


Also, what happens if you add a space and delete it (so that the doc 
registers as changed), then try View->PDF (pdflatex)?


Paul





Re: Screen Dumps -> LyX Docs

2005-08-10 Thread Jose' Matos
On Wednesday 10 August 2005 19:05, Rich Shepard wrote:
>    This tool translates the header from .jpg to either .ps or .eps; I used
> the latter. It keeps the compressed image data the same, just wraps the
> header so it looks and feels like an encapsulated PostScript file. LyX
> happily accepted it and it displays well.

  Just as it happens with convert from ImageMagick and:

$ convert myfile.jpg eps2:myfile.eps

  This shows so many times in this list as well as outside that it deserves a 
special place in the FAQ. :-)

-- 
José Abílio Matos


Re: Screen Dumps -> LyX Docs

2005-08-10 Thread Rich Shepard

On Wed, 10 Aug 2005, Jose' Matos wrote:


 Just as it happens with convert from ImageMagick and:


  I thought that 'convert' would do it, but I could not find the list of
supported formats in the man page.

Rich

--
Dr. Richard B. Shepard, President |  Author of "Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) |  Impact Assessments Using Fuzzy Logic"
   Voice: 503-667-4517   Fax: 503-667-8863


Re: Screen Dumps -> LyX Docs

2005-08-10 Thread Jose' Matos
On Wednesday 10 August 2005 19:51, Rich Shepard wrote:
> On Wed, 10 Aug 2005, Jose' Matos wrote:
> >  Just as it happens with convert from ImageMagick and:
>
>I thought that 'convert' would do it, but I could not find the list of
> supported formats in the man page.

  That is true, one problems is that more and more times the man pages do not 
reflect all the project features.

  I hope that now that docbook is becoming the standard for free software 
documentation and with the convertions tools from docbook to man improving 
fast there is another push for man documentation.

  The main point in my remark was *eps2:* and this is not present as well in 
the man pages.

$ convert myfile.jpg myfile.eps

This version expands the jpg file generating thus huge sizes.

$ convert myfile.jpg eps2:myfile.eps

This does what you described, it inserts a decoder allowing for smaller sizes, 
I think that eps2 is shortcut for EPS level 2.

> Rich

-- 
José Abílio Matos


Re: no TeX classes after FC4 upgrade

2005-08-10 Thread Derek Lamb

Milos Komarcevic wrote:

Paul Smith <[EMAIL PROTECTED]> writes: 
 


On 8/8/05, Derek Lamb <[EMAIL PROTECTED]> wrote:
   


So, I now have to agree with Paul that there is a problem with my LaTeX,
not with LyX.  So this should get classified as a Fedora bug (big
surprise) rather than a LyX problem.
 


Probably, Derek, you could get further help from Fedora mailing lists.
Try it and good luck!
   



He could try, but it's a long shot: upgrade from RHL9 to FC4 is a
_gigantic_ leap of faith, most of the people on Fedora will flatly 
dismiss it as unsupported.


I'd just back up your home dir and do a fresh install of FC4
(it really is a nice system after all).

 


Solution:
Didn't try the Fedora mailing lists.  Since there were so many other 
problems with the upgrade (for example, I had to manually change the 
symlinks from LPRng to CUPS, even though I found a bug report from 2-3 
years ago about a similar problem with a RH7.3->FC1 upgrade) in addition 
to having TeX directories in places they had no business being, I just 
backed up all the important scientific data and home directories and did 
a fresh install.  Installed LyX, and now most everything seems to be 
working fine.


thanks for the help,
Derek


Re: Screen Dumps -> LyX Docs

2005-08-10 Thread Robert Thorsby

On 2005.08.11 05:10 Jose' Matos wrote:

$ convert myfile.jpg myfile.eps

This version expands the jpg file generating thus huge sizes.

$ convert myfile.jpg eps2:myfile.eps

This does what you described, it inserts a decoder allowing for
smaller sizes, I think that eps2 is shortcut for EPS level 2.


Another advantage of ImageMagick's convert utility is that you can also 
crop and resize the graphic as part of the same command. I use it to 
trim and resize digital photos. It is also excellent for changing, as 
part of the same command, colour to grayscale. As for image formats 
supported, the short answer is: If it exists, ImageMagick supports it.


Robert Thorsby


Re: Tex Information

2005-08-10 Thread Stephen P. Harris


- Original Message - 
From: "Geoffrey Lloyd" <[EMAIL PROTECTED]>
To: "Sreekumar Bhaskaran-Nair {msbad084}" 
<[EMAIL PROTECTED]>; 

Sent: Wednesday, August 10, 2005 1:26 AM
Subject: Re: Tex Information




- Original Message - 
From: "Sreekumar Bhaskaran-Nair {msbad084}" 
<[EMAIL PROTECTED]>

To: 
Sent: Wednesday, August 10, 2005 4:52 AM
Subject: Re: Tex Information


I had msys installed in c:\MSYS\1.0\bin
That was the default path for me. But the default path for lyx was in
program files. When I shifted lyx also to c:\lyx; Tex information works
perfectly. Thanks Stephen for the tip



But surley if c:\msys\1.0\bin is in the path then it doesn't matter where 
Lyx is?


I am reluctant to move my whole lyx setup. Surely there is another way for 
this to work so I can see Tex info and a full list of .bst files.


Geoff



I do this stuff a lot. I have a Windows Explorer icon on my desktop.
Start-->All Program-->Accessories-->rt-click on Windows Explorer
and choose Send To and put a shortcut on the desktop.

But since I already have that in place it would take less than a
minute to open two instances of Windows Explorer, minimized,
one open to Program Files and the other open to C:\
Then it is just drag and drop progra~1\lyx to c:\lyx

It is just as easy to drag it back. The time consuming part is
changing the Path statement to include c:\lyx\lyx\bin and Resources.
Then I always reboot to be on the safe side so it takes about 5 minutes.

I perfected this because I would sometimes install those tar files
at the wrong level and have to move them down or around a level.
I thought this was a good trick to share for other occasions as I
see that Angus has already produced a patch for you.

When a .lyx document is viewed, for instance by postscript, gsview32
can navigate to the directory where the new viewable version is created.
It is about six directories deep and thru two directories with spaces.
When I tried this with a ghostscript Linux port, the program closed down.
But the port can read c:\lyx\lyx\bin\tmp where tmpbuf files are now
created after I messed with the Path in Lyx --> Edit -->Preferences-->Path

These are a few of my favorite quirks,
"old dog and strawberries" Stephen