gtk frontend

2006-01-27 Thread Martijn Brouwer
I have compiled lyx 1.4pre3 with the gtk frontend and I am really
impressed by its looks. However, there are still a few dialogs in Xforms
format. The website says that only a few speed issues will be solved
before 1.4. Does this mean that the final 1.4 will still have a mixed
gtk/xforms UI?

Bye,

Martijn


-- 
__
I have a new e-mail adress. If you are still using
[EMAIL PROTECTED], please change to
[EMAIL PROTECTED]
__



gtk frontend

2006-01-27 Thread Martijn Brouwer
I have compiled lyx 1.4pre3 with the gtk frontend and I am really
impressed by its looks. However, there are still a few dialogs in Xforms
format. The website says that only a few speed issues will be solved
before 1.4. Does this mean that the final 1.4 will still have a mixed
gtk/xforms UI?

Bye,

Martijn


-- 
__
I have a new e-mail adress. If you are still using
[EMAIL PROTECTED], please change to
[EMAIL PROTECTED]
__



gtk frontend

2006-01-27 Thread Martijn Brouwer
I have compiled lyx 1.4pre3 with the gtk frontend and I am really
impressed by its looks. However, there are still a few dialogs in Xforms
format. The website says that only a few speed issues will be solved
before 1.4. Does this mean that the final 1.4 will still have a mixed
gtk/xforms UI?

Bye,

Martijn


-- 
__
I have a new e-mail adress. If you are still using
[EMAIL PROTECTED], please change to
[EMAIL PROTECTED]
__



Re: Ugly fonts and Getting Rid of Date

2005-08-19 Thread Martijn Brouwer
On Tue, 2005-08-16 at 17:31 -0600, Stacia Hartleben wrote:
 I have two questions:
 
 I wrote up a document and exported it to PDF. I had some TIPA encoding
 there, which looked fine when I zoomed into the PDF. However, the
 other text got pixely and bad. Am I using a bad font or something? How
 can I fix it so it looks nice no matter how zoomed in I am?

\usepackage{lmfonts} is the best solution, imho. The Latin Modern (lm)
fonts are scalable type1 postscript implementation of the standard latex
EC fonts. The look exactly like the normal type3 bitmap latex fonts,
except that they scale nicely.

Martijn Brouwer

-- 
__
I have a new e-mail adress. If you are still using
[EMAIL PROTECTED], please change to
[EMAIL PROTECTED]
__



Re: Ugly fonts and Getting Rid of Date

2005-08-19 Thread Martijn Brouwer
On Tue, 2005-08-16 at 17:31 -0600, Stacia Hartleben wrote:
 I have two questions:
 
 I wrote up a document and exported it to PDF. I had some TIPA encoding
 there, which looked fine when I zoomed into the PDF. However, the
 other text got pixely and bad. Am I using a bad font or something? How
 can I fix it so it looks nice no matter how zoomed in I am?

\usepackage{lmfonts} is the best solution, imho. The Latin Modern (lm)
fonts are scalable type1 postscript implementation of the standard latex
EC fonts. The look exactly like the normal type3 bitmap latex fonts,
except that they scale nicely.

Martijn Brouwer

-- 
__
I have a new e-mail adress. If you are still using
[EMAIL PROTECTED], please change to
[EMAIL PROTECTED]
__



Re: Ugly fonts and Getting Rid of Date

2005-08-19 Thread Martijn Brouwer
On Tue, 2005-08-16 at 17:31 -0600, Stacia Hartleben wrote:
> I have two questions:
> 
> I wrote up a document and exported it to PDF. I had some TIPA encoding
> there, which looked fine when I zoomed into the PDF. However, the
> other text got pixely and bad. Am I using a bad font or something? How
> can I fix it so it looks nice no matter how zoomed in I am?

\usepackage{lmfonts} is the best solution, imho. The Latin Modern (lm)
fonts are scalable type1 postscript implementation of the standard latex
EC fonts. The look exactly like the normal type3 bitmap latex fonts,
except that they scale nicely.

Martijn Brouwer

-- 
__
I have a new e-mail adress. If you are still using
[EMAIL PROTECTED], please change to
[EMAIL PROTECTED]
__



latex, pdflatex and lyx preview

2005-06-20 Thread Martijn Brouwer
Hi,
To be able to use both latex and pdflatex, I removed the .eps filename
extensions from the filenames in my lyx document. But now lyx cannot
generate previews anymore because the filename specifications do not
point to existing files.
Is this a know issue? If yes, is it fixed in 1.4? It is possible to work
around this problem using symlinks, but this is not very elegant.

Bye,

Martijn Brouwer



For your interest: I stripped the extension of the filenames in my lyx
document with these commands. For a single file you only nedd the second
line. T
for f in $(ls [123456]-*.lyx); do 
echo $f; sed -e s/\(.filename.*\)\.eps/\1/g /$f  $f.new
done
Rename the .new files in order to used them.



latex, pdflatex and lyx preview

2005-06-20 Thread Martijn Brouwer
Hi,
To be able to use both latex and pdflatex, I removed the .eps filename
extensions from the filenames in my lyx document. But now lyx cannot
generate previews anymore because the filename specifications do not
point to existing files.
Is this a know issue? If yes, is it fixed in 1.4? It is possible to work
around this problem using symlinks, but this is not very elegant.

Bye,

Martijn Brouwer



For your interest: I stripped the extension of the filenames in my lyx
document with these commands. For a single file you only nedd the second
line. T
for f in $(ls [123456]-*.lyx); do 
echo $f; sed -e s/\(.filename.*\)\.eps/\1/g /$f  $f.new
done
Rename the .new files in order to used them.



latex, pdflatex and lyx preview

2005-06-20 Thread Martijn Brouwer
Hi,
To be able to use both latex and pdflatex, I removed the .eps filename
extensions from the filenames in my lyx document. But now lyx cannot
generate previews anymore because the filename specifications do not
point to existing files.
Is this a know issue? If yes, is it fixed in 1.4? It is possible to work
around this problem using symlinks, but this is not very elegant.

Bye,

Martijn Brouwer



For your interest: I stripped the extension of the filenames in my lyx
document with these commands. For a single file you only nedd the second
line. T
for f in $(ls [123456]-*.lyx); do 
echo $f; sed -e "s/\(.filename.*\)\.eps/\1/g" /$f > $f.new
done
Rename the .new files in order to used them.



lmodern, ae and missing fonts

2005-06-15 Thread Martijn Brouwer
Hi,
I have finished my PhD thesis (Many thanks to all contributers to LyX).
When I went with my postscript file to the printer we found that the
resolution of the fonts was too small.

It turned out that I had the standard EC bitmap fonts with a resolution
of 600dpi.

After a day playing with latex and dvips I have now five versions of my
thesis:
1) With low resolution bitmap fonts
2) With higher resolution bitmap fonts (by defining another printer for
dvips)
3) With scalable CM (bluesky) fonts. For this I had to swith off T1
encoding
4) With scalable CM fonts and T1 encoding using the ae package
5) With scalable lmodern fonts

I have a few questions:
With Version 3-5, I cannot use large, bold, smallcaps font. Latex uses
the default font instead. I have worked around it by switching to large
small caps. Is there a way to get this combination of font attributes?

- Am I correct when I say that lmodern is to EC fonts what bluesky is to
CM?
- Why is ae considered bad? Because it is a pseudofont that performs
tricks to make accented glyphs?

I have concluded that lmfonts are the way to go. I only found this after
nearly a day searching internet, an experimentning. I think that LyX
should automatically load lmodern whan T1 encoding is used and the fonts
are available.

Bye,

Martijn Brouwer





lmodern, ae and missing fonts

2005-06-15 Thread Martijn Brouwer
Hi,
I have finished my PhD thesis (Many thanks to all contributers to LyX).
When I went with my postscript file to the printer we found that the
resolution of the fonts was too small.

It turned out that I had the standard EC bitmap fonts with a resolution
of 600dpi.

After a day playing with latex and dvips I have now five versions of my
thesis:
1) With low resolution bitmap fonts
2) With higher resolution bitmap fonts (by defining another printer for
dvips)
3) With scalable CM (bluesky) fonts. For this I had to swith off T1
encoding
4) With scalable CM fonts and T1 encoding using the ae package
5) With scalable lmodern fonts

I have a few questions:
With Version 3-5, I cannot use large, bold, smallcaps font. Latex uses
the default font instead. I have worked around it by switching to large
small caps. Is there a way to get this combination of font attributes?

- Am I correct when I say that lmodern is to EC fonts what bluesky is to
CM?
- Why is ae considered bad? Because it is a pseudofont that performs
tricks to make accented glyphs?

I have concluded that lmfonts are the way to go. I only found this after
nearly a day searching internet, an experimentning. I think that LyX
should automatically load lmodern whan T1 encoding is used and the fonts
are available.

Bye,

Martijn Brouwer





lmodern, ae and missing fonts

2005-06-15 Thread Martijn Brouwer
Hi,
I have finished my PhD thesis (Many thanks to all contributers to LyX).
When I went with my postscript file to the printer we found that the
resolution of the fonts was too small.

It turned out that I had the standard EC bitmap fonts with a resolution
of 600dpi.

After a day playing with latex and dvips I have now five versions of my
thesis:
1) With low resolution bitmap fonts
2) With higher resolution bitmap fonts (by defining another printer for
dvips)
3) With scalable CM (bluesky) fonts. For this I had to swith off T1
encoding
4) With scalable CM fonts and T1 encoding using the ae package
5) With scalable lmodern fonts

I have a few questions:
With Version 3-5, I cannot use large, bold, smallcaps font. Latex uses
the default font instead. I have worked around it by switching to large
small caps. Is there a way to get this combination of font attributes?

- Am I correct when I say that lmodern is to EC fonts what bluesky is to
CM?
- Why is ae considered bad? Because it is a pseudofont that performs
tricks to make accented glyphs?

I have concluded that lmfonts are the way to go. I only found this after
nearly a day searching internet, an experimentning. I think that LyX
should automatically load lmodern whan T1 encoding is used and the fonts
are available.

Bye,

Martijn Brouwer





Re: pybliographer

2005-03-25 Thread Martijn Brouwer
On Tue, 2005-03-22 at 12:30 +0100, Simon Bock wrote:
 Martijn Brouwer wrote:
  On Mon, 2005-03-21 at 10:09 +0100, Wolfgang Engelmann wrote:
 I was asked by a colleague how to handle a MedLine search in order to 
 insert 
 selected references into pybliographer before piping them into lyx. 
  
  I do not know much about Medline searches, but pybliographer can handle
  medline databases. Pybliographer is really great software, especially
 
 Sure, I did searches and they come back as expected. That's cool.
 But since I don't manage to get only one result back, I'm confronted 
 with e.g. 10 entries cluttering my database.
 
It is not clear to me want you want to achieve. Note that searching does
not change your database. I just shows only the entries that match your
search criteria.


 That is what I use, but I did not manage to have multiple windows / 
 reference databases in it.
 What I know from the M$ world is one window to do your searches in, one 
 window with your reference database, and you drag the relevant article 
 out of the search results into your database.
 Can this be achieved with pybliographic?
 
You want to store your search results in a separate database file? As
far as I know it is not possible. Why would you like this? If you want
to make a database file with all citations used in some article you can
use the pybcompact script included in the package.
 
  I have a 150+ article database (bibtex format) for my PhD thesis and
  with pybliographic I can conveniently manage it, search articles and
 
 Maybe I am just stupid - but isn't your bitex database cluttered with 
 search results after a search?

You can easily remove a  by right clicking on it search in the search
window. You can also perform a new search within the results of a
previous search by selecting the old search before entering a new one.

 Thank you for your opinion.
 Best Regards
 Simon
 



Re: pybliographer

2005-03-25 Thread Martijn Brouwer
On Tue, 2005-03-22 at 12:30 +0100, Simon Bock wrote:
 Martijn Brouwer wrote:
  On Mon, 2005-03-21 at 10:09 +0100, Wolfgang Engelmann wrote:
 I was asked by a colleague how to handle a MedLine search in order to 
 insert 
 selected references into pybliographer before piping them into lyx. 
  
  I do not know much about Medline searches, but pybliographer can handle
  medline databases. Pybliographer is really great software, especially
 
 Sure, I did searches and they come back as expected. That's cool.
 But since I don't manage to get only one result back, I'm confronted 
 with e.g. 10 entries cluttering my database.
 
It is not clear to me want you want to achieve. Note that searching does
not change your database. I just shows only the entries that match your
search criteria.


 That is what I use, but I did not manage to have multiple windows / 
 reference databases in it.
 What I know from the M$ world is one window to do your searches in, one 
 window with your reference database, and you drag the relevant article 
 out of the search results into your database.
 Can this be achieved with pybliographic?
 
You want to store your search results in a separate database file? As
far as I know it is not possible. Why would you like this? If you want
to make a database file with all citations used in some article you can
use the pybcompact script included in the package.
 
  I have a 150+ article database (bibtex format) for my PhD thesis and
  with pybliographic I can conveniently manage it, search articles and
 
 Maybe I am just stupid - but isn't your bitex database cluttered with 
 search results after a search?

You can easily remove a  by right clicking on it search in the search
window. You can also perform a new search within the results of a
previous search by selecting the old search before entering a new one.

 Thank you for your opinion.
 Best Regards
 Simon
 



Re: pybliographer

2005-03-25 Thread Martijn Brouwer
On Tue, 2005-03-22 at 12:30 +0100, Simon Bock wrote:
> Martijn Brouwer wrote:
> > On Mon, 2005-03-21 at 10:09 +0100, Wolfgang Engelmann wrote:
> >>I was asked by a colleague how to handle a MedLine search in order to 
> >>insert 
> >>selected references into pybliographer before piping them into lyx. 
> > 
> > I do not know much about Medline searches, but pybliographer can handle
> > medline databases. Pybliographer is really great software, especially
> 
> Sure, I did searches and they come back as expected. That's cool.
> But since I don't manage to get only one result back, I'm confronted 
> with e.g. 10 entries cluttering my database.
> 
It is not clear to me want you want to achieve. Note that searching does
not change your database. I just shows only the entries that match your
search criteria.


> That is what I use, but I did not manage to have multiple windows / 
> reference databases in it.
> What I know from the M$ world is one window to do your searches in, one 
> window with your reference database, and you drag the relevant article 
> out of the search results into your database.
> Can this be achieved with pybliographic?
> 
You want to store your search results in a separate database file? As
far as I know it is not possible. Why would you like this? If you want
to make a database file with all citations used in some article you can
use the "pybcompact" script included in the package.
 
> > I have a 150+ article database (bibtex format) for my PhD thesis and
> > with pybliographic I can conveniently manage it, search articles and
> 
> Maybe I am just stupid - but isn't your bitex database cluttered with 
> search results after a search?

You can easily remove a  by right clicking on it search in the search
window. You can also perform a new search within the results of a
previous search by selecting the old search before entering a new one.

> Thank you for your opinion.
> Best Regards
> Simon
> 



Re: pybliographer

2005-03-21 Thread Martijn Brouwer
On Mon, 2005-03-21 at 10:09 +0100, Wolfgang Engelmann wrote:
 slightly off topic: could somebody share his experience with pybliographer 
 with me?
 I was asked by a colleague how to handle a MedLine search in order to insert 
 selected references into pybliographer before piping them into lyx. 

I do not know much about Medline searches, but pybliographer can handle
medline databases. Pybliographer is really great software, especially
the graphical citation manager pybliographic (pybliographer also
includes some nice commandline tools).
I have a 150+ article database (bibtex format) for my PhD thesis and
with pybliographic I can conveniently manage it, search articles and
(nearly) everything you would like to do with citations.
LyX does not support Medline, but you can load your search results into
pybliographic, export as bibtex and LyX will by happy with your
citations.

Martijn Brouwer



Re: pybliographer

2005-03-21 Thread Martijn Brouwer
On Mon, 2005-03-21 at 10:09 +0100, Wolfgang Engelmann wrote:
 slightly off topic: could somebody share his experience with pybliographer 
 with me?
 I was asked by a colleague how to handle a MedLine search in order to insert 
 selected references into pybliographer before piping them into lyx. 

I do not know much about Medline searches, but pybliographer can handle
medline databases. Pybliographer is really great software, especially
the graphical citation manager pybliographic (pybliographer also
includes some nice commandline tools).
I have a 150+ article database (bibtex format) for my PhD thesis and
with pybliographic I can conveniently manage it, search articles and
(nearly) everything you would like to do with citations.
LyX does not support Medline, but you can load your search results into
pybliographic, export as bibtex and LyX will by happy with your
citations.

Martijn Brouwer



Re: pybliographer

2005-03-21 Thread Martijn Brouwer
On Mon, 2005-03-21 at 10:09 +0100, Wolfgang Engelmann wrote:
> slightly off topic: could somebody share his experience with pybliographer 
> with me?
> I was asked by a colleague how to handle a MedLine search in order to insert 
> selected references into pybliographer before piping them into lyx. 

I do not know much about Medline searches, but pybliographer can handle
medline databases. Pybliographer is really great software, especially
the graphical citation manager pybliographic (pybliographer also
includes some nice commandline tools).
I have a 150+ article database (bibtex format) for my PhD thesis and
with pybliographic I can conveniently manage it, search articles and
(nearly) everything you would like to do with citations.
LyX does not support Medline, but you can load your search results into
pybliographic, export as bibtex and LyX will by happy with your
citations.

Martijn Brouwer



Re: howt include a bitmap in eps

2005-03-18 Thread Martijn Brouwer
On Wed, 2005-03-16 at 14:11 +, Milos Komarcevic wrote:
 Martijn Brouwer [EMAIL PROTECTED] writes:
 
  
  Hi,
  I would like to know how I can include a arbitrary bitmap in an eps
  vector image without converting the entire image to a bitmap.
  The reason is that I would like to include an microscopy image in an
  grace graph.
  Does anybody have an ide?
 
 I've done something like that with xfig: 
 
 import your eps first (graph, coordinates, text, whatever), then import the
 bitmap over it, and finally export the whole thing as eps again.
 
Thanks, this worked, but not perfectly the thickness of the lines is
changed considerably by xfig. Source of the problem is that xfig handles
only a few line thicknesses.
However, you still pointed me to the right direction. The best method is
saving my graph (in grace) as a svg image. Open it in inkscape, insert
the bitmap and export everything as eps. Save the fonts as curves
because inkscape does not deal correcly with the postscript fonts from
grace.

Martijn



-- 
Martijn Brouwer [EMAIL PROTECTED]
University of Twente



Re: howt include a bitmap in eps

2005-03-18 Thread Martijn Brouwer
On Wed, 2005-03-16 at 14:11 +, Milos Komarcevic wrote:
 Martijn Brouwer [EMAIL PROTECTED] writes:
 
  
  Hi,
  I would like to know how I can include a arbitrary bitmap in an eps
  vector image without converting the entire image to a bitmap.
  The reason is that I would like to include an microscopy image in an
  grace graph.
  Does anybody have an ide?
 
 I've done something like that with xfig: 
 
 import your eps first (graph, coordinates, text, whatever), then import the
 bitmap over it, and finally export the whole thing as eps again.
 
Thanks, this worked, but not perfectly the thickness of the lines is
changed considerably by xfig. Source of the problem is that xfig handles
only a few line thicknesses.
However, you still pointed me to the right direction. The best method is
saving my graph (in grace) as a svg image. Open it in inkscape, insert
the bitmap and export everything as eps. Save the fonts as curves
because inkscape does not deal correcly with the postscript fonts from
grace.

Martijn



-- 
Martijn Brouwer [EMAIL PROTECTED]
University of Twente



Re: howt include a bitmap in eps

2005-03-18 Thread Martijn Brouwer
On Wed, 2005-03-16 at 14:11 +, Milos Komarcevic wrote:
> Martijn Brouwer <[EMAIL PROTECTED]> writes:
> 
> > 
> > Hi,
> > I would like to know how I can include a arbitrary bitmap in an eps
> > vector image without converting the entire image to a bitmap.
> > The reason is that I would like to include an microscopy image in an
> > grace graph.
> > Does anybody have an ide?
> 
> I've done something like that with xfig: 
> 
> import your eps first (graph, coordinates, text, whatever), then import the
> bitmap over it, and finally export the whole thing as eps again.
> 
Thanks, this worked, but not perfectly the thickness of the lines is
changed considerably by xfig. Source of the problem is that xfig handles
only a few line thicknesses.
However, you still pointed me to the right direction. The best method is
saving my graph (in grace) as a svg image. Open it in inkscape, insert
the bitmap and export everything as eps. Save the fonts as curves
because inkscape does not deal correcly with the postscript fonts from
grace.

Martijn



-- 
Martijn Brouwer <[EMAIL PROTECTED]>
University of Twente



howt include a bitmap in eps

2005-03-16 Thread Martijn Brouwer
Hi,
I would like to know how I can include a arbitrary bitmap in an eps
vector image without converting the entire image to a bitmap.
The reason is that I would like to include an microscopy image in an
grace graph.
Does anybody have an ide?


-- 
Martijn Brouwer [EMAIL PROTECTED]
University of Twente



howt include a bitmap in eps

2005-03-16 Thread Martijn Brouwer
Hi,
I would like to know how I can include a arbitrary bitmap in an eps
vector image without converting the entire image to a bitmap.
The reason is that I would like to include an microscopy image in an
grace graph.
Does anybody have an ide?


-- 
Martijn Brouwer [EMAIL PROTECTED]
University of Twente



howt include a bitmap in eps

2005-03-16 Thread Martijn Brouwer
Hi,
I would like to know how I can include a arbitrary bitmap in an eps
vector image without converting the entire image to a bitmap.
The reason is that I would like to include an microscopy image in an
grace graph.
Does anybody have an ide?


-- 
Martijn Brouwer <[EMAIL PROTECTED]>
University of Twente



Re: LaTex study recommendations?

2004-09-29 Thread Martijn Brouwer
For the basics, read the online documentation that is online available,
after that, The LaTeX companion is a good one.

Martijn Brouwer


On Wed, 2004-09-29 at 05:13 -0500, Jack Gill wrote:
 I'm new to LyX and LaTeX.  I searched Amazon.com for books on both
 subjects, and found none listed for LyX.  For LaTeX, however, Amazon.com
 shows a list of several books available.
 
 Do you have a recommendation for a first book on LaTeX?
 
 Jack
 
 
 
 
 
 



Re: LaTex study recommendations?

2004-09-29 Thread Martijn Brouwer
For the basics, read the online documentation that is online available,
after that, The LaTeX companion is a good one.

Martijn Brouwer


On Wed, 2004-09-29 at 05:13 -0500, Jack Gill wrote:
 I'm new to LyX and LaTeX.  I searched Amazon.com for books on both
 subjects, and found none listed for LyX.  For LaTeX, however, Amazon.com
 shows a list of several books available.
 
 Do you have a recommendation for a first book on LaTeX?
 
 Jack
 
 
 
 
 
 



Re: LaTex study recommendations?

2004-09-29 Thread Martijn Brouwer
For the basics, read the online documentation that is online available,
after that, The LaTeX companion is a good one.

Martijn Brouwer


On Wed, 2004-09-29 at 05:13 -0500, Jack Gill wrote:
> I'm new to LyX and LaTeX.  I searched Amazon.com for books on both
> subjects, and found none listed for LyX.  For LaTeX, however, Amazon.com
> shows a list of several books available.
> 
> Do you have a recommendation for a first book on LaTeX?
> 
> Jack
> 
> 
> 
> 
> 
> 



Re: quality of graph previews

2004-09-06 Thread Martijn Brouwer
Hi John and others,
John Coppens wrote:
On Fri, 03 Sep 2004 21:08:32 +0200
Martijn Brouwer [EMAIL PROTECTED] wrote:
You could use Grace (I believe that is the program you use?) to print to
EPS directly. Just edit the printsetup. Then you can include the .eps
files in the LyX doc.
Or did I misunderstand your problem?
Yes :) This is exactly what I do. The problem is that the preview 
pictures (for in LyX) created by lyx from the eps files, is very bad: 
the lines are hardly visible.

Bye,
Martijn Brouwer


Re: quality of graph previews

2004-09-06 Thread Martijn Brouwer
Hi John and others,
John Coppens wrote:
On Fri, 03 Sep 2004 21:08:32 +0200
Martijn Brouwer [EMAIL PROTECTED] wrote:
You could use Grace (I believe that is the program you use?) to print to
EPS directly. Just edit the printsetup. Then you can include the .eps
files in the LyX doc.
Or did I misunderstand your problem?
Yes :) This is exactly what I do. The problem is that the preview 
pictures (for in LyX) created by lyx from the eps files, is very bad: 
the lines are hardly visible.

Bye,
Martijn Brouwer


Re: quality of graph previews

2004-09-06 Thread Martijn Brouwer
Hi John and others,
John Coppens wrote:
On Fri, 03 Sep 2004 21:08:32 +0200
Martijn Brouwer <[EMAIL PROTECTED]> wrote:
You could use Grace (I believe that is the program you use?) to print to
EPS directly. Just edit the printsetup. Then you can include the .eps
files in the LyX doc.
Or did I misunderstand your problem?
Yes :) This is exactly what I do. The problem is that the preview 
pictures (for in LyX) created by lyx from the eps files, is very bad: 
the lines are hardly visible.

Bye,
Martijn Brouwer


quality of graph previews

2004-09-03 Thread Martijn Brouwer
Hi,
I am using a lot of grace graphs as eps pictures for my documents. These 
are badly displayed by LyX. Does somebody know which options of 
imageMagick I can use to improve the quality of the preview of thes 
pictures.
When I insert the .agr file, the quality is good, but I do not want to 
do this, since because I want to evade the conversion of agr. to .eps 
files when LyX runs LaTeX.

Bye,
Martijn Brouwer


Re: quality of graph previews

2004-09-03 Thread Martijn Brouwer
Hi,
When I reread my message, I realised that I have been very unclear. What 
I meant with the bad quality is that the lines are very unclear, and 
letters are only small patches of noise. I have included an example. 
When I convert manually using the gimp, I get a much better result.
I hope somebody has a useful tip now I made more clear what my problem is.

Bye,
Martijn Brouwer

Martijn Brouwer wrote:
I am using a lot of grace graphs as eps pictures for my documents. 
These are badly displayed by LyX. Does somebody know which options of 
imageMagick I can use to improve the quality of the preview of thes 
pictures.
When I insert the .agr file, the quality is good, but I do not want to 
do this, since because I want to evade the conversion of agr. to .eps 
files when LyX runs LaTeX.

inline: oxides.xpm

Re: quality of graph previews

2004-09-03 Thread Martijn Brouwer
Uwe Stöhr wrote:
Martijn Brouwer wrote:
Does somebody know which options of ImageMagick I can use to improve 
the quality of the preview of these pictures.

You can try the following, when you've installed ImageMagick with a 
quality depth of 16bit (Q16):

Search for the file convertDefault.sh and change the line
convert -depth 8 $1 $2
to
convert $1 $2
Thanks for your suggestion, but when I do this, I get error converting 
images for every picture.

Bye,
Martijn Brouwer



quality of graph previews

2004-09-03 Thread Martijn Brouwer
Hi,
I am using a lot of grace graphs as eps pictures for my documents. These 
are badly displayed by LyX. Does somebody know which options of 
imageMagick I can use to improve the quality of the preview of thes 
pictures.
When I insert the .agr file, the quality is good, but I do not want to 
do this, since because I want to evade the conversion of agr. to .eps 
files when LyX runs LaTeX.

Bye,
Martijn Brouwer


Re: quality of graph previews

2004-09-03 Thread Martijn Brouwer
Hi,
When I reread my message, I realised that I have been very unclear. What 
I meant with the bad quality is that the lines are very unclear, and 
letters are only small patches of noise. I have included an example. 
When I convert manually using the gimp, I get a much better result.
I hope somebody has a useful tip now I made more clear what my problem is.

Bye,
Martijn Brouwer

Martijn Brouwer wrote:
I am using a lot of grace graphs as eps pictures for my documents. 
These are badly displayed by LyX. Does somebody know which options of 
imageMagick I can use to improve the quality of the preview of thes 
pictures.
When I insert the .agr file, the quality is good, but I do not want to 
do this, since because I want to evade the conversion of agr. to .eps 
files when LyX runs LaTeX.

inline: oxides.xpm

Re: quality of graph previews

2004-09-03 Thread Martijn Brouwer
Uwe Stöhr wrote:
Martijn Brouwer wrote:
Does somebody know which options of ImageMagick I can use to improve 
the quality of the preview of these pictures.

You can try the following, when you've installed ImageMagick with a 
quality depth of 16bit (Q16):

Search for the file convertDefault.sh and change the line
convert -depth 8 $1 $2
to
convert $1 $2
Thanks for your suggestion, but when I do this, I get error converting 
images for every picture.

Bye,
Martijn Brouwer



quality of graph previews

2004-09-03 Thread Martijn Brouwer
Hi,
I am using a lot of grace graphs as eps pictures for my documents. These 
are badly displayed by LyX. Does somebody know which options of 
imageMagick I can use to improve the quality of the preview of thes 
pictures.
When I insert the .agr file, the quality is good, but I do not want to 
do this, since because I want to evade the conversion of agr. to .eps 
files when LyX runs LaTeX.

Bye,
Martijn Brouwer


Re: quality of graph previews

2004-09-03 Thread Martijn Brouwer
Hi,
When I reread my message, I realised that I have been very unclear. What 
I meant with the bad quality is that the lines are very unclear, and 
letters are only small patches of noise. I have included an example. 
When I convert manually using the gimp, I get a much better result.
I hope somebody has a useful tip now I made more clear what my problem is.

Bye,
Martijn Brouwer

Martijn Brouwer wrote:
I am using a lot of grace graphs as eps pictures for my documents. 
These are badly displayed by LyX. Does somebody know which options of 
imageMagick I can use to improve the quality of the preview of thes 
pictures.
When I insert the .agr file, the quality is good, but I do not want to 
do this, since because I want to evade the conversion of agr. to .eps 
files when LyX runs LaTeX.

<>

Re: quality of graph previews

2004-09-03 Thread Martijn Brouwer
Uwe Stöhr wrote:
Martijn Brouwer wrote:
Does somebody know which options of ImageMagick I can use to improve 
the quality of the preview of these pictures.

You can try the following, when you've installed ImageMagick with a 
quality depth of 16bit (Q16):

Search for the file "convertDefault.sh" and change the line
convert -depth 8 $1 $2
to
convert $1 $2
Thanks for your suggestion, but when I do this, I get "error converting 
images" for every picture.

Bye,
Martijn Brouwer



truetype screenfonts

2004-06-30 Thread Martijn Brouwer
Hi,
What do I need to do to get truetype screenfonts? On my desktop I have 
them (vera sans), but not on my laptop allthough I can use them in other 
prorams (OpenOffice).

Bye,
Martijn Brouwer



truetype screenfonts

2004-06-30 Thread Martijn Brouwer
Hi,
What do I need to do to get truetype screenfonts? On my desktop I have 
them (vera sans), but not on my laptop allthough I can use them in other 
prorams (OpenOffice).

Bye,
Martijn Brouwer



truetype screenfonts

2004-06-30 Thread Martijn Brouwer
Hi,
What do I need to do to get truetype screenfonts? On my desktop I have 
them (vera sans), but not on my laptop allthough I can use them in other 
prorams (OpenOffice).

Bye,
Martijn Brouwer



LyX feature poll on Wiki pages

2004-02-13 Thread Martijn Brouwer
To give the developers an idea about the features that the users would 
like to be included in LyX, I started a feature poll on the LyX wiki 
pages. In this way I hope to help making LyX an even greater program 
than it already is. So see the poll go to 
http://wiki.lyx.org/pmwiki.php/LyX/FeaturePoll. If you want to vote 
click on the 'edit page' link in the upper right corner of the page and 
follow the instructions.

Martijn Brouwer


LyX feature poll on Wiki pages

2004-02-13 Thread Martijn Brouwer
To give the developers an idea about the features that the users would 
like to be included in LyX, I started a feature poll on the LyX wiki 
pages. In this way I hope to help making LyX an even greater program 
than it already is. So see the poll go to 
http://wiki.lyx.org/pmwiki.php/LyX/FeaturePoll. If you want to vote 
click on the 'edit page' link in the upper right corner of the page and 
follow the instructions.

Martijn Brouwer


LyX feature poll on Wiki pages

2004-02-13 Thread Martijn Brouwer
To give the developers an idea about the features that the users would 
like to be included in LyX, I started a feature poll on the LyX wiki 
pages. In this way I hope to help making LyX an even greater program 
than it already is. So see the poll go to 
http://wiki.lyx.org/pmwiki.php/LyX/FeaturePoll. If you want to vote 
click on the 'edit page' link in the upper right corner of the page and 
follow the instructions.

Martijn Brouwer


New feature poll?

2004-01-16 Thread Martijn Brouwer
I just read the lyx the latest LyX development news, and noted that 
there are great interface improvements in the pipeline: cutomisable 
toolbars (I am looking forward to insert floats from the toolbar!), more 
structured menus, and new icons. When will lyx-1.3.4 (or 1.4.0) arrive?
Gui improvents are good, but I am also interested in new latex 
functionality being covered by the lyx gui. I am wondering whether it 
would be a good idea to have a poll about what lyx users would like to 
be added to lyx. I think the opinions of the developers on a poll are 
especially important since they are the people who have to implement 
functionality suggested by the users.
So in short: what do we think about a new-features-poll?

Martijn



New feature poll?

2004-01-16 Thread Martijn Brouwer
I just read the lyx the latest LyX development news, and noted that 
there are great interface improvements in the pipeline: cutomisable 
toolbars (I am looking forward to insert floats from the toolbar!), more 
structured menus, and new icons. When will lyx-1.3.4 (or 1.4.0) arrive?
Gui improvents are good, but I am also interested in new latex 
functionality being covered by the lyx gui. I am wondering whether it 
would be a good idea to have a poll about what lyx users would like to 
be added to lyx. I think the opinions of the developers on a poll are 
especially important since they are the people who have to implement 
functionality suggested by the users.
So in short: what do we think about a new-features-poll?

Martijn



New feature poll?

2004-01-16 Thread Martijn Brouwer
I just read the lyx the latest LyX development news, and noted that 
there are great interface improvements in the pipeline: cutomisable 
toolbars (I am looking forward to insert floats from the toolbar!), more 
structured menus, and new icons. When will lyx-1.3.4 (or 1.4.0) arrive?
Gui improvents are good, but I am also interested in new latex 
functionality being covered by the lyx gui. I am wondering whether it 
would be a good idea to have a poll about what lyx users would like to 
be added to lyx. I think the opinions of the developers on a poll are 
especially important since they are the people who have to implement 
functionality suggested by the users.
So in short: what do we think about a new-features-poll?

Martijn



Advice for PhD thesis

2003-12-15 Thread Martijn Brouwer
Hi,
I am rewriting an art icle to a chapter of my PhD thesis and for the time being I am 
using the report class. I would like my chapters to start with a page containing the 
chapter title and  an abstract summarising the contents of the chapter. I tried to do 
this in the 'report' class but I encounter a few problems:
- The abstract is typeset on page of its own.
- After an abstract the page counter is reset.
I guess report is not the right class to to this. Can somebody point me a class where 
I can achieve the following:
1) A chapter starts with a page containing the title and abstract, with a sane 
pagenumbering
2) I would like to have an bibliography at the end of each chapter. (I will have a 
look at chapterbib)
3) I do not want to have the chapter titles start with 'Chapter X'
4) I would like to be able to use the \frontmatter and \mainmatter commando's

I think the standard book and its equivalent from komascript are good candidates, but 
I still don't know how to achieve 1).
Can  somebody give me some advice on how to achieve want I want? Another class or just 
a clever latex package? I have seen a few PhD theses written in LaTeX with this 
layout, so it has to be possible.

Thanks in advance!

Martijn Brouwer


-- 
Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


Advice for PhD thesis

2003-12-15 Thread Martijn Brouwer
Hi,
I am rewriting an art icle to a chapter of my PhD thesis and for the time being I am 
using the report class. I would like my chapters to start with a page containing the 
chapter title and  an abstract summarising the contents of the chapter. I tried to do 
this in the 'report' class but I encounter a few problems:
- The abstract is typeset on page of its own.
- After an abstract the page counter is reset.
I guess report is not the right class to to this. Can somebody point me a class where 
I can achieve the following:
1) A chapter starts with a page containing the title and abstract, with a sane 
pagenumbering
2) I would like to have an bibliography at the end of each chapter. (I will have a 
look at chapterbib)
3) I do not want to have the chapter titles start with 'Chapter X'
4) I would like to be able to use the \frontmatter and \mainmatter commando's

I think the standard book and its equivalent from komascript are good candidates, but 
I still don't know how to achieve 1).
Can  somebody give me some advice on how to achieve want I want? Another class or just 
a clever latex package? I have seen a few PhD theses written in LaTeX with this 
layout, so it has to be possible.

Thanks in advance!

Martijn Brouwer


-- 
Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


Advice for PhD thesis

2003-12-15 Thread Martijn Brouwer
Hi,
I am rewriting an art icle to a chapter of my PhD thesis and for the time being I am 
using the report class. I would like my chapters to start with a page containing the 
chapter title and  an abstract summarising the contents of the chapter. I tried to do 
this in the 'report' class but I encounter a few problems:
- The abstract is typeset on page of its own.
- After an abstract the page counter is reset.
I guess report is not the right class to to this. Can somebody point me a class where 
I can achieve the following:
1) A chapter starts with a page containing the title and abstract, with a sane 
pagenumbering
2) I would like to have an bibliography at the end of each chapter. (I will have a 
look at chapterbib)
3) I do not want to have the chapter titles start with 'Chapter X'
4) I would like to be able to use the \frontmatter and \mainmatter commando's

I think the standard book and its equivalent from komascript are good candidates, but 
I still don't know how to achieve 1).
Can  somebody give me some advice on how to achieve want I want? Another class or just 
a clever latex package? I have seen a few PhD theses written in LaTeX with this 
layout, so it has to be possible.

Thanks in advance!

Martijn Brouwer


-- 
Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


display of greek letters

2003-11-25 Thread Martijn Brouwer
Hi,
When I insert greek letters in a document they are not diplayed correctly. I do not 
get the symbol but the name of letter. So when I type \alpha, I see 'alpha' in red 
instead of the symbol alpha. Latex output is OK, so I think it is related to my 
mathfont. Another user in my system does not have this problem, so the cause is 
somewhere in my configuration. Does somebody have a clue where I can look? I tried 
moving away my ~/.lyx/preferences, but that did not help.

Bye,

Martijn Brouwer



display of greek letters

2003-11-25 Thread Martijn Brouwer
Hi,
When I insert greek letters in a document they are not diplayed correctly. I do not 
get the symbol but the name of letter. So when I type \alpha, I see 'alpha' in red 
instead of the symbol alpha. Latex output is OK, so I think it is related to my 
mathfont. Another user in my system does not have this problem, so the cause is 
somewhere in my configuration. Does somebody have a clue where I can look? I tried 
moving away my ~/.lyx/preferences, but that did not help.

Bye,

Martijn Brouwer



display of greek letters

2003-11-25 Thread Martijn Brouwer
Hi,
When I insert greek letters in a document they are not diplayed correctly. I do not 
get the symbol but the name of letter. So when I type \alpha, I see 'alpha' in red 
instead of the symbol alpha. Latex output is OK, so I think it is related to my 
mathfont. Another user in my system does not have this problem, so the cause is 
somewhere in my configuration. Does somebody have a clue where I can look? I tried 
moving away my ~/.lyx/preferences, but that did not help.

Bye,

Martijn Brouwer



display of greek letters

2003-11-25 Thread Martijn Brouwer
Hi,
When I insert greek letters in a document they are not diplayed correctly. I do not 
get the symbol but the name of letter. So when I type \alpha, I see 'alpha' in red 
instead of the symbol alpha. Latex output is OK, so I think it is related to my 
mathfont. Another user in my system does not have this problem, so the cause is 
somewhere in my configuration. Does somebody have a clue where I can look? I tried 
moving away my ~/.lyx/preferences, but that did not help.

Bye,

Martijn Brouwer



display of greek letters

2003-11-25 Thread Martijn Brouwer
Hi,
When I insert greek letters in a document they are not diplayed correctly. I do not 
get the symbol but the name of letter. So when I type \alpha, I see 'alpha' in red 
instead of the symbol alpha. Latex output is OK, so I think it is related to my 
mathfont. Another user in my system does not have this problem, so the cause is 
somewhere in my configuration. Does somebody have a clue where I can look? I tried 
moving away my ~/.lyx/preferences, but that did not help.

Bye,

Martijn Brouwer



display of greek letters

2003-11-25 Thread Martijn Brouwer
Hi,
When I insert greek letters in a document they are not diplayed correctly. I do not 
get the symbol but the name of letter. So when I type \alpha, I see 'alpha' in red 
instead of the symbol alpha. Latex output is OK, so I think it is related to my 
mathfont. Another user in my system does not have this problem, so the cause is 
somewhere in my configuration. Does somebody have a clue where I can look? I tried 
moving away my ~/.lyx/preferences, but that did not help.

Bye,

Martijn Brouwer



rendering greek letters in 1.3.3 qt

2003-11-21 Thread Martijn Brouwer
Hi since I upgraded lyx to 1.3.3 qt, greek letters are not rendered anymore in LyX 
(latex output is OK). The symbols are displayed as ERT. An equation with a lot of 
\varepsilons becomes very unreadable. Can anybody shed some light on this? Am I 
missing some X11 fonts, is something else wrong or is this a bug? It is WYGIWYM, but 
not WYSIWYM :(.

Martijn


rendering greek letters in 1.3.3 qt

2003-11-21 Thread Martijn Brouwer
Hi since I upgraded lyx to 1.3.3 qt, greek letters are not rendered anymore in LyX 
(latex output is OK). The symbols are displayed as ERT. An equation with a lot of 
\varepsilons becomes very unreadable. Can anybody shed some light on this? Am I 
missing some X11 fonts, is something else wrong or is this a bug? It is WYGIWYM, but 
not WYSIWYM :(.

Martijn


rendering greek letters in 1.3.3 qt

2003-11-21 Thread Martijn Brouwer
Hi since I upgraded lyx to 1.3.3 qt, greek letters are not rendered anymore in LyX 
(latex output is OK). The symbols are displayed as ERT. An equation with a lot of 
\varepsilons becomes very unreadable. Can anybody shed some light on this? Am I 
missing some X11 fonts, is something else wrong or is this a bug? It is WYGIWYM, but 
not WYSIWYM :(.

Martijn


Can't use scalable interface fonts anymore.

2003-10-30 Thread Martijn Brouwer
Until sometime ago, I used the bitstream charter font for displaying roman text in 
lyx, but a few days ago I saw lyx changed this to helvetica. Since this is a sans 
serif bitmap font I wanted to revert to charter, but that font was not listed anymore 
in the drop down list. It is still installed. Running reconfigure did not help.
Does somebody have an idea how I can get my scalable fonts back?

Martijn



Re: Scientific Word files

2003-10-30 Thread Martijn Brouwer
When I tried it, it complained about the revtex4.layout, which is of lyx 1.3. With the 
version of 1.4 Andre sent me, a 1.4 lyx document was created which could not be 
imported in 1.4.
So for users of 1.3, reLyX is the only way to go.

Martijn

P.S. When will 1.4 arrive and what will it bring us?



On Mon, 27 Oct 2003 17:36:13 +0100
Andre Poenitz [EMAIL PROTECTED] wrote:

 On Mon, Oct 27, 2003 at 05:27:13PM +0100, Martijn Brouwer wrote:
  I would like to give it a try. Can it be obtained separately from
  the lyx source?
 
 I could send you a SuSE 8.3 binary for 32 bit Intel. 380k stripped...
 
 Andre'
 
 -- 
 Those who desire to give up Freedom in order to gain Security, will not have,
 nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)
 


Can't use scalable interface fonts anymore.

2003-10-30 Thread Martijn Brouwer
Until sometime ago, I used the bitstream charter font for displaying roman text in 
lyx, but a few days ago I saw lyx changed this to helvetica. Since this is a sans 
serif bitmap font I wanted to revert to charter, but that font was not listed anymore 
in the drop down list. It is still installed. Running reconfigure did not help.
Does somebody have an idea how I can get my scalable fonts back?

Martijn



Re: Scientific Word files

2003-10-30 Thread Martijn Brouwer
When I tried it, it complained about the revtex4.layout, which is of lyx 1.3. With the 
version of 1.4 Andre sent me, a 1.4 lyx document was created which could not be 
imported in 1.4.
So for users of 1.3, reLyX is the only way to go.

Martijn

P.S. When will 1.4 arrive and what will it bring us?



On Mon, 27 Oct 2003 17:36:13 +0100
Andre Poenitz [EMAIL PROTECTED] wrote:

 On Mon, Oct 27, 2003 at 05:27:13PM +0100, Martijn Brouwer wrote:
  I would like to give it a try. Can it be obtained separately from
  the lyx source?
 
 I could send you a SuSE 8.3 binary for 32 bit Intel. 380k stripped...
 
 Andre'
 
 -- 
 Those who desire to give up Freedom in order to gain Security, will not have,
 nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)
 


Can't use scalable interface fonts anymore.

2003-10-30 Thread Martijn Brouwer
Until sometime ago, I used the bitstream charter font for displaying roman text in 
lyx, but a few days ago I saw lyx changed this to helvetica. Since this is a sans 
serif bitmap font I wanted to revert to charter, but that font was not listed anymore 
in the drop down list. It is still installed. Running reconfigure did not help.
Does somebody have an idea how I can get my scalable fonts back?

Martijn



Re: Scientific Word files

2003-10-30 Thread Martijn Brouwer
When I tried it, it complained about the revtex4.layout, which is of lyx 1.3. With the 
version of 1.4 Andre sent me, a 1.4 lyx document was created which could not be 
imported in 1.4.
So for users of 1.3, reLyX is the only way to go.

Martijn

P.S. When will 1.4 arrive and what will it bring us?



On Mon, 27 Oct 2003 17:36:13 +0100
Andre Poenitz <[EMAIL PROTECTED]> wrote:

> On Mon, Oct 27, 2003 at 05:27:13PM +0100, Martijn Brouwer wrote:
> > I would like to give it a try. Can it be obtained separately from
> > the lyx source?
> 
> I could send you a SuSE 8.3 binary for 32 bit Intel. 380k stripped...
> 
> Andre'
> 
> -- 
> Those who desire to give up Freedom in order to gain Security, will not have,
> nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)
> 


Re: Scientific Word files

2003-10-28 Thread Martijn Brouwer
Thanks for sending tex2lyx.
When I run it on my revtex4 latex file it comlains:

LyX: Unknown TextClass tag `MaxCounter' [around line 15 of file 
/usr/local/share/lyx/layouts/revtex4.layout]
Error: Textclass '' is missing a defaultstyle.
Assertion triggered in const LyXLayout_ptr LyXTextClass::operator[](const 
std::string) const by failing check !name.empty() in file lyxtextclass.C:697
Aborted

What do I have to do about this?

Martijn


On Mon, 27 Oct 2003 17:36:13 +0100
Andre Poenitz [EMAIL PROTECTED] wrote:

 On Mon, Oct 27, 2003 at 05:27:13PM +0100, Martijn Brouwer wrote:
  I would like to give it a try. Can it be obtained separately from
  the lyx source?
 
 I could send you a SuSE 8.3 binary for 32 bit Intel. 380k stripped...
 
 Andre'
 
 -- 
 Those who desire to give up Freedom in order to gain Security, will not have,
 nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)
 


Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


Re: Scientific Word files

2003-10-28 Thread Martijn Brouwer
Thanks for sending tex2lyx.
When I run it on my revtex4 latex file it comlains:

LyX: Unknown TextClass tag `MaxCounter' [around line 15 of file 
/usr/local/share/lyx/layouts/revtex4.layout]
Error: Textclass '' is missing a defaultstyle.
Assertion triggered in const LyXLayout_ptr LyXTextClass::operator[](const 
std::string) const by failing check !name.empty() in file lyxtextclass.C:697
Aborted

What do I have to do about this?

Martijn


On Mon, 27 Oct 2003 17:36:13 +0100
Andre Poenitz [EMAIL PROTECTED] wrote:

 On Mon, Oct 27, 2003 at 05:27:13PM +0100, Martijn Brouwer wrote:
  I would like to give it a try. Can it be obtained separately from
  the lyx source?
 
 I could send you a SuSE 8.3 binary for 32 bit Intel. 380k stripped...
 
 Andre'
 
 -- 
 Those who desire to give up Freedom in order to gain Security, will not have,
 nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)
 


Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


Re: Scientific Word files

2003-10-28 Thread Martijn Brouwer
Thanks for sending tex2lyx.
When I run it on my revtex4 latex file it comlains:

LyX: Unknown TextClass tag `MaxCounter' [around line 15 of file 
/usr/local/share/lyx/layouts/revtex4.layout]
Error: Textclass '' is missing a defaultstyle.
Assertion triggered in const LyXLayout_ptr& LyXTextClass::operator[](const 
std::string&) const by failing check "!name.empty()" in file lyxtextclass.C:697
Aborted

What do I have to do about this?

Martijn


On Mon, 27 Oct 2003 17:36:13 +0100
Andre Poenitz <[EMAIL PROTECTED]> wrote:

> On Mon, Oct 27, 2003 at 05:27:13PM +0100, Martijn Brouwer wrote:
> > I would like to give it a try. Can it be obtained separately from
> > the lyx source?
> 
> I could send you a SuSE 8.3 binary for 32 bit Intel. 380k stripped...
> 
> Andre'
> 
> -- 
> Those who desire to give up Freedom in order to gain Security, will not have,
> nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)
> 


Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


Scientific Word files

2003-10-27 Thread Martijn Brouwer
I have a document created wiht Scientific Word, and exported as portable tex document. 
Together with the tcilatex file, it compiles correctly, but how can I read it in lyx? 
Is there a nice script that replaces SW macros like \unit{} with normal tex commands?
What is the correct way to insert units anyways?

Thanks in advance

Martijn


Re: Scientific Word files

2003-10-27 Thread Martijn Brouwer
On Mon, 27 Oct 2003 14:30:21 +0100
Andre Poenitz [EMAIL PROTECTED] wrote:

 On Mon, Oct 27, 2003 at 02:00:01PM +0100, Martijn Brouwer wrote:
  I have a document created wiht Scientific Word, and exported as
  portable tex document. Together with the tcilatex file, it compiles
  correctly,
 
 Export as 'Clean LaTeX'.

Has been done. This produces a file that relies on the tcilatex file because it 
contains a lot of non-standard latex.
 
  but how can I read it in lyx?
 
 And try both reLyX and recent tex2lyx on the result. tex2lyx should be
 quite a bit better, but there are a few corner cases were reLyX is
 better.
 
I  cannot find tex2lyx. Neither in my local lyx dir, nor at the lyx site. Is it only 
available in cvs?


Re: Scientific Word files

2003-10-27 Thread Martijn Brouwer
On Mon, 27 Oct 2003 16:40:36 +0100
Andre Poenitz [EMAIL PROTECTED] wrote:

I have a document created wiht Scientific Word, and exported as
portable tex document. Together with the tcilatex file, it
compiles correctly,
   
   Export as 'Clean LaTeX'.
  
  Has been done. This produces a file that relies on the tcilatex file
  because it contains a lot of non-standard latex.
 
 But only in comments? I had the impression that the exported LaTeX
 was clean.

It still uses SW defined macro's. (SW version 4.1 I believe)

but how can I read it in lyx?
   
   And try both reLyX and recent tex2lyx on the result. tex2lyx should
   be quite a bit better, but there are a few corner cases were reLyX
   is better.
   
  I  cannot find tex2lyx. Neither in my local lyx dir, nor at the lyx
  site. Is it only available in cvs?
 
 Hm... yes, could well be. 

I would like to give it a try. Can it be obtained separately from the lyx source?


Re: Re: Scientific Word files

2003-10-27 Thread Martijn Brouwer
I could send you a SuSE 8.3 binary for 32 bit Intel. 380k stripped...


Great! It would like it to run on K7.

Thanks for your help.

Martijn



Scientific Word files

2003-10-27 Thread Martijn Brouwer
I have a document created wiht Scientific Word, and exported as portable tex document. 
Together with the tcilatex file, it compiles correctly, but how can I read it in lyx? 
Is there a nice script that replaces SW macros like \unit{} with normal tex commands?
What is the correct way to insert units anyways?

Thanks in advance

Martijn


Re: Scientific Word files

2003-10-27 Thread Martijn Brouwer
On Mon, 27 Oct 2003 14:30:21 +0100
Andre Poenitz [EMAIL PROTECTED] wrote:

 On Mon, Oct 27, 2003 at 02:00:01PM +0100, Martijn Brouwer wrote:
  I have a document created wiht Scientific Word, and exported as
  portable tex document. Together with the tcilatex file, it compiles
  correctly,
 
 Export as 'Clean LaTeX'.

Has been done. This produces a file that relies on the tcilatex file because it 
contains a lot of non-standard latex.
 
  but how can I read it in lyx?
 
 And try both reLyX and recent tex2lyx on the result. tex2lyx should be
 quite a bit better, but there are a few corner cases were reLyX is
 better.
 
I  cannot find tex2lyx. Neither in my local lyx dir, nor at the lyx site. Is it only 
available in cvs?


Re: Scientific Word files

2003-10-27 Thread Martijn Brouwer
On Mon, 27 Oct 2003 16:40:36 +0100
Andre Poenitz [EMAIL PROTECTED] wrote:

I have a document created wiht Scientific Word, and exported as
portable tex document. Together with the tcilatex file, it
compiles correctly,
   
   Export as 'Clean LaTeX'.
  
  Has been done. This produces a file that relies on the tcilatex file
  because it contains a lot of non-standard latex.
 
 But only in comments? I had the impression that the exported LaTeX
 was clean.

It still uses SW defined macro's. (SW version 4.1 I believe)

but how can I read it in lyx?
   
   And try both reLyX and recent tex2lyx on the result. tex2lyx should
   be quite a bit better, but there are a few corner cases were reLyX
   is better.
   
  I  cannot find tex2lyx. Neither in my local lyx dir, nor at the lyx
  site. Is it only available in cvs?
 
 Hm... yes, could well be. 

I would like to give it a try. Can it be obtained separately from the lyx source?


Re: Re: Scientific Word files

2003-10-27 Thread Martijn Brouwer
I could send you a SuSE 8.3 binary for 32 bit Intel. 380k stripped...


Great! It would like it to run on K7.

Thanks for your help.

Martijn



Scientific Word files

2003-10-27 Thread Martijn Brouwer
I have a document created wiht Scientific Word, and exported as portable tex document. 
Together with the tcilatex file, it compiles correctly, but how can I read it in lyx? 
Is there a nice script that replaces SW macros like \unit{} with normal tex commands?
What is the correct way to insert units anyways?

Thanks in advance

Martijn


Re: Scientific Word files

2003-10-27 Thread Martijn Brouwer
On Mon, 27 Oct 2003 14:30:21 +0100
Andre Poenitz <[EMAIL PROTECTED]> wrote:

> On Mon, Oct 27, 2003 at 02:00:01PM +0100, Martijn Brouwer wrote:
> > I have a document created wiht Scientific Word, and exported as
> > portable tex document. Together with the tcilatex file, it compiles
> > correctly,
> 
> Export as 'Clean LaTeX'.

Has been done. This produces a file that relies on the tcilatex file because it 
contains a lot of non-standard latex.
 
> > but how can I read it in lyx?
> 
> And try both reLyX and recent tex2lyx on the result. tex2lyx should be
> quite a bit better, but there are a few corner cases were reLyX is
> better.
> 
I  cannot find tex2lyx. Neither in my local lyx dir, nor at the lyx site. Is it only 
available in cvs?


Re: Scientific Word files

2003-10-27 Thread Martijn Brouwer
On Mon, 27 Oct 2003 16:40:36 +0100
Andre Poenitz <[EMAIL PROTECTED]> wrote:

> > > > I have a document created wiht Scientific Word, and exported as
> > > > portable tex document. Together with the tcilatex file, it
> > > > compiles correctly,
> > > 
> > > Export as 'Clean LaTeX'.
> > 
> > Has been done. This produces a file that relies on the tcilatex file
> > because it contains a lot of non-standard latex.
> 
> But only in comments? I had the impression that the exported LaTeX
> was "clean".

It still uses SW defined macro's. (SW version 4.1 I believe)

> > > > but how can I read it in lyx?
> > > 
> > > And try both reLyX and recent tex2lyx on the result. tex2lyx should
> > > be quite a bit better, but there are a few corner cases were reLyX
> > > is better.
> > > 
> > I  cannot find tex2lyx. Neither in my local lyx dir, nor at the lyx
> > site. Is it only available in cvs?
> 
> Hm... yes, could well be. 

I would like to give it a try. Can it be obtained separately from the lyx source?


Re: Re: Scientific Word files

2003-10-27 Thread Martijn Brouwer
I could send you a SuSE 8.3 binary for 32 bit Intel. 380k stripped...


Great! It would like it to run on K7.

Thanks for your help.

Martijn



bibtex - latex

2003-09-26 Thread Martijn Brouwer
Hi,
Is there an script that converts bibtex files to plain latex? Some journal require you 
to include your references in te latex document, and I do not want to convert my 
references by hand.

Martijn


bibtex - latex

2003-09-26 Thread Martijn Brouwer
Hi,
Is there an script that converts bibtex files to plain latex? Some journal require you 
to include your references in te latex document, and I do not want to convert my 
references by hand.

Martijn


bibtex -> latex

2003-09-26 Thread Martijn Brouwer
Hi,
Is there an script that converts bibtex files to plain latex? Some journal require you 
to include your references in te latex document, and I do not want to convert my 
references by hand.

Martijn


input of chemical formula's

2003-06-12 Thread Martijn Brouwer
Is there an alternative to mathmode to insert chemical formulas like $C_6H_{12}O_6$. 
In Herberts help pages I found a few tips about chemical drawings, but not about this 
issue.

Martijn



Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


input of chemical formula's

2003-06-12 Thread Martijn Brouwer
Is there an alternative to mathmode to insert chemical formulas like $C_6H_{12}O_6$. 
In Herberts help pages I found a few tips about chemical drawings, but not about this 
issue.

Martijn



Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


input of chemical formula's

2003-06-12 Thread Martijn Brouwer
Is there an alternative to mathmode to insert chemical formulas like $C_6H_{12}O_6$. 
In Herberts help pages I found a few tips about chemical drawings, but not about this 
issue.

Martijn



Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


Re: Insert table in 1.3.2 QT

2003-06-05 Thread Martijn Brouwer
I have some important extra info. When I start lyx from a terminal I get these 
messages:

LyX: Menu::read: Unknown menu tag: `main' [around line 7 of file ~/.lyx/ui/default.ui]
MenuItem(): LyX command `math-halign left' does not exist.
MenuItem(): LyX command `math-halign center' does not exist.
MenuItem(): LyX command `math-halign right' does not exist.
MenuItem(): LyX command `math-valign top' does not exist.
MenuItem(): LyX command `math-valign center' does not exist.
MenuItem(): LyX command `math-valign bottom' does not exist.
MenuItem(): LyX command `math-row-insert' does not exist.
MenuItem(): LyX command `math-row-delete' does not exist.
MenuItem(): LyX command `math-column-insert' does not exist.
MenuItem(): LyX command `math-column-delete' does not exist.
MenuItem(): LyX command `index-insert-last' does not exist.
MenuItem(): LyX command `dialog-tabular-insert' does not exist.
Toolbar::add: no LyX command called `dialog-tabular-insert' exists!

Appearently I miss more than I discovered until now.

Is there somebody who can help?

Martijn


On Tue, 3 Jun 2003 22:33:57 +0200
Martijn Brouwer [EMAIL PROTECTED] wrote:

 I have a problem with table insertino in LyX 1.3.2 with QT frontend (overall an 
 enormous improvement):
 The 'insert table' is not shown in the menu. The only table related menu entries 
 are: edit - tabular (greyed out), and insert - floats - table. My 
 ~./lyx/ui/default.ui contains a line
 Item Tabular Material...|b dialog-tabular-insert
 in the Menu insert section, but this menu item does not show up.
 
 Martijn
 - 
 Physics is a approximate description of a part of the physical phenomena, that are 
 only a small portion of human perceptions.
 
 H Casimir, Dutch Physicist
 


-- 
Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


Re: Insert table in 1.3.2 QT

2003-06-05 Thread Martijn Brouwer
I have some important extra info. When I start lyx from a terminal I get these 
messages:

LyX: Menu::read: Unknown menu tag: `main' [around line 7 of file ~/.lyx/ui/default.ui]
MenuItem(): LyX command `math-halign left' does not exist.
MenuItem(): LyX command `math-halign center' does not exist.
MenuItem(): LyX command `math-halign right' does not exist.
MenuItem(): LyX command `math-valign top' does not exist.
MenuItem(): LyX command `math-valign center' does not exist.
MenuItem(): LyX command `math-valign bottom' does not exist.
MenuItem(): LyX command `math-row-insert' does not exist.
MenuItem(): LyX command `math-row-delete' does not exist.
MenuItem(): LyX command `math-column-insert' does not exist.
MenuItem(): LyX command `math-column-delete' does not exist.
MenuItem(): LyX command `index-insert-last' does not exist.
MenuItem(): LyX command `dialog-tabular-insert' does not exist.
Toolbar::add: no LyX command called `dialog-tabular-insert' exists!

Appearently I miss more than I discovered until now.

Is there somebody who can help?

Martijn


On Tue, 3 Jun 2003 22:33:57 +0200
Martijn Brouwer [EMAIL PROTECTED] wrote:

 I have a problem with table insertino in LyX 1.3.2 with QT frontend (overall an 
 enormous improvement):
 The 'insert table' is not shown in the menu. The only table related menu entries 
 are: edit - tabular (greyed out), and insert - floats - table. My 
 ~./lyx/ui/default.ui contains a line
 Item Tabular Material...|b dialog-tabular-insert
 in the Menu insert section, but this menu item does not show up.
 
 Martijn
 - 
 Physics is a approximate description of a part of the physical phenomena, that are 
 only a small portion of human perceptions.
 
 H Casimir, Dutch Physicist
 


-- 
Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


Re: Insert table in 1.3.2 QT

2003-06-05 Thread Martijn Brouwer
I have some important extra info. When I start lyx from a terminal I get these 
messages:

LyX: Menu::read: Unknown menu tag: `main' [around line 7 of file ~/.lyx/ui/default.ui]
MenuItem(): LyX command `math-halign left' does not exist.
MenuItem(): LyX command `math-halign center' does not exist.
MenuItem(): LyX command `math-halign right' does not exist.
MenuItem(): LyX command `math-valign top' does not exist.
MenuItem(): LyX command `math-valign center' does not exist.
MenuItem(): LyX command `math-valign bottom' does not exist.
MenuItem(): LyX command `math-row-insert' does not exist.
MenuItem(): LyX command `math-row-delete' does not exist.
MenuItem(): LyX command `math-column-insert' does not exist.
MenuItem(): LyX command `math-column-delete' does not exist.
MenuItem(): LyX command `index-insert-last' does not exist.
MenuItem(): LyX command `dialog-tabular-insert' does not exist.
Toolbar::add: no LyX command called `dialog-tabular-insert' exists!

Appearently I miss more than I discovered until now.

Is there somebody who can help?

Martijn


On Tue, 3 Jun 2003 22:33:57 +0200
Martijn Brouwer <[EMAIL PROTECTED]> wrote:

> I have a problem with table insertino in LyX 1.3.2 with QT frontend (overall an 
> enormous improvement):
> The 'insert table' is not shown in the menu. The only table related menu entries 
> are: edit -> tabular (greyed out), and insert -> floats -> table. My 
> ~./lyx/ui/default.ui contains a line
> Item "Tabular Material...|b" "dialog-tabular-insert"
> in the Menu "insert" section, but this menu item does not show up.
> 
> Martijn
> - 
> Physics is a approximate description of a part of the physical phenomena, that are 
> only a small portion of human perceptions.
> 
> H Casimir, Dutch Physicist
> 


-- 
Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


Insert table in 1.3.2 QT displaying fixed column width tables.

2003-06-04 Thread Martijn Brouwer
I have a problem with table insertino in LyX 1.3.2 with QT frontend (overall an 
enormous improvement):
The 'insert table' is not shown in the menu. The only table related menu entries are: 
edit - tabular (greyed out), and insert - floats - table. My ~./lyx/ui/default.ui 
contains a line
Item Tabular Material...|b dialog-tabular-insert
in the Menu insert section, but this menu item does not show up.

Martijn
- 
Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


Insert table in 1.3.2 QT displaying fixed column width tables.

2003-06-04 Thread Martijn Brouwer
I have a problem with table insertino in LyX 1.3.2 with QT frontend (overall an 
enormous improvement):
The 'insert table' is not shown in the menu. The only table related menu entries are: 
edit - tabular (greyed out), and insert - floats - table. My ~./lyx/ui/default.ui 
contains a line
Item Tabular Material...|b dialog-tabular-insert
in the Menu insert section, but this menu item does not show up.

Martijn
- 
Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


Insert table in 1.3.2 QT & displaying fixed column width tables.

2003-06-04 Thread Martijn Brouwer
I have a problem with table insertino in LyX 1.3.2 with QT frontend (overall an 
enormous improvement):
The 'insert table' is not shown in the menu. The only table related menu entries are: 
edit -> tabular (greyed out), and insert -> floats -> table. My ~./lyx/ui/default.ui 
contains a line
Item "Tabular Material...|b" "dialog-tabular-insert"
in the Menu "insert" section, but this menu item does not show up.

Martijn
- 
Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


Re: duplicate menu's

2003-03-26 Thread Martijn Brouwer
On Wed, 26 Mar 2003 18:01:57 +
John Levon [EMAIL PROTECTED] wrote:

 On Wed, Mar 26, 2003 at 11:47:53AM +0100, Martijn Brouwer wrote:
 
  When I start LyX (1.3.0 or 1.3.1, qt frontend), it shows duplicate
  menu entries for 'file', 'edit' and 'help'. To the left I have 'file',
  'edit' and 'help' with a limited nuber of items (those that make sense
  when there is no document open). To the right of these I get the
  complete menu. Since it is such an obvious bug I wondered why it has
  not been reported on the list yet. Am I the only one who encounteres
  this problem? 
 
 Yes, you're the only one I'm afraid :)
 
 Try moving $HOME/.lyx or something.

Works! Renaming ~/.lyx/ui/default.ui works to and preserves my settings :-) I notice 
that lyx does not crate a default.ui anymore. I changed mine to use gtklp as printing 
dialog. How can I make this change nowadays?
For people who want to investigate this furter, I enclosed me default.ui.

Thanks!

Martijn Brouwer

Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


default.ui.bak
Description: application/trash


Re: duplicate menu's

2003-03-26 Thread Martijn Brouwer
On Wed, 26 Mar 2003 21:40:52 +
John Levon [EMAIL PROTECTED] wrote:

 On Wed, Mar 26, 2003 at 10:41:03PM +0100, Martijn Brouwer wrote:
 
  Works! Renaming ~/.lyx/ui/default.ui works to and preserves my settings :-)
 
 Ah, the problem is the nobuffer menus. Remove those completely, and
 all references to them.

Thanks again!

Martijn



Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


Re: duplicate menu's

2003-03-26 Thread Martijn Brouwer
On Wed, 26 Mar 2003 18:01:57 +
John Levon [EMAIL PROTECTED] wrote:

 On Wed, Mar 26, 2003 at 11:47:53AM +0100, Martijn Brouwer wrote:
 
  When I start LyX (1.3.0 or 1.3.1, qt frontend), it shows duplicate
  menu entries for 'file', 'edit' and 'help'. To the left I have 'file',
  'edit' and 'help' with a limited nuber of items (those that make sense
  when there is no document open). To the right of these I get the
  complete menu. Since it is such an obvious bug I wondered why it has
  not been reported on the list yet. Am I the only one who encounteres
  this problem? 
 
 Yes, you're the only one I'm afraid :)
 
 Try moving $HOME/.lyx or something.

Works! Renaming ~/.lyx/ui/default.ui works to and preserves my settings :-) I notice 
that lyx does not crate a default.ui anymore. I changed mine to use gtklp as printing 
dialog. How can I make this change nowadays?
For people who want to investigate this furter, I enclosed me default.ui.

Thanks!

Martijn Brouwer

Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


default.ui.bak
Description: application/trash


Re: duplicate menu's

2003-03-26 Thread Martijn Brouwer
On Wed, 26 Mar 2003 21:40:52 +
John Levon [EMAIL PROTECTED] wrote:

 On Wed, Mar 26, 2003 at 10:41:03PM +0100, Martijn Brouwer wrote:
 
  Works! Renaming ~/.lyx/ui/default.ui works to and preserves my settings :-)
 
 Ah, the problem is the nobuffer menus. Remove those completely, and
 all references to them.

Thanks again!

Martijn



Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


Re: duplicate menu's

2003-03-26 Thread Martijn Brouwer
On Wed, 26 Mar 2003 18:01:57 +
John Levon <[EMAIL PROTECTED]> wrote:

> On Wed, Mar 26, 2003 at 11:47:53AM +0100, Martijn Brouwer wrote:
> 
> > When I start LyX (1.3.0 or 1.3.1, qt frontend), it shows duplicate
> > menu entries for 'file', 'edit' and 'help'. To the left I have 'file',
> > 'edit' and 'help' with a limited nuber of items (those that make sense
> > when there is no document open). To the right of these I get the
> > complete menu. Since it is such an obvious bug I wondered why it has
> > not been reported on the list yet. Am I the only one who encounteres
> > this problem? 
> 
> Yes, you're the only one I'm afraid :)
> 
> Try moving $HOME/.lyx or something.

Works! Renaming ~/.lyx/ui/default.ui works to and preserves my settings :-) I notice 
that lyx does not crate a default.ui anymore. I changed mine to use gtklp as printing 
dialog. How can I make this change nowadays?
For people who want to investigate this furter, I enclosed me default.ui.

Thanks!

Martijn Brouwer

Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


default.ui.bak
Description: application/trash


Re: duplicate menu's

2003-03-26 Thread Martijn Brouwer
On Wed, 26 Mar 2003 21:40:52 +
John Levon <[EMAIL PROTECTED]> wrote:

> On Wed, Mar 26, 2003 at 10:41:03PM +0100, Martijn Brouwer wrote:
> 
> > Works! Renaming ~/.lyx/ui/default.ui works to and preserves my settings :-)
> 
> Ah, the problem is the "nobuffer" menus. Remove those completely, and
> all references to them.

Thanks again!

Martijn



Physics is a approximate description of a part of the physical phenomena, that are 
only a small portion of human perceptions.

H Casimir, Dutch Physicist


Re: LyX WYSIWYM document processor???

2003-02-19 Thread Martijn Brouwer
On Mon, 17 Feb 2003 15:36:50 +0100
Herbert Voss [EMAIL PROTECTED] wrote:

 Adinda Praditya schrieb:
  Have look the file and convert it to DVI or PDF
  
  Do you guys know what's wrong with the file?
 
 
  \language english
 
 what is the right language?
 
I guess Indonesian.

Martijn (Dutch)



  1   2   3   >