Re: How to select all

2005-05-23 Thread Jean-Pierre Chretien
>>Date: Mon, 23 May 2005 10:38:36 +0200 >>From: "G. Milde" <[EMAIL PROTECTED]> >>To: lyx-users@lists.lyx.org >>Subject: Re: How to select all >>X-TUD-Virus-Scanned: by amavisd-new at rks24.urz.tu-dresden.de >>X-TUD-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on rks24 >> >>On 20.05.05, Jea

Re: Making beautiful LyX icons...

2005-05-23 Thread nick lidakis
Thomas Templin wrote: On Monday 23 May 2005 21:59, Angus Leeming wrote: I'm busy trying to package up LyX/Win 1.3.6 and one of the things that entails is associating a couple of 32x32 pixel icons with lyx.exe and with .lyx files. Now Windows can associate multiple images at different color d

Re: Making beautiful LyX icons...

2005-05-23 Thread Kevin Pfeiffer
Angus Leeming writes: > Is there anybody out there who'd like to turn my rather feeble efforts > into something professional looking? (It would benefit us all, not just > the Windows users...) I like the "LyX" logo, but also the "LyX-Creature". Is there a historical preference one way or the othe

Re: Making beautiful LyX icons...

2005-05-23 Thread Thomas Templin
On Monday 23 May 2005 21:59, Angus Leeming wrote: > I'm busy trying to package up LyX/Win 1.3.6 and one of the things > that entails is associating a couple of 32x32 pixel icons with > lyx.exe and with .lyx files. Now Windows can associate multiple > images at different color depths with each, so I

Making beautiful LyX icons...

2005-05-23 Thread Angus Leeming
I'm busy trying to package up LyX/Win 1.3.6 and one of the things that entails is associating a couple of 32x32 pixel icons with lyx.exe and with .lyx files. Now Windows can associate multiple images at different color depths with each, so I've started off with 16 color and 256 color images. If

Re: 1/2

2005-05-23 Thread Andre Poenitz
On Mon, May 23, 2005 at 11:05:07AM +0100, Geoffrey Lloyd wrote: > Is it possible to create the 1/2 symbol, available in many fonts, > using lyx. I don't wish to use three characters as in 1 / 2 or the > fraction command but just a single character. Put \usepackage{nicefrac} in the preamble and \n

Any \csname/\expandafter magicians among us?

2005-05-23 Thread Matej Cepl
Hi, I hate the way LyX creates URLs from Insert/URL. I don't want to use ERT, but still I would like to make URLs behave better. Of course, I would like to do something in the spirit of \let\oldurl=\url \renewcommand{\url}[1]{... do something with \oldurl and #1} but LyX creates

Re: No 1st Page Number

2005-05-23 Thread Bruce Pourciau
Thanks, Jürgen. But if I'm using the article class, where there's no separate title page, then there's no preamble solution? Bruce On Monday, May 23, 2005, at 06:56 AM, Juergen Spitzmueller wrote: Bruce Pourciau wrote: For an individual document I know how to prevent the page number from app

Re: strange behaviour in lyx-1.3.5

2005-05-23 Thread Rob S
Fernando Gisbert Cervera wrote: Paul Smith wrote: On 5/23/05, Fernando Gisbert Cervera <[EMAIL PROTECTED]> wrote: I have noticed a strange behaviour when lyx has multiple documents opened in the same lyx window. When I switch from one document to another, the spellchecker starts spellchecki

Re: strange behaviour in lyx-1.3.5

2005-05-23 Thread Fernando Gisbert Cervera
Paul Smith wrote: On 5/23/05, Fernando Gisbert Cervera <[EMAIL PROTECTED]> wrote: I have noticed a strange behaviour when lyx has multiple documents opened in the same lyx window. When I switch from one document to another, the spellchecker starts spellchecking the document from the cursor p

Re: strange behaviour in lyx-1.3.5

2005-05-23 Thread Paul Smith
On 5/23/05, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > >> I have noticed a strange behaviour when lyx has multiple documents > >> opened in the same lyx window. When I switch from one document to > >> another, the spellchecker starts spellchecking the document from > >> the cursor position o

Re: strange behaviour in lyx-1.3.5

2005-05-23 Thread Jean-Marc Lasgouttes
> "Paul" == Paul Smith <[EMAIL PROTECTED]> writes: Paul> On 5/23/05, Fernando Gisbert Cervera <[EMAIL PROTECTED]> Paul> wrote: >> I have noticed a strange behaviour when lyx has multiple documents >> opened in the same lyx window. When I switch from one document to >> another, the spellchecker

Re: strange behaviour in lyx-1.3.5

2005-05-23 Thread Paul Smith
On 5/23/05, Fernando Gisbert Cervera <[EMAIL PROTECTED]> wrote: > I have noticed a strange behaviour when lyx has multiple documents > opened in the same lyx window. When I switch from one document to > another, the spellchecker starts spellchecking the document from the > cursor position on. Has a

strange behaviour in lyx-1.3.5

2005-05-23 Thread Fernando Gisbert Cervera
Hi, I have noticed a strange behaviour when lyx has multiple documents opened in the same lyx window. When I switch from one document to another, the spellchecker starts spellchecking the document from the cursor position on. Has anyone noticed that? I'm using lyx-1.3.5 with SuSe 9.1. Thank

Re: problem with tex4ht / oolatex (graphics conversion to word-doc)

2005-05-23 Thread Sven Schreiber
Axel Dessecker wrote: > sorry for the late response only after the weekend. this is an ongoing problem, and thanks for your reply! > I had some problems with graphics conversion before, which were fixed by > Eitan > Gurari. Have a look at > > http://www.cse.ohio-state.edu/~gurari/TeX4ht/mn39.

Re: Row Padding in Tables

2005-05-23 Thread Bruce Pourciau
Thank you, Andre'. Using \renewcommand{\arraystretch}{1.25} in the preamble does the job. Bruce On Monday, May 23, 2005, at 01:25 AM, Andre Poenitz wrote: On Sun, May 22, 2005 at 11:21:45AM -0500, Bruce Pourciau wrote: To my eye the default tables produced by LaTex are too crowded, the cells

Re: problem with tex4ht / oolatex (graphics conversion to word-doc)

2005-05-23 Thread Axel Dessecker
Sven, sorry for the late response only after the weekend. Am Freitag, 20. Mai 2005 22:38 schrieb Sven Schreiber: > 1) is it normal not to have a preview or bitmap or anything of the > eps-graphics in the openoffice output? > 2) I looked (and already had to make some adjustments) in the tex4ht.env

Re: 1/2

2005-05-23 Thread John Coppens
On Mon, 23 May 2005 11:05:07 +0100 "Geoffrey Lloyd" <[EMAIL PROTECTED]> wrote: > Hi > > Is it possible to create the 1/2 symbol, available in many fonts, using > lyx. I don't wish to use three characters as in 1 / 2 or the fraction > command but just a single character. Hi Geoff. If you enable

Re: No 1st Page Number

2005-05-23 Thread Juergen Spitzmueller
Bruce Pourciau wrote: > For an individual document I know how to prevent the page number from > appearing on page 1, but if this is my preference for all documents, > what can I add to the preamble to make this the default? If you are using the base classes, you have to redefine the titlepage and/

Re: 1/2

2005-05-23 Thread Hannan Sadar
Hi, You could use math-macro, by writing at LyX bottom line: math-macro half Then at the left box of your macro, write half in the way you would like it to show. Now every time you would like to write 1/2, you could just type \half in math-type invaerment. P.S It doesn't need to the word half

Re: No 1st Page Number

2005-05-23 Thread Andrei Popov
Hello Bruce, Sunday, May 22, 2005, 7:29:39 PM, you wrote: > For an individual document I know how to prevent the page number from > appearing on page 1, but if this is my preference for all documents, > what can I add to the preamble to make this the default? I don't know about the preamble here

Re: 1/2

2005-05-23 Thread Andrei Popov
Hello Geoffrey, Monday, May 23, 2005, 1:05:07 PM, you wrote: > Is it possible to create the 1/2 symbol, available in many fonts, > using lyx. I don't wish to use three characters as in 1 / 2 or the > fraction command but > just a single character. > Not sure if this is doable but any help much

1/2

2005-05-23 Thread Geoffrey Lloyd
Hi Is it possible to create the 1/2 symbol, available in many fonts, using lyx. I don't wish to use three characters as in 1 / 2 or the fraction command but just a single character. Not sure if this is doable but any help much appreciated Geoff

Re: lmodern problems of Fedora Core 3

2005-05-23 Thread Juergen Spitzmueller
Angus Leeming wrote: > > Try > > updmap --disable lm.map > > texhash > > updmap --enable lm.map updmap --enable Map lm.map > > Good idea. I'll try it this evening. (Home machine.) If it fails, try and post a question to comp.text.tex. Good luck, Jürgen

Re: How to select all

2005-05-23 Thread G. Milde
On 20.05.05, Jean-Pierre Chretien wrote: > >>Well, I rememberd this from an ancient version of LyX, I was not awrw > >>of the S-C-end binding. Angus' hint is better as it shows that > >>setting the cursor does set mark in that case. The arrows are useful > >>for partial precise selection over page

Re: lmodern problems of Fedora Core 3

2005-05-23 Thread Angus Leeming
Juergen Spitzmueller wrote: > Angus Leeming wrote: >> I followed them exactly. No joy. >> >> $ cat updates.dat >> Main version number: teTeX-2.0 >> $ updmap --enable Map lm.map >> using config file /usr/share/texmf/web2c/updmap.cfg >> /usr/share/texmf/web2c/updmap.cfg unchanged. Map files not recr

Re: lmodern problems of Fedora Core 3

2005-05-23 Thread Juergen Spitzmueller
Angus Leeming wrote: > I followed them exactly. No joy. > > $ cat updates.dat > Main version number: teTeX-2.0 > $ updmap --enable Map lm.map > using config file /usr/share/texmf/web2c/updmap.cfg > /usr/share/texmf/web2c/updmap.cfg unchanged. Map files not recreated. Hmm, difficult. Are all the fi

Re: Row Padding in Tables

2005-05-23 Thread Andre Poenitz
On Sun, May 22, 2005 at 11:21:45AM -0500, Bruce Pourciau wrote: > To my eye the default tables produced by LaTex are too crowded, the > cells having too little breathing space above and below the cell > contents. For an individual table, I can increase this space using the > arraystretch command