RE: Text in Display Mode

1999-04-23 Thread Alexander Wollmann


On 23-Apr-99 Eric Dorland wrote:
 Hi,
 
 Is there an easy way to get a little bit of text (like "Therefore:") on the
 same line as an equation in display mode, like they do in many math text
 books.
 
 Eric Dorland
 mailto:[EMAIL PROTECTED]


Just type M-m m   !! IN MATH-MODE !! to switch to Text-in-formula- Mode and
write the text. I usually put some protected blanks after the text before the
equation begins.

Hope this is what you want.

Alex.

---
Alexander Wollmann
Universität Freiburg,
Abteilung Elementar-Mathematik und Didaktik der Mathematik

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 23-Apr-99
Time: 08:53:42

This message was sent by XFMail
---



Re: Text in Display Mode

1999-04-23 Thread Etienne Grossmann

  Hello again,

 Is there an easy way to get a little bit of text (like "Therefore:") on the
 same line as an equation in display mode, like they do in many math text

  M-m d M-m m Therefore: M-m m x-y  0 M-m m and M-m m yx M-m m.cr

  Etienne



Re: Word counting options

1999-04-23 Thread Jean-Marc Lasgouttes

 "Reuben" == Reuben Thomas [EMAIL PROTECTED] writes:

Reuben No! Please do a simple word count! People may want more, but
Reuben having a simple word count is *much* better than nothing.

Hmm, I should maybe not have answered here... Now I have to actually
do it ;)

Reuben The rest can be implemented later, and fairly simply: what's
Reuben needed is:

Reuben 1. Count all words

Easy.

Reuben 2. Word-count in current selection.

A bit more difficult, but I'll see

Reuben 3. Count number of occurrences of search-and-replace
Reuben selection.

This is already done when you do a replace all.

JMarc



Re: Word counting options

1999-04-23 Thread Jean-Marc Lasgouttes

 "Jean-Marc" == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes:

 "Reuben" == Reuben Thomas [EMAIL PROTECTED] writes:
Reuben No! Please do a simple word count! People may want more, but
Reuben having a simple word count is *much* better than nothing.

Jean-Marc Hmm, I should maybe not have answered here... Now I have to
Jean-Marc actually do it ;)

Hmmm, I took a look at what is needed, and it will be yet more
spaghetti code added to lyx 1.0... I'm not sure anymore I want to do
that now, especially since it is a feature I've never needed. 

So I think I'll just cancel my offer, but if somebody wants to write
some code, I'll be glad to check it out, test it and include it in the
code base.

Sorry for the false hopes.
JMarc



Re: Problems with eps-graphics

1999-04-23 Thread Andreas Jahnen

Hi!
 
I solved my problem, but it was not easy...

The installation of the Adobe printer driver did not work. The resulting
postscript was looking mutch better, but it was not scaleable (rescaling)
any more.
I used the AdobePS 5.1 Printer for NT 4.0 with the Adobe Destiller printer
as PPA. I used "generate eps" also... . 

But I solved the problem, so that it is working for me. Here is a
discription how I integrate output from Windows NT into Lyx/Latex. I hope it is
helpful:

1. Print to File using the printer QMS 820 v51.1. This printer was adviced
to work in some Latex newsgroups. Not every printer is working because in
eps there are several ps commands forbitten.

2. run program "ps2epsi". It procudes an preview bitmap and removes the
page information and adds the bounding box infos.

3. The output is not well, but resizing and rotation is functional. The
increase quality of the output add a linie of ps code to the epsi file:

106 45 {dup mul exch dup mul add 1.0 exch sub} setscreen

It should be placed behind the preample. It defines how the halftones are
calculated. I am not sure if this is somethink optimal or what the exact
meaning of each parameter is, but it works well for me. I found it in some
book.
It is enough to put it in the beginning of the exported ps file. 

I hope this informations are useful for someone. Also thank you for your
previous supplies... .

Andreas 


   \|/
 0(o o)0
-oo00--(_)--00oo---
 Andreas Jahnen   Fachhochschule Trier
Fachbereich: Angewandte Informatik  
 --
 E-Mail: [EMAIL PROTECTED]
 WWW   : http://www.FH-Trier.de/~jahnena

  ooO0000Ooo
--(   )(   )---
   \ (  ) /
\_)(_/
   




TeX/LyX style for a C library handbook

1999-04-23 Thread Andreas Jahnen

Hi!

I'm looking for a TeX/LyX style for a C library handbook. This includes
descriptions of C functions, examples and tables, prototypes and parameter
lists - a typical description of the functions of a library.

I had been trying around for a while, but I haven't had any good ideas.

Thank you for your help,

Andreas


   \|/
 0(o o)0
-oo00--(_)--00oo---
 Andreas Jahnen   Fachhochschule Trier
Fachbereich: Angewandte Informatik  
 --
 E-Mail: [EMAIL PROTECTED]
 WWW   : http://www.FH-Trier.de/~jahnena

  ooO0000Ooo
--(   )(   )---
   \ (  ) /
\_)(_/
   




Re: Word counting options

1999-04-23 Thread Reuben Thomas

 Hmmm, I took a look at what is needed, and it will be yet more
 spaghetti code added to lyx 1.0... I'm not sure anymore I want to do
 that now, especially since it is a feature I've never needed. 

I sympathise with this, but I hope that you *will* plan the feature for
the next version.

-- 
http://www.cl.cam.ac.uk/users/rrt1001/ | maxim, n.  wisdom for fools



Re: Word counting options

1999-04-23 Thread Jean-Marc Lasgouttes

 "Reuben" == Reuben Thomas [EMAIL PROTECTED] writes:

 Hmmm, I took a look at what is needed, and it will be yet more
 spaghetti code added to lyx 1.0... I'm not sure anymore I want to
 do that now, especially since it is a feature I've never needed.

Reuben I sympathise with this, but I hope that you *will* plan the
Reuben feature for the next version.

We will have in next version a much cleaner way of iterating through
documents (currently the data structure is a nightmare...). Then,
wrinting a wordcount should be straightforward (probably a few lines
of scheme, if we get to add scripting language support then).

JMarc



Re: Word counting options

1999-04-23 Thread Jean-Marc Lasgouttes

 "James" == James E Jarvis [EMAIL PROTECTED] writes:

James Jean Marc Hope you were not offended by the suggestions. 

Of course not. I was just trying to discourage people for asking for
the feature :)

James As has been said the document can easily be exported as plain ascii
James and a a 'wc' done on that so I do not think the function is an
James urgent one. Longer term though it may be of use as more people
James start using Lyx having no concept of command invocation -
James i.e. they are spoon fed from a kde/gnome desktop.

I agree that this should be on the (virtual) to-do list. However, we
have to move on to next version because much work is awaiting
us. Hopefully, with the kernel rewrite, it will be possible to
consider only a subset of a document in a somple way, thus making an
elaborate word-counting *much* easier to write.

JMarc



Re: Help with unsubscribe

1999-04-23 Thread Jean-Marc Lasgouttes

 "Filip" == Filip Miletic [EMAIL PROTECTED] writes:

Filip Hello all. Could you help me unsubscribe from this list?

When I received your message, it had the line
List-Unsubscribe: 
mailto:[EMAIL PROTECTED]

in the headers. This means that *I* can unsubscribe from the list by
sending an empty message to the address 
  [EMAIL PROTECTED]

In your case, the address will probably be a bitt different, but
something like
  [EMAIL PROTECTED]
should work fine.

JMarc



Include with format?

1999-04-23 Thread root

I am writing a letter in which I need to include about thirty names at the end
(I am treating this doc. as an article). My problem is that Insert|Include
File|As Include doesn't seem to import my two-column formatting from the
included file. None of the other styles in that dialogue seem to do it either.

Maybe there is a different way to do it. All I want to do is have the first
part of my document in one-column, and the second half, the names, in
two-column. 

Help?

BTW: what about three columns? Is that possible?



IEEEtran - how do I use it?

1999-04-23 Thread nbecker

I have IEEEtran.layout in /usr/local/share/lyx/layouts - but under
layout/document/class it's not listed.  How do I get it?

Thanks.



Re: Word counting options

1999-04-23 Thread James E. Jarvis

Jean Marc

Hope you were not offended by the suggestions. As has been said the
document can easily be exported as plain ascii and a a 'wc' done on that
so I do not think the function is an urgent one. Longer term though it may
be of use as more people start using Lyx having no concept of command
invocation - i.e. they are spoon fed from a kde/gnome desktop.

Thanks for trying anyway,

James

On Fri, 23 Apr 1999, Jean-Marc Lasgouttes wrote:

  "Remy" == Remy Kolessar [EMAIL PROTECTED] writes:
 
 Remy Hi, I was recently thinking about a feature that would be nice
 Remy to have included in LyX, namely a word counter option. Indeed, a
 Remy lot a Journal and Conference articles are often required a
 Remy certain maximum number of words, specially for abstract or
 Remy synopsis.
 
 and then, 
 
  "James" == James E Jarvis [EMAIL PROTECTED] writes:
 
 James Excellent idea, it could even be broken down to give the work
 James count in respective sections/chapters/abstract/appendices?.
 
 
 Well, I was going to have a look at it, since counting the total
 number of words in a document should not be too difficult, and then
 James message made me think again: either I implement a full blown
 word counter which counts separately footnotes, sections appendices,
 number of time the letter 'f' is used, number of occurences of the
 word 'the', number of times bold+italics is used in the document,
 either people will be unhappy with the feature. So I guess you'd better
 stick with using spellchecking for now :) 
 
 Moreover, spellchecking a document is certainly a very good practice
 before sending it to a publisher :)
 
 JMarc
 

 James Jarvis
 EUCS
Science  Engineering Support
 0131 650 5013 
 email '[EMAIL PROTECTED]'
  http://www.bch.ed.ac.uk/~james/ 



RE: Include with format?

1999-04-23 Thread Roland Krause

You could try to create a table with the appropriate number of rows and columns,
then try to import your file into the table.

Note, that you can create tables withouth lines as  borders.

Good luck
Roland

On 23-Apr-99 root wrote:
 I am writing a letter in which I need to include about thirty names at the
 end
 (I am treating this doc. as an article). My problem is that Insert|Include
 File|As Include doesn't seem to import my two-column formatting from the
 included file. None of the other styles in that dialogue seem to do it
 either.
 
 Maybe there is a different way to do it. All I want to do is have the first
 part of my document in one-column, and the second half, the names, in
 two-column. 
 
 Help?
 
 BTW: what about three columns? Is that possible?

Roland Krause
Visiting Research Associate - Center for Computational Mechanics
Washington University, Saint Louis
Roland Krause [EMAIL PROTECTED]



RE: Text in Display Mode

1999-04-23 Thread Alexander Wollmann


On 23-Apr-99 Eric Dorland wrote:
 Hi,
 
 Is there an easy way to get a little bit of text (like "Therefore:") on the
 same line as an equation in display mode, like they do in many math text
 books.
 
 Eric Dorland
 mailto:[EMAIL PROTECTED]


Just type M-m m   !! IN MATH-MODE !! to switch to Text-in-formula- Mode and
write the text. I usually put some protected blanks after the text before the
equation begins.

Hope this is what you want.

Alex.

---
Alexander Wollmann
Universität Freiburg,
Abteilung Elementar-Mathematik und Didaktik der Mathematik

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 23-Apr-99
Time: 08:53:42

This message was sent by XFMail
---



Re: Text in Display Mode

1999-04-23 Thread Etienne Grossmann

  Hello again,

 Is there an easy way to get a little bit of text (like "Therefore:") on the
 same line as an equation in display mode, like they do in many math text

  M-m d M-m m Therefore: M-m m x-y  0 M-m m and M-m m yx M-m m.cr

  Etienne



Re: Word counting options

1999-04-23 Thread Jean-Marc Lasgouttes

 "Reuben" == Reuben Thomas [EMAIL PROTECTED] writes:

Reuben No! Please do a simple word count! People may want more, but
Reuben having a simple word count is *much* better than nothing.

Hmm, I should maybe not have answered here... Now I have to actually
do it ;)

Reuben The rest can be implemented later, and fairly simply: what's
Reuben needed is:

Reuben 1. Count all words

Easy.

Reuben 2. Word-count in current selection.

A bit more difficult, but I'll see

Reuben 3. Count number of occurrences of search-and-replace
Reuben selection.

This is already done when you do a replace all.

JMarc



Re: Word counting options

1999-04-23 Thread Jean-Marc Lasgouttes

 "Jean-Marc" == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes:

 "Reuben" == Reuben Thomas [EMAIL PROTECTED] writes:
Reuben No! Please do a simple word count! People may want more, but
Reuben having a simple word count is *much* better than nothing.

Jean-Marc Hmm, I should maybe not have answered here... Now I have to
Jean-Marc actually do it ;)

Hmmm, I took a look at what is needed, and it will be yet more
spaghetti code added to lyx 1.0... I'm not sure anymore I want to do
that now, especially since it is a feature I've never needed. 

So I think I'll just cancel my offer, but if somebody wants to write
some code, I'll be glad to check it out, test it and include it in the
code base.

Sorry for the false hopes.
JMarc



Re: Problems with eps-graphics

1999-04-23 Thread Andreas Jahnen

Hi!
 
I solved my problem, but it was not easy...

The installation of the Adobe printer driver did not work. The resulting
postscript was looking mutch better, but it was not scaleable (rescaling)
any more.
I used the AdobePS 5.1 Printer for NT 4.0 with the Adobe Destiller printer
as PPA. I used "generate eps" also... . 

But I solved the problem, so that it is working for me. Here is a
discription how I integrate output from Windows NT into Lyx/Latex. I hope it is
helpful:

1. Print to File using the printer QMS 820 v51.1. This printer was adviced
to work in some Latex newsgroups. Not every printer is working because in
eps there are several ps commands forbitten.

2. run program "ps2epsi". It procudes an preview bitmap and removes the
page information and adds the bounding box infos.

3. The output is not well, but resizing and rotation is functional. The
increase quality of the output add a linie of ps code to the epsi file:

106 45 {dup mul exch dup mul add 1.0 exch sub} setscreen

It should be placed behind the preample. It defines how the halftones are
calculated. I am not sure if this is somethink optimal or what the exact
meaning of each parameter is, but it works well for me. I found it in some
book.
It is enough to put it in the beginning of the exported ps file. 

I hope this informations are useful for someone. Also thank you for your
previous supplies... .

Andreas 


   \|/
 0(o o)0
-oo00--(_)--00oo---
 Andreas Jahnen   Fachhochschule Trier
Fachbereich: Angewandte Informatik  
 --
 E-Mail: [EMAIL PROTECTED]
 WWW   : http://www.FH-Trier.de/~jahnena

  ooO0000Ooo
--(   )(   )---
   \ (  ) /
\_)(_/
   




TeX/LyX style for a C library handbook

1999-04-23 Thread Andreas Jahnen

Hi!

I'm looking for a TeX/LyX style for a C library handbook. This includes
descriptions of C functions, examples and tables, prototypes and parameter
lists - a typical description of the functions of a library.

I had been trying around for a while, but I haven't had any good ideas.

Thank you for your help,

Andreas


   \|/
 0(o o)0
-oo00--(_)--00oo---
 Andreas Jahnen   Fachhochschule Trier
Fachbereich: Angewandte Informatik  
 --
 E-Mail: [EMAIL PROTECTED]
 WWW   : http://www.FH-Trier.de/~jahnena

  ooO0000Ooo
--(   )(   )---
   \ (  ) /
\_)(_/
   




Re: Word counting options

1999-04-23 Thread Reuben Thomas

 Hmmm, I took a look at what is needed, and it will be yet more
 spaghetti code added to lyx 1.0... I'm not sure anymore I want to do
 that now, especially since it is a feature I've never needed. 

I sympathise with this, but I hope that you *will* plan the feature for
the next version.

-- 
http://www.cl.cam.ac.uk/users/rrt1001/ | maxim, n.  wisdom for fools



Re: Word counting options

1999-04-23 Thread Jean-Marc Lasgouttes

 "Reuben" == Reuben Thomas [EMAIL PROTECTED] writes:

 Hmmm, I took a look at what is needed, and it will be yet more
 spaghetti code added to lyx 1.0... I'm not sure anymore I want to
 do that now, especially since it is a feature I've never needed.

Reuben I sympathise with this, but I hope that you *will* plan the
Reuben feature for the next version.

We will have in next version a much cleaner way of iterating through
documents (currently the data structure is a nightmare...). Then,
wrinting a wordcount should be straightforward (probably a few lines
of scheme, if we get to add scripting language support then).

JMarc



Re: Word counting options

1999-04-23 Thread Jean-Marc Lasgouttes

 "James" == James E Jarvis [EMAIL PROTECTED] writes:

James Jean Marc Hope you were not offended by the suggestions. 

Of course not. I was just trying to discourage people for asking for
the feature :)

James As has been said the document can easily be exported as plain ascii
James and a a 'wc' done on that so I do not think the function is an
James urgent one. Longer term though it may be of use as more people
James start using Lyx having no concept of command invocation -
James i.e. they are spoon fed from a kde/gnome desktop.

I agree that this should be on the (virtual) to-do list. However, we
have to move on to next version because much work is awaiting
us. Hopefully, with the kernel rewrite, it will be possible to
consider only a subset of a document in a somple way, thus making an
elaborate word-counting *much* easier to write.

JMarc



Re: Help with unsubscribe

1999-04-23 Thread Jean-Marc Lasgouttes

 "Filip" == Filip Miletic [EMAIL PROTECTED] writes:

Filip Hello all. Could you help me unsubscribe from this list?

When I received your message, it had the line
List-Unsubscribe: 
mailto:[EMAIL PROTECTED]

in the headers. This means that *I* can unsubscribe from the list by
sending an empty message to the address 
  [EMAIL PROTECTED]

In your case, the address will probably be a bitt different, but
something like
  [EMAIL PROTECTED]
should work fine.

JMarc



Include with format?

1999-04-23 Thread root

I am writing a letter in which I need to include about thirty names at the end
(I am treating this doc. as an article). My problem is that Insert|Include
File|As Include doesn't seem to import my two-column formatting from the
included file. None of the other styles in that dialogue seem to do it either.

Maybe there is a different way to do it. All I want to do is have the first
part of my document in one-column, and the second half, the names, in
two-column. 

Help?

BTW: what about three columns? Is that possible?



IEEEtran - how do I use it?

1999-04-23 Thread nbecker

I have IEEEtran.layout in /usr/local/share/lyx/layouts - but under
layout/document/class it's not listed.  How do I get it?

Thanks.



Re: Word counting options

1999-04-23 Thread James E. Jarvis

Jean Marc

Hope you were not offended by the suggestions. As has been said the
document can easily be exported as plain ascii and a a 'wc' done on that
so I do not think the function is an urgent one. Longer term though it may
be of use as more people start using Lyx having no concept of command
invocation - i.e. they are spoon fed from a kde/gnome desktop.

Thanks for trying anyway,

James

On Fri, 23 Apr 1999, Jean-Marc Lasgouttes wrote:

  "Remy" == Remy Kolessar [EMAIL PROTECTED] writes:
 
 Remy Hi, I was recently thinking about a feature that would be nice
 Remy to have included in LyX, namely a word counter option. Indeed, a
 Remy lot a Journal and Conference articles are often required a
 Remy certain maximum number of words, specially for abstract or
 Remy synopsis.
 
 and then, 
 
  "James" == James E Jarvis [EMAIL PROTECTED] writes:
 
 James Excellent idea, it could even be broken down to give the work
 James count in respective sections/chapters/abstract/appendices?.
 
 
 Well, I was going to have a look at it, since counting the total
 number of words in a document should not be too difficult, and then
 James message made me think again: either I implement a full blown
 word counter which counts separately footnotes, sections appendices,
 number of time the letter 'f' is used, number of occurences of the
 word 'the', number of times bold+italics is used in the document,
 either people will be unhappy with the feature. So I guess you'd better
 stick with using spellchecking for now :) 
 
 Moreover, spellchecking a document is certainly a very good practice
 before sending it to a publisher :)
 
 JMarc
 

 James Jarvis
 EUCS
Science  Engineering Support
 0131 650 5013 
 email '[EMAIL PROTECTED]'
  http://www.bch.ed.ac.uk/~james/ 



RE: Include with format?

1999-04-23 Thread Roland Krause

You could try to create a table with the appropriate number of rows and columns,
then try to import your file into the table.

Note, that you can create tables withouth lines as  borders.

Good luck
Roland

On 23-Apr-99 root wrote:
 I am writing a letter in which I need to include about thirty names at the
 end
 (I am treating this doc. as an article). My problem is that Insert|Include
 File|As Include doesn't seem to import my two-column formatting from the
 included file. None of the other styles in that dialogue seem to do it
 either.
 
 Maybe there is a different way to do it. All I want to do is have the first
 part of my document in one-column, and the second half, the names, in
 two-column. 
 
 Help?
 
 BTW: what about three columns? Is that possible?

Roland Krause
Visiting Research Associate - Center for Computational Mechanics
Washington University, Saint Louis
Roland Krause [EMAIL PROTECTED]



RE: Text in Display Mode

1999-04-23 Thread Alexander Wollmann


On 23-Apr-99 Eric Dorland wrote:
> Hi,
> 
> Is there an easy way to get a little bit of text (like "Therefore:") on the
> same line as an equation in display mode, like they do in many math text
> books.
> 
> Eric Dorland
> mailto:[EMAIL PROTECTED]


Just type M-m m   !! IN MATH-MODE !! to switch to Text-in-formula- Mode and
write the text. I usually put some protected blanks after the text before the
equation begins.

Hope this is what you want.

Alex.

---
Alexander Wollmann
Universität Freiburg,
Abteilung Elementar-Mathematik und Didaktik der Mathematik

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 23-Apr-99
Time: 08:53:42

This message was sent by XFMail
---



Re: Text in Display Mode

1999-04-23 Thread Etienne Grossmann

  Hello again,

> Is there an easy way to get a little bit of text (like "Therefore:") on the
> same line as an equation in display mode, like they do in many math text

  M-m d M-m m Therefore: M-m m x-y < 0 M-m m and M-m m y>x M-m m.

  Etienne



Re: Word counting options

1999-04-23 Thread Jean-Marc Lasgouttes

> "Reuben" == Reuben Thomas <[EMAIL PROTECTED]> writes:

Reuben> No! Please do a simple word count! People may want more, but
Reuben> having a simple word count is *much* better than nothing.

Hmm, I should maybe not have answered here... Now I have to actually
do it ;)

Reuben> The rest can be implemented later, and fairly simply: what's
Reuben> needed is:

Reuben> 1. Count all words

Easy.

Reuben> 2. Word-count in current selection.

A bit more difficult, but I'll see

Reuben> 3. Count number of occurrences of search-and-replace
Reuben> selection.

This is already done when you do a replace all.

JMarc



Re: Word counting options

1999-04-23 Thread Jean-Marc Lasgouttes

> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

> "Reuben" == Reuben Thomas <[EMAIL PROTECTED]> writes:
Reuben> No! Please do a simple word count! People may want more, but
Reuben> having a simple word count is *much* better than nothing.

Jean-Marc> Hmm, I should maybe not have answered here... Now I have to
Jean-Marc> actually do it ;)

Hmmm, I took a look at what is needed, and it will be yet more
spaghetti code added to lyx 1.0... I'm not sure anymore I want to do
that now, especially since it is a feature I've never needed. 

So I think I'll just cancel my offer, but if somebody wants to write
some code, I'll be glad to check it out, test it and include it in the
code base.

Sorry for the false hopes.
JMarc



Re: Problems with eps-graphics

1999-04-23 Thread Andreas Jahnen

Hi!
 
I solved my problem, but it was not easy...

The installation of the Adobe printer driver did not work. The resulting
postscript was looking mutch better, but it was not scaleable (rescaling)
any more.
I used the AdobePS 5.1 Printer for NT 4.0 with the Adobe Destiller printer
as PPA. I used "generate eps" also... . 

But I solved the problem, so that it is working for me. Here is a
discription how I integrate output from Windows NT into Lyx/Latex. I hope it is
helpful:

1. Print to File using the printer QMS 820 v51.1. This printer was adviced
to work in some Latex newsgroups. Not every printer is working because in
eps there are several ps commands forbitten.

2. run program "ps2epsi". It procudes an preview bitmap and removes the
page information and adds the bounding box infos.

3. The output is not well, but resizing and rotation is functional. The
increase quality of the output add a linie of ps code to the epsi file:

106 45 {dup mul exch dup mul add 1.0 exch sub} setscreen

It should be placed behind the preample. It defines how the halftones are
calculated. I am not sure if this is somethink optimal or what the exact
meaning of each parameter is, but it works well for me. I found it in some
book.
It is enough to put it in the beginning of the exported ps file. 

I hope this informations are useful for someone. Also thank you for your
previous supplies... .

Andreas 


   \|/
 0(o o)0
-oo00--(_)--00oo---
 Andreas Jahnen   Fachhochschule Trier
Fachbereich: Angewandte Informatik  
 --
 E-Mail: [EMAIL PROTECTED]
 WWW   : http://www.FH-Trier.de/~jahnena

  ooO0000Ooo
--(   )(   )---
   \ (  ) /
\_)(_/
   




TeX/LyX style for a C library handbook

1999-04-23 Thread Andreas Jahnen

Hi!

I'm looking for a TeX/LyX style for a C library handbook. This includes
descriptions of C functions, examples and tables, prototypes and parameter
lists - a typical description of the functions of a library.

I had been trying around for a while, but I haven't had any good ideas.

Thank you for your help,

Andreas


   \|/
 0(o o)0
-oo00--(_)--00oo---
 Andreas Jahnen   Fachhochschule Trier
Fachbereich: Angewandte Informatik  
 --
 E-Mail: [EMAIL PROTECTED]
 WWW   : http://www.FH-Trier.de/~jahnena

  ooO0000Ooo
--(   )(   )---
   \ (  ) /
\_)(_/
   




Re: Word counting options

1999-04-23 Thread Reuben Thomas

> Hmmm, I took a look at what is needed, and it will be yet more
> spaghetti code added to lyx 1.0... I'm not sure anymore I want to do
> that now, especially since it is a feature I've never needed. 

I sympathise with this, but I hope that you *will* plan the feature for
the next version.

-- 
http://www.cl.cam.ac.uk/users/rrt1001/ | maxim, n.  wisdom for fools



Re: Word counting options

1999-04-23 Thread Jean-Marc Lasgouttes

> "Reuben" == Reuben Thomas <[EMAIL PROTECTED]> writes:

>> Hmmm, I took a look at what is needed, and it will be yet more
>> spaghetti code added to lyx 1.0... I'm not sure anymore I want to
>> do that now, especially since it is a feature I've never needed.

Reuben> I sympathise with this, but I hope that you *will* plan the
Reuben> feature for the next version.

We will have in next version a much cleaner way of iterating through
documents (currently the data structure is a nightmare...). Then,
wrinting a wordcount should be straightforward (probably a few lines
of scheme, if we get to add scripting language support then).

JMarc



Re: Word counting options

1999-04-23 Thread Jean-Marc Lasgouttes

> "James" == James E Jarvis <[EMAIL PROTECTED]> writes:

James> Jean Marc Hope you were not offended by the suggestions. 

Of course not. I was just trying to discourage people for asking for
the feature :)

James> As has been said the document can easily be exported as plain ascii
James> and a a 'wc' done on that so I do not think the function is an
James> urgent one. Longer term though it may be of use as more people
James> start using Lyx having no concept of command invocation -
James> i.e. they are spoon fed from a kde/gnome desktop.

I agree that this should be on the (virtual) to-do list. However, we
have to move on to next version because much work is awaiting
us. Hopefully, with the kernel rewrite, it will be possible to
consider only a subset of a document in a somple way, thus making an
elaborate word-counting *much* easier to write.

JMarc



Re: Help with unsubscribe

1999-04-23 Thread Jean-Marc Lasgouttes

> "Filip" == Filip Miletic <[EMAIL PROTECTED]> writes:

Filip> Hello all. Could you help me unsubscribe from this list?

When I received your message, it had the line
List-Unsubscribe: 


in the headers. This means that *I* can unsubscribe from the list by
sending an empty message to the address 
  [EMAIL PROTECTED]

In your case, the address will probably be a bitt different, but
something like
  [EMAIL PROTECTED]
should work fine.

JMarc



Include with format?

1999-04-23 Thread root

I am writing a letter in which I need to include about thirty names at the end
(I am treating this doc. as an article). My problem is that Insert|Include
File|As Include doesn't seem to import my two-column formatting from the
included file. None of the other styles in that dialogue seem to do it either.

Maybe there is a different way to do it. All I want to do is have the first
part of my document in one-column, and the second half, the names, in
two-column. 

Help?

BTW: what about three columns? Is that possible?



IEEEtran - how do I use it?

1999-04-23 Thread nbecker

I have IEEEtran.layout in /usr/local/share/lyx/layouts - but under
layout/document/class it's not listed.  How do I get it?

Thanks.



Re: Word counting options

1999-04-23 Thread James E. Jarvis

Jean Marc

Hope you were not offended by the suggestions. As has been said the
document can easily be exported as plain ascii and a a 'wc' done on that
so I do not think the function is an urgent one. Longer term though it may
be of use as more people start using Lyx having no concept of command
invocation - i.e. they are spoon fed from a kde/gnome desktop.

Thanks for trying anyway,

James

On Fri, 23 Apr 1999, Jean-Marc Lasgouttes wrote:

> > "Remy" == Remy Kolessar <[EMAIL PROTECTED]> writes:
> 
> Remy> Hi, I was recently thinking about a feature that would be nice
> Remy> to have included in LyX, namely a word counter option. Indeed, a
> Remy> lot a Journal and Conference articles are often required a
> Remy> certain maximum number of words, specially for abstract or
> Remy> synopsis.
> 
> and then, 
> 
> > "James" == James E Jarvis <[EMAIL PROTECTED]> writes:
> 
> James> Excellent idea, it could even be broken down to give the work
> James> count in respective sections/chapters/abstract/appendices?.
> 
> 
> Well, I was going to have a look at it, since counting the total
> number of words in a document should not be too difficult, and then
> James message made me think again: either I implement a full blown
> word counter which counts separately footnotes, sections appendices,
> number of time the letter 'f' is used, number of occurences of the
> word 'the', number of times bold+italics is used in the document,
> either people will be unhappy with the feature. So I guess you'd better
> stick with using spellchecking for now :) 
> 
> Moreover, spellchecking a document is certainly a very good practice
> before sending it to a publisher :)
> 
> JMarc
> 

 James Jarvis
 EUCS
Science & Engineering Support
 0131 650 5013 
 email '[EMAIL PROTECTED]'
  http://www.bch.ed.ac.uk/~james/ 



RE: Include with format?

1999-04-23 Thread Roland Krause

You could try to create a table with the appropriate number of rows and columns,
then try to import your file into the table.

Note, that you can create tables withouth lines as  borders.

Good luck
Roland

On 23-Apr-99 root wrote:
> I am writing a letter in which I need to include about thirty names at the
> end
> (I am treating this doc. as an article). My problem is that Insert|Include
> File|As Include doesn't seem to import my two-column formatting from the
> included file. None of the other styles in that dialogue seem to do it
> either.
> 
> Maybe there is a different way to do it. All I want to do is have the first
> part of my document in one-column, and the second half, the names, in
> two-column. 
> 
> Help?
> 
> BTW: what about three columns? Is that possible?

Roland Krause
Visiting Research Associate - Center for Computational Mechanics
Washington University, Saint Louis
Roland Krause <[EMAIL PROTECTED]>