Re: New Windows Installers for Testing

2020-06-17 Thread michael mayr



Am 08.06.2020 um 17:08 schrieb Richard Kimberly Heck:

One of our new contributors, Eugene, has re-written the Windows
installer and also produced a 64-bit binary.



nice...

i guess this solves an issue with the old installer not being able to 
create the config files in the %appdata% folder? (at least i thought 
that's where the problem was)



with the normal installers (230 and 2351) LyX would just always crash on 
startup, using the beta now finally let's me run the program...




br,
michael

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: acronyms in Lyx

2006-09-25 Thread Reinhard Mayr aka Czerwinski

Ciao,

I did it with the nomencl package. To add an entry I inserted an ERT

\nomenclature{bla}{short form for blablablabla}

Finally, put an ERT

\printnomenclature

where you want to have the list.

To generate my doc including the nomenclature, I failed to convince LyX to  
do that for me. I wrote a script:


#!/bin/bash
lyx --export latex thesis.lyx
latex thesis
bibtex thesis
makeindex thesis.idx
makeindex thesis.nlo -s nomencl.ist -o thesis.nls
latex thesis
latex thesis
dvipdf thesis.dvi

In this case, the essential line is the makeindex with the nomencl.ist and  
so on ...


Well, I have to confess, it could be easier but it works when I do it  
like this.


HTH,

Cz.


On Mon, 25 Sep 2006 17:46:56 +0200, Francesco  
[EMAIL PROTECTED] wrote:


Hi I'm trying to use Lyx to write an article and I need to  
introduce/define some
acronyms. How am I supposed to do it? Do I need to write latex code  
within the
text? Isn't there a simpler way? Unfortunately I didn't find anything in  
the

manual. Any help would be appreciated.

Thanks and regards
Francesco





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: acronyms in Lyx

2006-09-25 Thread Reinhard Mayr aka Czerwinski

Ciao,

I did it with the nomencl package. To add an entry I inserted an ERT

\nomenclature{bla}{short form for blablablabla}

Finally, put an ERT

\printnomenclature

where you want to have the list.

To generate my doc including the nomenclature, I failed to convince LyX to  
do that for me. I wrote a script:


#!/bin/bash
lyx --export latex thesis.lyx
latex thesis
bibtex thesis
makeindex thesis.idx
makeindex thesis.nlo -s nomencl.ist -o thesis.nls
latex thesis
latex thesis
dvipdf thesis.dvi

In this case, the essential line is the makeindex with the nomencl.ist and  
so on ...


Well, I have to confess, it could be easier but it works when I do it  
like this.


HTH,

Cz.


On Mon, 25 Sep 2006 17:46:56 +0200, Francesco  
[EMAIL PROTECTED] wrote:


Hi I'm trying to use Lyx to write an article and I need to  
introduce/define some
acronyms. How am I supposed to do it? Do I need to write latex code  
within the
text? Isn't there a simpler way? Unfortunately I didn't find anything in  
the

manual. Any help would be appreciated.

Thanks and regards
Francesco





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: acronyms in Lyx

2006-09-25 Thread Reinhard Mayr aka Czerwinski

Ciao,

I did it with the nomencl package. To add an entry I inserted an ERT

\nomenclature{bla}{short form for blablablabla}

Finally, put an ERT

\printnomenclature

where you want to have the list.

To generate my doc including the nomenclature, I failed to convince LyX to  
do that for me. I wrote a script:


#!/bin/bash
lyx --export latex thesis.lyx
latex thesis
bibtex thesis
makeindex thesis.idx
makeindex thesis.nlo -s nomencl.ist -o thesis.nls
latex thesis
latex thesis
dvipdf thesis.dvi

In this case, the essential line is the makeindex with the nomencl.ist and  
so on ...


Well, I have to confess, it could be easier but it works when I do it  
like this.


HTH,

Cz.


On Mon, 25 Sep 2006 17:46:56 +0200, Francesco  
<[EMAIL PROTECTED]> wrote:


Hi I'm trying to use Lyx to write an article and I need to  
introduce/define some
acronyms. How am I supposed to do it? Do I need to write latex code  
within the
text? Isn't there a simpler way? Unfortunately I didn't find anything in  
the

manual. Any help would be appreciated.

Thanks and regards
Francesco





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: Ligature problem

2006-09-04 Thread Reinhard Mayr aka Czerwinski
The fonts I tried are default and times. Is it necessary to install additional 
packages or fonts in order to yield proper ligatures? Can I check whether my 
fonts are capable of that?

Thx, Cz.

 Original-Nachricht 
Datum: Sun, 03 Sep 2006 19:59:50 -0400
Von: Matej Cepl [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org
Betreff: Re: Ligature problem

 Reinhard Mayr aka Czerwinski wrote:
  Can somebody please tell me what to tweak to make all ligatures (ff, fi,
  ffi, fl, ffl) work?
 
 What fonts do you use? TeX cannot more than what is available in the
 fonts.
 The best coverage (of course) is in Knuth's Computer Modern fonts. So, if
 you use ae fonts (in Document settings), then you should all ligatures TeX
 is able to support.
 
 Matěj
 
 -- 
 GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
 http://www.ceplovi.cz/matej/blog/, Jabber: [EMAIL PROTECTED]
 23 Marion St. #3, Cambridge, MA 02141, (617) 876-1259
  
 The difference between death and taxes is death doesn't get worse
 every time Congress meets
 -- Will Rogers
 

-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


Re: Ligature problem

2006-09-04 Thread Reinhard Mayr aka Czerwinski
The fonts I tried are default and times. Is it necessary to install additional 
packages or fonts in order to yield proper ligatures? Can I check whether my 
fonts are capable of that?

Thx, Cz.

 Original-Nachricht 
Datum: Sun, 03 Sep 2006 19:59:50 -0400
Von: Matej Cepl [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org
Betreff: Re: Ligature problem

 Reinhard Mayr aka Czerwinski wrote:
  Can somebody please tell me what to tweak to make all ligatures (ff, fi,
  ffi, fl, ffl) work?
 
 What fonts do you use? TeX cannot more than what is available in the
 fonts.
 The best coverage (of course) is in Knuth's Computer Modern fonts. So, if
 you use ae fonts (in Document settings), then you should all ligatures TeX
 is able to support.
 
 Matěj
 
 -- 
 GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
 http://www.ceplovi.cz/matej/blog/, Jabber: [EMAIL PROTECTED]
 23 Marion St. #3, Cambridge, MA 02141, (617) 876-1259
  
 The difference between death and taxes is death doesn't get worse
 every time Congress meets
 -- Will Rogers
 

-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


Re: Ligature problem

2006-09-04 Thread Reinhard Mayr aka Czerwinski
The fonts I tried are default and times. Is it necessary to install additional 
packages or fonts in order to yield proper ligatures? Can I check whether my 
fonts are capable of that?

Thx, Cz.

 Original-Nachricht 
Datum: Sun, 03 Sep 2006 19:59:50 -0400
Von: Matej Cepl <[EMAIL PROTECTED]>
An: lyx-users@lists.lyx.org
Betreff: Re: Ligature problem

> Reinhard Mayr aka Czerwinski wrote:
> > Can somebody please tell me what to tweak to make all ligatures (ff, fi,
> > ffi, fl, ffl) work?
> 
> What fonts do you use? TeX cannot more than what is available in the
> fonts.
> The best coverage (of course) is in Knuth's Computer Modern fonts. So, if
> you use ae fonts (in Document settings), then you should all ligatures TeX
> is able to support.
> 
> Matěj
> 
> -- 
> GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
> http://www.ceplovi.cz/matej/blog/, Jabber: [EMAIL PROTECTED]
> 23 Marion St. #3, Cambridge, MA 02141, (617) 876-1259
>  
> The difference between death and taxes is death doesn't get worse
> every time Congress meets
> -- Will Rogers
> 

-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


Ligature problem

2006-09-03 Thread Reinhard Mayr aka Czerwinski
Hi there!

I have a problem with ligatures: 'fi' is fine, but all other ligatures seem not 
to work. Especially in the case of 'ffi' this looks quite ugly - like {f}{fi}. 
From googling I could only find articles that tell that ligatures look nice and 
work in LaTeX ... :-/

Can somebody please tell me what to tweak to make all ligatures (ff, fi, ffi, 
fl, ffl) work?

Thanks much!

Cz.
-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


Ligature problem

2006-09-03 Thread Reinhard Mayr aka Czerwinski
Hi there!

I have a problem with ligatures: 'fi' is fine, but all other ligatures seem not 
to work. Especially in the case of 'ffi' this looks quite ugly - like {f}{fi}. 
From googling I could only find articles that tell that ligatures look nice and 
work in LaTeX ... :-/

Can somebody please tell me what to tweak to make all ligatures (ff, fi, ffi, 
fl, ffl) work?

Thanks much!

Cz.
-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


Ligature problem

2006-09-03 Thread Reinhard Mayr aka Czerwinski
Hi there!

I have a problem with ligatures: 'fi' is fine, but all other ligatures seem not 
to work. Especially in the case of 'ffi' this looks quite ugly - like {f}{fi}. 
From googling I could only find articles that tell that ligatures look nice and 
work in LaTeX ... :-/

Can somebody please tell me what to tweak to make all ligatures (ff, fi, ffi, 
fl, ffl) work?

Thanks much!

Cz.
-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


Re: Upright greek letters in normal text and math mode

2006-08-30 Thread Reinhard Mayr aka Czerwinski
Ciao Miki,

thanks for your reply!

To be honest, this is not exactly what I am looking for because all letters in 
math mode now changed their (actual nice) shape and, moreover, are no longer 
italic.

The math panel offers a drop-down list for different text styles, but these DO 
NOT work for greek letters. Usually, the italic letters are fine, but for units 
(e.g. µm) always upright letters should be used. For this reason I would like 
to be able to use upright greek letters in both math mode and standard 
environment.

Can anyone help or provide a pointer?

Thanks!

Cz.

 Original-Nachricht 
Datum: Wed, 30 Aug 2006 12:13:32 +0200
Von: Miki Dovrat [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org
Betreff: Re: Upright greek letters in normal text and math mode

 Hi,
 
 Maybe the Euler fonts are what you want. They are upright Greek letters.
 
 put:
 \usepackage{euler}
 
 in your preamble, and see if you like the result.
 
 Miki
 
 
 Reinhard Mayr aka Czerwinski [EMAIL PROTECTED] 
 wrote in message news:[EMAIL PROTECTED]
  Hi on the list!
 
  I would like to have upright greek letters in both normal text and in
 math 
  mode. Does anybody how to do this?
 
  Thanks in advance!
 
  Cz.
  -- 
 
 
  Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
  Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
  
 
 

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
Feel free mit GMX DSL: http://www.gmx.net/de/go/dsl


Re: Upright greek letters in normal text and math mode

2006-08-30 Thread Reinhard Mayr aka Czerwinski
Ciao Miki,

thanks for your reply!

To be honest, this is not exactly what I am looking for because all letters in 
math mode now changed their (actual nice) shape and, moreover, are no longer 
italic.

The math panel offers a drop-down list for different text styles, but these DO 
NOT work for greek letters. Usually, the italic letters are fine, but for units 
(e.g. µm) always upright letters should be used. For this reason I would like 
to be able to use upright greek letters in both math mode and standard 
environment.

Can anyone help or provide a pointer?

Thanks!

Cz.

 Original-Nachricht 
Datum: Wed, 30 Aug 2006 12:13:32 +0200
Von: Miki Dovrat [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org
Betreff: Re: Upright greek letters in normal text and math mode

 Hi,
 
 Maybe the Euler fonts are what you want. They are upright Greek letters.
 
 put:
 \usepackage{euler}
 
 in your preamble, and see if you like the result.
 
 Miki
 
 
 Reinhard Mayr aka Czerwinski [EMAIL PROTECTED] 
 wrote in message news:[EMAIL PROTECTED]
  Hi on the list!
 
  I would like to have upright greek letters in both normal text and in
 math 
  mode. Does anybody how to do this?
 
  Thanks in advance!
 
  Cz.
  -- 
 
 
  Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
  Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
  
 
 

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
Feel free mit GMX DSL: http://www.gmx.net/de/go/dsl


Re: Upright greek letters in normal text and math mode

2006-08-30 Thread Reinhard Mayr aka Czerwinski
Ciao Miki,

thanks for your reply!

To be honest, this is not exactly what I am looking for because all letters in 
math mode now changed their (actual nice) shape and, moreover, are no longer 
italic.

The math panel offers a drop-down list for different text styles, but these DO 
NOT work for greek letters. Usually, the italic letters are fine, but for units 
(e.g. µm) always upright letters should be used. For this reason I would like 
to be able to use upright greek letters in both math mode and standard 
environment.

Can anyone help or provide a pointer?

Thanks!

Cz.

 Original-Nachricht 
Datum: Wed, 30 Aug 2006 12:13:32 +0200
Von: "Miki Dovrat" <[EMAIL PROTECTED]>
An: lyx-users@lists.lyx.org
Betreff: Re: Upright greek letters in normal text and math mode

> Hi,
> 
> Maybe the Euler fonts are what you want. They are upright Greek letters.
> 
> put:
> \usepackage{euler}
> 
> in your preamble, and see if you like the result.
> 
> Miki
> 
> 
> "Reinhard Mayr aka Czerwinski" <[EMAIL PROTECTED]> 
> wrote in message news:[EMAIL PROTECTED]
> > Hi on the list!
> >
> > I would like to have upright greek letters in both normal text and in
> math 
> > mode. Does anybody how to do this?
> >
> > Thanks in advance!
> >
> > Cz.
> > -- 
> >
> >
> > Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
> > Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
> > 
> 
> 

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
"Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl


Upright greek letters in normal text and math mode

2006-08-29 Thread Reinhard Mayr aka Czerwinski
Hi on the list!

I would like to have upright greek letters in both normal text and in math 
mode. Does anybody how to do this?

Thanks in advance!

Cz.
-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


Upright greek letters in normal text and math mode

2006-08-29 Thread Reinhard Mayr aka Czerwinski
Hi on the list!

I would like to have upright greek letters in both normal text and in math 
mode. Does anybody how to do this?

Thanks in advance!

Cz.
-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


Upright greek letters in normal text and math mode

2006-08-29 Thread Reinhard Mayr aka Czerwinski
Hi on the list!

I would like to have upright greek letters in both normal text and in math 
mode. Does anybody how to do this?

Thanks in advance!

Cz.
-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


Re: Page break bug?

2006-08-01 Thread Reinhard Mayr aka Czerwinski

Just to complete the thread:

eventually, I was not able to solve the situation -- I had to insert a  
manual page break.


Sad but true...

Cz.

On Mon, 31 Jul 2006 19:26:32 +0200, Reinhard Mayr aka Czerwinski  
[EMAIL PROTECTED] wrote:



I checked that -- all pages are A4.

The page with the missing break contains
o   a float figure
o   a float table
o   section and subsection headings
o   a non-floatoing table
o   some text

The following page is in landscape format.

Maybe this is helpful to describe the source of the buggy result.

Still happy for responses ;)

Cz.

On Mon, 31 Jul 2006 18:49:00 +0200, Richard Heck [EMAIL PROTECTED]  
wrote:




It looks to me as if there is a problem with page size in your viewer.
Check that you are viewing pages of the same size you are outputing.

Reinhard Mayr aka Czerwinski wrote:

Hello,

actually this should not be, but it seems as if TeX sometimes forgets  
to break my pages properly ... (see attached image)


My current version of my doc (but 380 kB) lets me reproduce the buggy  
output.


Is this a known bug? How can I solve such a situation?

Thanks for any hints!

Cz.















--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: aspell / problems with umlauts

2006-08-01 Thread Reinhard Mayr aka Czerwinski

Hmmm it seems as if I were not able to reproduce this behavior.

I tried again and set LANG=en_US and from that time on it worked out.

Thanks for your help!

Cz.

On Mon, 31 Jul 2006 11:10:14 +0200, Juergen Spitzmueller  
[EMAIL PROTECTED] wrote:



Reinhard Mayr aka Czerwinski wrote:

But this did not work twice, meaning when I re-run the spellchecker it
thinks the text is English. The same situation for all other German
paragraphs and now, after I restarted LyX, it thinks, the entire  
doc is

in English.

Is this a known bug (LyX 1.4.1), is there a solution?


No, it works for me. Can you provide an example file?

Jürgen





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: Page break bug?

2006-08-01 Thread Reinhard Mayr aka Czerwinski

Just to complete the thread:

eventually, I was not able to solve the situation -- I had to insert a  
manual page break.


Sad but true...

Cz.

On Mon, 31 Jul 2006 19:26:32 +0200, Reinhard Mayr aka Czerwinski  
[EMAIL PROTECTED] wrote:



I checked that -- all pages are A4.

The page with the missing break contains
o   a float figure
o   a float table
o   section and subsection headings
o   a non-floatoing table
o   some text

The following page is in landscape format.

Maybe this is helpful to describe the source of the buggy result.

Still happy for responses ;)

Cz.

On Mon, 31 Jul 2006 18:49:00 +0200, Richard Heck [EMAIL PROTECTED]  
wrote:




It looks to me as if there is a problem with page size in your viewer.
Check that you are viewing pages of the same size you are outputing.

Reinhard Mayr aka Czerwinski wrote:

Hello,

actually this should not be, but it seems as if TeX sometimes forgets  
to break my pages properly ... (see attached image)


My current version of my doc (but 380 kB) lets me reproduce the buggy  
output.


Is this a known bug? How can I solve such a situation?

Thanks for any hints!

Cz.















--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: aspell / problems with umlauts

2006-08-01 Thread Reinhard Mayr aka Czerwinski

Hmmm it seems as if I were not able to reproduce this behavior.

I tried again and set LANG=en_US and from that time on it worked out.

Thanks for your help!

Cz.

On Mon, 31 Jul 2006 11:10:14 +0200, Juergen Spitzmueller  
[EMAIL PROTECTED] wrote:



Reinhard Mayr aka Czerwinski wrote:

But this did not work twice, meaning when I re-run the spellchecker it
thinks the text is English. The same situation for all other German
paragraphs and now, after I restarted LyX, it thinks, the entire  
doc is

in English.

Is this a known bug (LyX 1.4.1), is there a solution?


No, it works for me. Can you provide an example file?

Jürgen





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: Page break bug?

2006-08-01 Thread Reinhard Mayr aka Czerwinski

Just to complete the thread:

eventually, I was not able to solve the situation -- I had to insert a  
manual page break.


Sad but true...

Cz.

On Mon, 31 Jul 2006 19:26:32 +0200, Reinhard Mayr aka Czerwinski  
<[EMAIL PROTECTED]> wrote:



I checked that -- all pages are A4.

The page with the missing break contains
o   a float figure
o   a float table
o   section and subsection headings
o   a non-floatoing table
o   some text

The following page is in landscape format.

Maybe this is helpful to describe the source of the buggy result.

Still happy for responses ;)

Cz.

On Mon, 31 Jul 2006 18:49:00 +0200, Richard Heck <[EMAIL PROTECTED]>  
wrote:




It looks to me as if there is a problem with page size in your viewer.
Check that you are viewing pages of the same size you are outputing.

Reinhard Mayr aka Czerwinski wrote:

Hello,

actually this should not be, but it seems as if TeX sometimes forgets  
to break my pages properly ... (see attached image)


My current version of my doc (but 380 kB) lets me reproduce the buggy  
output.


Is this a known bug? How can I solve such a situation?

Thanks for any hints!

Cz.















--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: aspell / problems with umlauts

2006-08-01 Thread Reinhard Mayr aka Czerwinski

Hmmm it seems as if I were not able to reproduce this behavior.

I tried again and set LANG=en_US and from that time on it worked out.

Thanks for your help!

Cz.

On Mon, 31 Jul 2006 11:10:14 +0200, Juergen Spitzmueller  
<[EMAIL PROTECTED]> wrote:



Reinhard Mayr aka Czerwinski wrote:

But this did not work twice, meaning when I re-run the spellchecker it
thinks the text is English. The same situation for all other German
paragraphs and now, after I restarted LyX, it thinks, the entire  
doc is

in English.

Is this a known bug (LyX 1.4.1), is there a solution?


No, it works for me. Can you provide an example file?

Jürgen





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: Re: 3 column long table and caption

2006-07-31 Thread Reinhard Mayr
As far as I understood it, you have to decide to either use a longtable or a 
float. A float can not go over a page break.

I think your problems are similar to that discussed in this thread
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg49807.html

hth,

cz.

 Original-Nachricht 
Datum: Mon, 31 Jul 2006 01:15:55 -0700 (PDT)
Von: Tom Tom [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org
Betreff: Re: 3 column long table and caption

 Hi Paul,
 
 the automatic page-break of a long table inside a
 float does not occur. At least in my hands the table
 is printed over the end of the initial (table-) page
 after the pdflatex run.
 
 Cheers
 L.
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
Feel free mit GMX DSL: http://www.gmx.net/de/go/dsl


Re: Re: aspell / problems with umlauts

2006-07-31 Thread Reinhard Mayr aka Czerwinski
Hi Jürgen,

thanks for the advice! In the beginning it looked as if it worked out: I 
selected one the affected paragraphs, changed the language to German and run 
the spellchecker.

But this did not work twice, meaning when I re-run the spellchecker it thinks 
the text is English. The same situation for all other German paragraphs and 
now, after I restarted LyX, it thinks, the entire doc is in English.

Is this a known bug (LyX 1.4.1), is there a solution?

Thanks!

Cz.

 Original-Nachricht 
Datum: Mon, 31 Jul 2006 08:14:58 +0200
Von: Juergen Spitzmueller [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org
Betreff: Re: aspell / problems with umlauts

 Reinhard Mayr aka Czerwinski wrote:
  Words containing an umlaut (äöü) are not properly recognized, e.g.
 the  
  word für is suggested to be replaced by für. Accepting the  
  replacement leads, in turn, to an unrecognized word error.
 
  Can anyone please give me a hint what to tweak in order to get it
 running  
  ...?
 
 You have to start LyX with non-unicode LANG settings, e.g.
 LANG=de_DE lyx
 or
 LANG=en_EN lyx
 
 Jürgen

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
Feel free mit GMX DSL: http://www.gmx.net/de/go/dsl


Re: Rotated longtable with multiple pages and caption

2006-07-31 Thread Reinhard Mayr aka Czerwinski

 Original-Nachricht 
Datum: Mon, 31 Jul 2006 08:49:22 +0200
Von: Juergen Spitzmueller [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org
Betreff: Re: Rotated longtable with multiple pages and caption

 Reinhard Mayr aka Czerwinski wrote:
  Hello,
 
  I am looking for a solution in a somehow tricky situation.
 
  (1) In my document there is a table that is quite long and wide.
  Therefore, I would like to implement it as a rotated longtable. But as
  soon as I tick the Rotate table 90 degrees checkbox, I recieve errors
  like Missing \endgroup inserted, Missing } inserted and
 Incompatible
  list can't be unboxed.
 
 That does not work, apparently. Herbert posted this workaround (actually
 the 
 first hit in the archives on longtable rotate):
 http://www.mail-archive.com/lyx-users%40lists.lyx.org/msg35981.html
 

OK, my search for longtable landscape portrait did not hit this entry... I 
did it like 

\usepackage{lscape}
\begin{landscape}

\end{landscape}

and it worked out!

  (2) The table should behave like a float, but this is not possible if it
  takes more than a page. Is there a way to fake this behavior?
 
 No. Floats can't span more than one page. Why do you want that?

I do not want to waste half a page because just right at that position the 
table is in the source file. I'd rather prefer the text continuing until the 
end of the page, the table follows on the subsequent pages. Of course, the 
landscape table and the regular text cannot be mixed on a page.

 
  (3) I would like to add a caption at the bottom of the table. Any idea
 how
  to do this?
 
 http://wiki.lyx.org/LyX/Tables#longtab-cap

Thanks! I tried that before, but it did not work because the caption was on top 
instead of at the bottom. However, according to your hint in 
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg49820.html I added an 
extra line at the bottom, inserted an ERT \caption{text}% in the first field 
and an ERT % in the others -- worked out!
 
  (4) Is there a possibility to do captions like: 1st page: Table xxx:
  , following pages: Table xxx (continued)?
 
 Yes. Use the longtable's heading/first heading checkboxes (see attached 
 example).

aha... I see the point -- thanks for the example!
 
 Jürgen
 
  Thanks for all kind of advices, hints and pointers!
 
  Cz.

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
Feel free mit GMX DSL: http://www.gmx.net/de/go/dsl


Page break bug?

2006-07-31 Thread Reinhard Mayr aka Czerwinski
Hello,

actually this should not be, but it seems as if TeX sometimes forgets to break 
my pages properly ... (see attached image)

My current version of my doc (but 380 kB) lets me reproduce the buggy output.

Is this a known bug? How can I solve such a situation?

Thanks for any hints!

Cz.
-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
Feel free mit GMX DSL: http://www.gmx.net/de/go/dsl


page-break-bug.png
Description: PNG image


Re: Page break bug?

2006-07-31 Thread Reinhard Mayr aka Czerwinski

I checked that -- all pages are A4.

The page with the missing break contains
o   a float figure
o   a float table
o   section and subsection headings
o   a non-floatoing table
o   some text

The following page is in landscape format.

Maybe this is helpful to describe the source of the buggy result.

Still happy for responses ;)

Cz.

On Mon, 31 Jul 2006 18:49:00 +0200, Richard Heck [EMAIL PROTECTED]  
wrote:




It looks to me as if there is a problem with page size in your viewer.
Check that you are viewing pages of the same size you are outputing.

Reinhard Mayr aka Czerwinski wrote:

Hello,

actually this should not be, but it seems as if TeX sometimes forgets  
to break my pages properly ... (see attached image)


My current version of my doc (but 380 kB) lets me reproduce the buggy  
output.


Is this a known bug? How can I solve such a situation?

Thanks for any hints!

Cz.











--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: Re: 3 column long table and caption

2006-07-31 Thread Reinhard Mayr
As far as I understood it, you have to decide to either use a longtable or a 
float. A float can not go over a page break.

I think your problems are similar to that discussed in this thread
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg49807.html

hth,

cz.

 Original-Nachricht 
Datum: Mon, 31 Jul 2006 01:15:55 -0700 (PDT)
Von: Tom Tom [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org
Betreff: Re: 3 column long table and caption

 Hi Paul,
 
 the automatic page-break of a long table inside a
 float does not occur. At least in my hands the table
 is printed over the end of the initial (table-) page
 after the pdflatex run.
 
 Cheers
 L.
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
Feel free mit GMX DSL: http://www.gmx.net/de/go/dsl


Re: Re: aspell / problems with umlauts

2006-07-31 Thread Reinhard Mayr aka Czerwinski
Hi Jürgen,

thanks for the advice! In the beginning it looked as if it worked out: I 
selected one the affected paragraphs, changed the language to German and run 
the spellchecker.

But this did not work twice, meaning when I re-run the spellchecker it thinks 
the text is English. The same situation for all other German paragraphs and 
now, after I restarted LyX, it thinks, the entire doc is in English.

Is this a known bug (LyX 1.4.1), is there a solution?

Thanks!

Cz.

 Original-Nachricht 
Datum: Mon, 31 Jul 2006 08:14:58 +0200
Von: Juergen Spitzmueller [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org
Betreff: Re: aspell / problems with umlauts

 Reinhard Mayr aka Czerwinski wrote:
  Words containing an umlaut (äöü) are not properly recognized, e.g.
 the  
  word für is suggested to be replaced by für. Accepting the  
  replacement leads, in turn, to an unrecognized word error.
 
  Can anyone please give me a hint what to tweak in order to get it
 running  
  ...?
 
 You have to start LyX with non-unicode LANG settings, e.g.
 LANG=de_DE lyx
 or
 LANG=en_EN lyx
 
 Jürgen

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
Feel free mit GMX DSL: http://www.gmx.net/de/go/dsl


Re: Rotated longtable with multiple pages and caption

2006-07-31 Thread Reinhard Mayr aka Czerwinski

 Original-Nachricht 
Datum: Mon, 31 Jul 2006 08:49:22 +0200
Von: Juergen Spitzmueller [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org
Betreff: Re: Rotated longtable with multiple pages and caption

 Reinhard Mayr aka Czerwinski wrote:
  Hello,
 
  I am looking for a solution in a somehow tricky situation.
 
  (1) In my document there is a table that is quite long and wide.
  Therefore, I would like to implement it as a rotated longtable. But as
  soon as I tick the Rotate table 90 degrees checkbox, I recieve errors
  like Missing \endgroup inserted, Missing } inserted and
 Incompatible
  list can't be unboxed.
 
 That does not work, apparently. Herbert posted this workaround (actually
 the 
 first hit in the archives on longtable rotate):
 http://www.mail-archive.com/lyx-users%40lists.lyx.org/msg35981.html
 

OK, my search for longtable landscape portrait did not hit this entry... I 
did it like 

\usepackage{lscape}
\begin{landscape}

\end{landscape}

and it worked out!

  (2) The table should behave like a float, but this is not possible if it
  takes more than a page. Is there a way to fake this behavior?
 
 No. Floats can't span more than one page. Why do you want that?

I do not want to waste half a page because just right at that position the 
table is in the source file. I'd rather prefer the text continuing until the 
end of the page, the table follows on the subsequent pages. Of course, the 
landscape table and the regular text cannot be mixed on a page.

 
  (3) I would like to add a caption at the bottom of the table. Any idea
 how
  to do this?
 
 http://wiki.lyx.org/LyX/Tables#longtab-cap

Thanks! I tried that before, but it did not work because the caption was on top 
instead of at the bottom. However, according to your hint in 
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg49820.html I added an 
extra line at the bottom, inserted an ERT \caption{text}% in the first field 
and an ERT % in the others -- worked out!
 
  (4) Is there a possibility to do captions like: 1st page: Table xxx:
  , following pages: Table xxx (continued)?
 
 Yes. Use the longtable's heading/first heading checkboxes (see attached 
 example).

aha... I see the point -- thanks for the example!
 
 Jürgen
 
  Thanks for all kind of advices, hints and pointers!
 
  Cz.

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
Feel free mit GMX DSL: http://www.gmx.net/de/go/dsl


Page break bug?

2006-07-31 Thread Reinhard Mayr aka Czerwinski
Hello,

actually this should not be, but it seems as if TeX sometimes forgets to break 
my pages properly ... (see attached image)

My current version of my doc (but 380 kB) lets me reproduce the buggy output.

Is this a known bug? How can I solve such a situation?

Thanks for any hints!

Cz.
-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
Feel free mit GMX DSL: http://www.gmx.net/de/go/dsl


page-break-bug.png
Description: PNG image


Re: Page break bug?

2006-07-31 Thread Reinhard Mayr aka Czerwinski

I checked that -- all pages are A4.

The page with the missing break contains
o   a float figure
o   a float table
o   section and subsection headings
o   a non-floatoing table
o   some text

The following page is in landscape format.

Maybe this is helpful to describe the source of the buggy result.

Still happy for responses ;)

Cz.

On Mon, 31 Jul 2006 18:49:00 +0200, Richard Heck [EMAIL PROTECTED]  
wrote:




It looks to me as if there is a problem with page size in your viewer.
Check that you are viewing pages of the same size you are outputing.

Reinhard Mayr aka Czerwinski wrote:

Hello,

actually this should not be, but it seems as if TeX sometimes forgets  
to break my pages properly ... (see attached image)


My current version of my doc (but 380 kB) lets me reproduce the buggy  
output.


Is this a known bug? How can I solve such a situation?

Thanks for any hints!

Cz.











--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: Re: 3 column long table and caption

2006-07-31 Thread Reinhard Mayr
As far as I understood it, you have to decide to either use a longtable or a 
float. A float can not go over a page break.

I think your problems are similar to that discussed in this thread
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg49807.html

hth,

cz.

 Original-Nachricht 
Datum: Mon, 31 Jul 2006 01:15:55 -0700 (PDT)
Von: Tom Tom <[EMAIL PROTECTED]>
An: lyx-users@lists.lyx.org
Betreff: Re: 3 column long table and caption

> Hi Paul,
> 
> the automatic page-break of a long table inside a
> float does not occur. At least in my hands the table
> is printed over the end of the initial (table-) page
> after the pdflatex run.
> 
> Cheers
> L.
> 
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
"Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl


Re: Re: aspell / problems with umlauts

2006-07-31 Thread Reinhard Mayr aka Czerwinski
Hi Jürgen,

thanks for the advice! In the beginning it looked as if it worked out: I 
selected one the affected paragraphs, changed the language to German and run 
the spellchecker.

But this did not work twice, meaning when I re-run the spellchecker it thinks 
the text is English. The same situation for all other German paragraphs and 
now, after I restarted LyX, it thinks, the entire doc is in English.

Is this a known bug (LyX 1.4.1), is there a solution?

Thanks!

Cz.

 Original-Nachricht 
Datum: Mon, 31 Jul 2006 08:14:58 +0200
Von: Juergen Spitzmueller <[EMAIL PROTECTED]>
An: lyx-users@lists.lyx.org
Betreff: Re: aspell / problems with umlauts

> Reinhard Mayr aka Czerwinski wrote:
> > Words containing an umlaut (äöü) are not properly recognized, e.g.
> the  
> > word "für" is suggested to be replaced by "für". Accepting the  
> > replacement leads, in turn, to an "unrecognized word" error.
> >
> > Can anyone please give me a hint what to tweak in order to get it
> running  
> > ...?
> 
> You have to start LyX with non-unicode LANG settings, e.g.
> LANG=de_DE lyx
> or
> LANG=en_EN lyx
> 
> Jürgen

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
"Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl


Re: Rotated longtable with multiple pages and caption

2006-07-31 Thread Reinhard Mayr aka Czerwinski

 Original-Nachricht 
Datum: Mon, 31 Jul 2006 08:49:22 +0200
Von: Juergen Spitzmueller <[EMAIL PROTECTED]>
An: lyx-users@lists.lyx.org
Betreff: Re: Rotated longtable with multiple pages and caption

> Reinhard Mayr aka Czerwinski wrote:
> > Hello,
> >
> > I am looking for a solution in a somehow tricky situation.
> >
> > (1) In my document there is a table that is quite long and wide.
> > Therefore, I would like to implement it as a rotated longtable. But as
> > soon as I tick the "Rotate table 90 degrees" checkbox, I recieve errors
> > like "Missing \endgroup inserted", "Missing } inserted" and
> "Incompatible
> > list can't be unboxed".
> 
> That does not work, apparently. Herbert posted this workaround (actually
> the 
> first hit in the archives on "longtable rotate"):
> http://www.mail-archive.com/lyx-users%40lists.lyx.org/msg35981.html
> 

OK, my search for "longtable landscape portrait" did not hit this entry... I 
did it like 

\usepackage{lscape}
\begin{landscape}

\end{landscape}

and it worked out!

> > (2) The table should behave like a float, but this is not possible if it
> > takes more than a page. Is there a way to "fake" this behavior?
> 
> No. Floats can't span more than one page. Why do you want that?

I do not want to waste half a page because just right at that position the 
table is in the source file. I'd rather prefer the text continuing until the 
end of the page, the table follows on the subsequent pages. Of course, the 
landscape table and the regular text cannot be mixed on a page.

> 
> > (3) I would like to add a caption at the bottom of the table. Any idea
> how
> > to do this?
> 
> http://wiki.lyx.org/LyX/Tables#longtab-cap

Thanks! I tried that before, but it did not work because the caption was on top 
instead of at the bottom. However, according to your hint in 
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg49820.html I added an 
extra line at the bottom, inserted an ERT "\caption{text}%" in the first field 
and an ERT "%" in the others -- worked out!
> 
> > (4) Is there a possibility to do captions like: 1st page: "Table xxx:
> > ", following pages: "Table xxx (continued)"?
> 
> Yes. Use the longtable's heading/first heading checkboxes (see attached 
> example).

aha... I see the point -- thanks for the example!
> 
> Jürgen
> 
> > Thanks for all kind of advices, hints and pointers!
> >
> > Cz.

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
"Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl


Page break bug?

2006-07-31 Thread Reinhard Mayr aka Czerwinski
Hello,

actually this should not be, but it seems as if TeX sometimes forgets to break 
my pages properly ... (see attached image)

My current version of my doc (but 380 kB) lets me reproduce the buggy output.

Is this a known bug? How can I solve such a situation?

Thanks for any hints!

Cz.
-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
"Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl


page-break-bug.png
Description: PNG image


Re: Page break bug?

2006-07-31 Thread Reinhard Mayr aka Czerwinski

I checked that -- all pages are A4.

The page with the missing break contains
o   a float figure
o   a float table
o   section and subsection headings
o   a non-floatoing table
o   some text

The following page is in landscape format.

Maybe this is helpful to describe the source of the buggy result.

Still happy for responses ;)

Cz.

On Mon, 31 Jul 2006 18:49:00 +0200, Richard Heck <[EMAIL PROTECTED]>  
wrote:




It looks to me as if there is a problem with page size in your viewer.
Check that you are viewing pages of the same size you are outputing.

Reinhard Mayr aka Czerwinski wrote:

Hello,

actually this should not be, but it seems as if TeX sometimes forgets  
to break my pages properly ... (see attached image)


My current version of my doc (but 380 kB) lets me reproduce the buggy  
output.


Is this a known bug? How can I solve such a situation?

Thanks for any hints!

Cz.











--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Rotated longtable with multiple pages and caption

2006-07-30 Thread Reinhard Mayr aka Czerwinski

Hello,

I am looking for a solution in a somehow tricky situation.

(1) In my document there is a table that is quite long and wide.
Therefore, I would like to implement it as a rotated longtable. But as
soon as I tick the Rotate table 90 degrees checkbox, I recieve errors
like Missing \endgroup inserted, Missing } inserted and Incompatible
list can't be unboxed.

(2) The table should behave like a float, but this is not possible if it
takes more than a page. Is there a way to fake this behavior?

(3) I would like to add a caption at the bottom of the table. Any idea how
to do this?

(4) Is there a possibility to do captions like: 1st page: Table xxx:
, following pages: Table xxx (continued)?

Thanks for all kind of advices, hints and pointers!

Cz.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Rotated longtable with multiple pages and caption

2006-07-30 Thread Reinhard Mayr aka Czerwinski

Hello,

I am looking for a solution in a somehow tricky situation.

(1) In my document there is a table that is quite long and wide.
Therefore, I would like to implement it as a rotated longtable. But as
soon as I tick the Rotate table 90 degrees checkbox, I recieve errors
like Missing \endgroup inserted, Missing } inserted and Incompatible
list can't be unboxed.

(2) The table should behave like a float, but this is not possible if it
takes more than a page. Is there a way to fake this behavior?

(3) I would like to add a caption at the bottom of the table. Any idea how
to do this?

(4) Is there a possibility to do captions like: 1st page: Table xxx:
, following pages: Table xxx (continued)?

Thanks for all kind of advices, hints and pointers!

Cz.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Rotated longtable with multiple pages and caption

2006-07-30 Thread Reinhard Mayr aka Czerwinski

Hello,

I am looking for a solution in a somehow tricky situation.

(1) In my document there is a table that is quite long and wide.
Therefore, I would like to implement it as a rotated longtable. But as
soon as I tick the "Rotate table 90 degrees" checkbox, I recieve errors
like "Missing \endgroup inserted", "Missing } inserted" and "Incompatible
list can't be unboxed".

(2) The table should behave like a float, but this is not possible if it
takes more than a page. Is there a way to "fake" this behavior?

(3) I would like to add a caption at the bottom of the table. Any idea how
to do this?

(4) Is there a possibility to do captions like: 1st page: "Table xxx:
", following pages: "Table xxx (continued)"?

Thanks for all kind of advices, hints and pointers!

Cz.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


aspell / problems with umlauts

2006-07-29 Thread Reinhard Mayr aka Czerwinski

Hello on the list!

I have a problem concerning aspell: The document I write is in English,  
but my university wants me to write some paragraphs in German. OK, I  
select them, change the language accordingly, installed the aspell-de  
package and check the spelling.


Words containing an umlaut (äöü) are not properly recognized, e.g. the  
word für is suggested to be replaced by für. Accepting the  
replacement leads, in turn, to an unrecognized word error.


Can anyone please give me a hint what to tweak in order to get it running  
...?


Thanks in advance!

Cz.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


aspell / problems with umlauts

2006-07-29 Thread Reinhard Mayr aka Czerwinski

Hello on the list!

I have a problem concerning aspell: The document I write is in English,  
but my university wants me to write some paragraphs in German. OK, I  
select them, change the language accordingly, installed the aspell-de  
package and check the spelling.


Words containing an umlaut (äöü) are not properly recognized, e.g. the  
word für is suggested to be replaced by für. Accepting the  
replacement leads, in turn, to an unrecognized word error.


Can anyone please give me a hint what to tweak in order to get it running  
...?


Thanks in advance!

Cz.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


aspell / problems with umlauts

2006-07-29 Thread Reinhard Mayr aka Czerwinski

Hello on the list!

I have a problem concerning aspell: The document I write is in English,  
but my university wants me to write some paragraphs in German. OK, I  
select them, change the language accordingly, installed the aspell-de  
package and check the spelling.


Words containing an umlaut (äöü) are not properly recognized, e.g. the  
word "für" is suggested to be replaced by "für". Accepting the  
replacement leads, in turn, to an "unrecognized word" error.


Can anyone please give me a hint what to tweak in order to get it running  
...?


Thanks in advance!

Cz.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: Help !!! Lyx doesn't startup.

2006-07-23 Thread Reinhard Mayr aka Czerwinski
First, I would try to rename (=backup) the LyX working directory (is there  
anything like ~/.lyx in windows?) -- maybe there are some contents that  
confuse the program.


Best, Cz.

On Sun, 23 Jul 2006 04:43:24 +0200, Bo Peng [EMAIL PROTECTED] wrote:


Hello all,

When I start lyx in debug I'm having this error message. I'm working  
with

lyx for hours and now I cannot launch it.
Anu suggestions?


No idea what has happened. Have you ever started lyx successfully? Can
you recall anything special after you closed lyx last time?

The conventional wisdom of handling such things under windoze system
is that 'restart windows, reinstall lyx,  '

Bo





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: Help !!! Lyx doesn't startup.

2006-07-23 Thread Reinhard Mayr aka Czerwinski
First, I would try to rename (=backup) the LyX working directory (is there  
anything like ~/.lyx in windows?) -- maybe there are some contents that  
confuse the program.


Best, Cz.

On Sun, 23 Jul 2006 04:43:24 +0200, Bo Peng [EMAIL PROTECTED] wrote:


Hello all,

When I start lyx in debug I'm having this error message. I'm working  
with

lyx for hours and now I cannot launch it.
Anu suggestions?


No idea what has happened. Have you ever started lyx successfully? Can
you recall anything special after you closed lyx last time?

The conventional wisdom of handling such things under windoze system
is that 'restart windows, reinstall lyx,  '

Bo





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: Help !!! Lyx doesn't startup.

2006-07-23 Thread Reinhard Mayr aka Czerwinski
First, I would try to rename (=backup) the LyX working directory (is there  
anything like ~/.lyx in windows?) -- maybe there are some contents that  
confuse the program.


Best, Cz.

On Sun, 23 Jul 2006 04:43:24 +0200, Bo Peng <[EMAIL PROTECTED]> wrote:


Hello all,

When I start lyx in debug I'm having this error message. I'm working  
with

lyx for hours and now I cannot launch it.
Anu suggestions?


No idea what has happened. Have you ever started lyx successfully? Can
you recall anything special after you closed lyx last time?

The conventional wisdom of handling such things under windoze system
is that 'restart windows, reinstall lyx,  '

Bo





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: LyX: How to insert a doc with tabs?

2006-07-22 Thread Reinhard Mayr aka Czerwinski

How I solved the problem:

Finally, I saved the RTF doc (2 landscape A4 pages) in a A3-portrait page  
as PDF. As suggested by Jürgen, I inserted the PDF as figure, and the  
results looks quite nice.


Thanks everybody!

Cz.

On Fri, 21 Jul 2006 16:24:25 +0200, Jürgen Spitzmüller  
[EMAIL PROTECTED] wrote:



Also sprach Reinhard Mayr:

pdfpages cannot be used for DVI output -- is that right?


yes.


Error: Couldn't read xref table


No idea about that.


The solution I would best prefer would allow me to use latex instead of
pdflatex, enabling me to continue using all the eps images I have  
already

in the doc. (As far as I understood from the recent discussion pdflatex
does not support eps) -- Is this possible?


See Georg's answer for converting eps.
Vice versa, you could also try to insert the pdf as an image (via the  
graphics

dialog) instead of pdfpages. Then LyX _should_ convert it to something
suitable when you export to dvi. Or export the rtf to postscript and  
make it

an eps.

Jürgen


Thanks again  looking forward to new advices ;)
Cz.







--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: LyX: How to insert a doc with tabs?

2006-07-22 Thread Reinhard Mayr aka Czerwinski

How I solved the problem:

Finally, I saved the RTF doc (2 landscape A4 pages) in a A3-portrait page  
as PDF. As suggested by Jürgen, I inserted the PDF as figure, and the  
results looks quite nice.


Thanks everybody!

Cz.

On Fri, 21 Jul 2006 16:24:25 +0200, Jürgen Spitzmüller  
[EMAIL PROTECTED] wrote:



Also sprach Reinhard Mayr:

pdfpages cannot be used for DVI output -- is that right?


yes.


Error: Couldn't read xref table


No idea about that.


The solution I would best prefer would allow me to use latex instead of
pdflatex, enabling me to continue using all the eps images I have  
already

in the doc. (As far as I understood from the recent discussion pdflatex
does not support eps) -- Is this possible?


See Georg's answer for converting eps.
Vice versa, you could also try to insert the pdf as an image (via the  
graphics

dialog) instead of pdfpages. Then LyX _should_ convert it to something
suitable when you export to dvi. Or export the rtf to postscript and  
make it

an eps.

Jürgen


Thanks again  looking forward to new advices ;)
Cz.







--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: LyX: How to insert a doc with tabs?

2006-07-22 Thread Reinhard Mayr aka Czerwinski

How I solved the problem:

Finally, I saved the RTF doc (2 landscape A4 pages) in a A3-portrait page  
as PDF. As suggested by Jürgen, I inserted the PDF as figure, and the  
results looks quite nice.


Thanks everybody!

Cz.

On Fri, 21 Jul 2006 16:24:25 +0200, Jürgen Spitzmüller  
<[EMAIL PROTECTED]> wrote:



Also sprach Reinhard Mayr:

pdfpages cannot be used for DVI output -- is that right?


yes.


Error: Couldn't read xref table


No idea about that.


The solution I would best prefer would allow me to use latex instead of
pdflatex, enabling me to continue using all the eps images I have  
already

in the doc. (As far as I understood from the recent discussion pdflatex
does not support eps) -- Is this possible?


See Georg's answer for converting eps.
Vice versa, you could also try to insert the pdf as an image (via the  
graphics

dialog) instead of pdfpages. Then LyX _should_ convert it to something
suitable when you export to dvi. Or export the rtf to postscript and  
make it

an eps.

Jürgen


Thanks again & looking forward to new advices ;)
Cz.







--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: Re: LyX: How to insert a doc with tabs?

2006-07-21 Thread Reinhard Mayr
Jürgen,

thanks for the hints! I decided to use the pdfpages package, but the success so 
far is just minor:

pdfpages cannot be used for DVI output -- is that right? View/DVI produces an 
error Package pdfpages error: You produce DVI output but PDF output ... I 
think the message should go on... giving the advice Set output to PDF. (use: 
\pdfoutput = 1). I put this in my preamble (\pdfoutput = 1), but it did not 
help.
For this reason, I tried to produce a PDF via View/PDF (pdflatex), but this 
does not work eiter: LyX: cannot view file. No information for viewing PDF 
(pdflatex). I added the missing viewer to the PDF (pdflatex) entry under 
Tools/Preferences/File formats. This starts the viewer (kpdf) after the PDF was 
created, but the file seems to be corrupted (Could not open file ...). 
pdftotext tells me:
Error (0): PDF file is damaged - attempting to reconstruct xref table...
Error: Couldn't find trailer dictionary
Error: Couldn't read xref table

The solution I would best prefer would allow me to use latex instead of 
pdflatex, enabling me to continue using all the eps images I have already in 
the doc. (As far as I understood from the recent discussion pdflatex does not 
support eps) -- Is this possible?

Thanks again  looking forward to new advices ;)

Cz.

 Original-Nachricht 
Datum: Fri, 21 Jul 2006 08:01:09 +0200
Von: Juergen Spitzmueller [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org
Betreff: Re: LyX: How to insert a doc with tabs?

 Reinhard Mayr aka Czerwinski wrote:
  I would like to insert an RTF file into my working lyx doc. The RTF page
  
  is rather wide, so I plan to put it on a landscape page (is that  
  possible?). There are some tabs in the file and their positions are  
  essential to the meaning, so I would like to keep them (or at least the
  
  text should look as in the RTF editor). Not all lines make use of the
 tabs.
 
  Can sombody please give me some hints how to do that the most efficient
  
  way or provide some helpful keywords to look up?
 
 If you want it exactly to look like the rtf page, then convert that to PDF
 and 
 include it with pdfpages.
 
 http://www.ctan.org/tex-archive/help/Catalogue/entries/pdfpages.html
 
 If you want tabs in LyX/LaTeX, use the tabbing environment.
 
 http://www.giss.nasa.gov/tools/latex/ltx-58.html
 
 HTH,
 Jürgen

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
Feel free mit GMX DSL: http://www.gmx.net/de/go/dsl


Re: Re: Re: LyX: How to insert a doc with tabs?

2006-07-21 Thread Reinhard Mayr

 Original-Nachricht 
Datum: Fri, 21 Jul 2006 15:43:07 +0200
Von: Georg Baum [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org
Betreff: Re: Re: LyX: How to insert a doc with tabs?

 Reinhard Mayr wrote:
 
  pdfpages cannot be used for DVI output -- is that right? View/DVI
 produces
  an error Package pdfpages error: You produce DVI output but PDF output
  ... I think the message should go on... giving the advice Set output to
  PDF. (use: \pdfoutput = 1). I put this in my preamble (\pdfoutput =
 1),
  but it did not help. For this reason, I tried to produce a PDF via
  View/PDF (pdflatex), but this does not work eiter: LyX: cannot view
 file.
  No information for viewing PDF (pdflatex). I added the missing viewer
 to
  the PDF (pdflatex) entry under Tools/Preferences/File formats. This
 starts
  the viewer (kpdf) after the PDF was created, but the file seems to be
  corrupted (Could not open file ...). pdftotext tells me: Error (0):
 PDF
  file is damaged - attempting to reconstruct xref table... Error:
 Couldn't
  find trailer dictionary Error: Couldn't read xref table
 
 Does that also happen with a simple document, or does it only happen if
 you
 try to use pdfpages?

w/o pdfpages the output is readable, but there are devastating things done to 
my images in terms of size, rotation, quality, and even rendering of shadings. 
... It was always so nice with xdvi... ;(

 
  The solution I would best prefer would allow me to use latex instead of
  pdflatex, enabling me to continue using all the eps images I have
 already
  in the doc. (As far as I understood from the recent discussion pdflatex
  does not support eps) -- Is this possible?
 
 Yes and no. pdflatex alone can not use eps, but LyX will convert eps
 images
 for you if you have them in your LyX document and create a pdf with
 pdflatex.
 
 
 Georg

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
Feel free mit GMX DSL: http://www.gmx.net/de/go/dsl


Re: Re: LyX: How to insert a doc with tabs?

2006-07-21 Thread Reinhard Mayr
Jürgen,

thanks for the hints! I decided to use the pdfpages package, but the success so 
far is just minor:

pdfpages cannot be used for DVI output -- is that right? View/DVI produces an 
error Package pdfpages error: You produce DVI output but PDF output ... I 
think the message should go on... giving the advice Set output to PDF. (use: 
\pdfoutput = 1). I put this in my preamble (\pdfoutput = 1), but it did not 
help.
For this reason, I tried to produce a PDF via View/PDF (pdflatex), but this 
does not work eiter: LyX: cannot view file. No information for viewing PDF 
(pdflatex). I added the missing viewer to the PDF (pdflatex) entry under 
Tools/Preferences/File formats. This starts the viewer (kpdf) after the PDF was 
created, but the file seems to be corrupted (Could not open file ...). 
pdftotext tells me:
Error (0): PDF file is damaged - attempting to reconstruct xref table...
Error: Couldn't find trailer dictionary
Error: Couldn't read xref table

The solution I would best prefer would allow me to use latex instead of 
pdflatex, enabling me to continue using all the eps images I have already in 
the doc. (As far as I understood from the recent discussion pdflatex does not 
support eps) -- Is this possible?

Thanks again  looking forward to new advices ;)

Cz.

 Original-Nachricht 
Datum: Fri, 21 Jul 2006 08:01:09 +0200
Von: Juergen Spitzmueller [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org
Betreff: Re: LyX: How to insert a doc with tabs?

 Reinhard Mayr aka Czerwinski wrote:
  I would like to insert an RTF file into my working lyx doc. The RTF page
  
  is rather wide, so I plan to put it on a landscape page (is that  
  possible?). There are some tabs in the file and their positions are  
  essential to the meaning, so I would like to keep them (or at least the
  
  text should look as in the RTF editor). Not all lines make use of the
 tabs.
 
  Can sombody please give me some hints how to do that the most efficient
  
  way or provide some helpful keywords to look up?
 
 If you want it exactly to look like the rtf page, then convert that to PDF
 and 
 include it with pdfpages.
 
 http://www.ctan.org/tex-archive/help/Catalogue/entries/pdfpages.html
 
 If you want tabs in LyX/LaTeX, use the tabbing environment.
 
 http://www.giss.nasa.gov/tools/latex/ltx-58.html
 
 HTH,
 Jürgen

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
Feel free mit GMX DSL: http://www.gmx.net/de/go/dsl


Re: Re: Re: LyX: How to insert a doc with tabs?

2006-07-21 Thread Reinhard Mayr

 Original-Nachricht 
Datum: Fri, 21 Jul 2006 15:43:07 +0200
Von: Georg Baum [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org
Betreff: Re: Re: LyX: How to insert a doc with tabs?

 Reinhard Mayr wrote:
 
  pdfpages cannot be used for DVI output -- is that right? View/DVI
 produces
  an error Package pdfpages error: You produce DVI output but PDF output
  ... I think the message should go on... giving the advice Set output to
  PDF. (use: \pdfoutput = 1). I put this in my preamble (\pdfoutput =
 1),
  but it did not help. For this reason, I tried to produce a PDF via
  View/PDF (pdflatex), but this does not work eiter: LyX: cannot view
 file.
  No information for viewing PDF (pdflatex). I added the missing viewer
 to
  the PDF (pdflatex) entry under Tools/Preferences/File formats. This
 starts
  the viewer (kpdf) after the PDF was created, but the file seems to be
  corrupted (Could not open file ...). pdftotext tells me: Error (0):
 PDF
  file is damaged - attempting to reconstruct xref table... Error:
 Couldn't
  find trailer dictionary Error: Couldn't read xref table
 
 Does that also happen with a simple document, or does it only happen if
 you
 try to use pdfpages?

w/o pdfpages the output is readable, but there are devastating things done to 
my images in terms of size, rotation, quality, and even rendering of shadings. 
... It was always so nice with xdvi... ;(

 
  The solution I would best prefer would allow me to use latex instead of
  pdflatex, enabling me to continue using all the eps images I have
 already
  in the doc. (As far as I understood from the recent discussion pdflatex
  does not support eps) -- Is this possible?
 
 Yes and no. pdflatex alone can not use eps, but LyX will convert eps
 images
 for you if you have them in your LyX document and create a pdf with
 pdflatex.
 
 
 Georg

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
Feel free mit GMX DSL: http://www.gmx.net/de/go/dsl


Re: Re: LyX: How to insert a doc with tabs?

2006-07-21 Thread Reinhard Mayr
Jürgen,

thanks for the hints! I decided to use the pdfpages package, but the success so 
far is just minor:

pdfpages cannot be used for DVI output -- is that right? View/DVI produces an 
error "Package pdfpages error: You produce DVI output but PDF output" ... I 
think the message should go on... giving the advice "Set output to PDF. (use: 
\pdfoutput = 1)". I put this in my preamble ("\pdfoutput = 1"), but it did not 
help.
For this reason, I tried to produce a PDF via View/PDF (pdflatex), but this 
does not work eiter: "LyX: cannot view file. No information for viewing PDF 
(pdflatex)". I added the missing viewer to the PDF (pdflatex) entry under 
Tools/Preferences/File formats. This starts the viewer (kpdf) after the PDF was 
created, but the file seems to be corrupted ("Could not open file ..."). 
pdftotext tells me:
Error (0): PDF file is damaged - attempting to reconstruct xref table...
Error: Couldn't find trailer dictionary
Error: Couldn't read xref table

The solution I would best prefer would allow me to use latex instead of 
pdflatex, enabling me to continue using all the eps images I have already in 
the doc. (As far as I understood from the recent discussion pdflatex does not 
support eps) -- Is this possible?

Thanks again & looking forward to new advices ;)

Cz.

 Original-Nachricht 
Datum: Fri, 21 Jul 2006 08:01:09 +0200
Von: Juergen Spitzmueller <[EMAIL PROTECTED]>
An: lyx-users@lists.lyx.org
Betreff: Re: LyX: How to insert a doc with tabs?

> Reinhard Mayr aka Czerwinski wrote:
> > I would like to insert an RTF file into my working lyx doc. The RTF page
>  
> > is rather wide, so I plan to put it on a landscape page (is that  
> > possible?). There are some tabs in the file and their positions are  
> > essential to the meaning, so I would like to keep them (or at least the
>  
> > text should look as in the RTF editor). Not all lines make use of the
> tabs.
> >
> > Can sombody please give me some hints how to do that the most efficient
>  
> > way or provide some helpful keywords to look up?
> 
> If you want it exactly to look like the rtf page, then convert that to PDF
> and 
> include it with pdfpages.
> 
> http://www.ctan.org/tex-archive/help/Catalogue/entries/pdfpages.html
> 
> If you want tabs in LyX/LaTeX, use the tabbing environment.
> 
> http://www.giss.nasa.gov/tools/latex/ltx-58.html
> 
> HTH,
> Jürgen

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
"Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl


Re: Re: Re: LyX: How to insert a doc with tabs?

2006-07-21 Thread Reinhard Mayr

 Original-Nachricht 
Datum: Fri, 21 Jul 2006 15:43:07 +0200
Von: Georg Baum <[EMAIL PROTECTED]>
An: lyx-users@lists.lyx.org
Betreff: Re: Re: LyX: How to insert a doc with tabs?

> Reinhard Mayr wrote:
> 
> > pdfpages cannot be used for DVI output -- is that right? View/DVI
> produces
> > an error "Package pdfpages error: You produce DVI output but PDF output"
> > ... I think the message should go on... giving the advice "Set output to
> > PDF. (use: \pdfoutput = 1)". I put this in my preamble ("\pdfoutput =
> 1"),
> > but it did not help. For this reason, I tried to produce a PDF via
> > View/PDF (pdflatex), but this does not work eiter: "LyX: cannot view
> file.
> > No information for viewing PDF (pdflatex)". I added the missing viewer
> to
> > the PDF (pdflatex) entry under Tools/Preferences/File formats. This
> starts
> > the viewer (kpdf) after the PDF was created, but the file seems to be
> > corrupted ("Could not open file ..."). pdftotext tells me: Error (0):
> PDF
> > file is damaged - attempting to reconstruct xref table... Error:
> Couldn't
> > find trailer dictionary Error: Couldn't read xref table
> 
> Does that also happen with a simple document, or does it only happen if
> you
> try to use pdfpages?

w/o pdfpages the output is readable, but there are devastating things done to 
my images in terms of size, rotation, quality, and even rendering of shadings. 
... It was always so nice with xdvi... ;(

> 
> > The solution I would best prefer would allow me to use latex instead of
> > pdflatex, enabling me to continue using all the eps images I have
> already
> > in the doc. (As far as I understood from the recent discussion pdflatex
> > does not support eps) -- Is this possible?
> 
> Yes and no. pdflatex alone can not use eps, but LyX will convert eps
> images
> for you if you have them in your LyX document and create a pdf with
> pdflatex.
> 
> 
> Georg

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
"Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl


LyX: How to insert a doc with tabs?

2006-07-20 Thread Reinhard Mayr aka Czerwinski

Hi there,

I would like to insert an RTF file into my working lyx doc. The RTF page  
is rather wide, so I plan to put it on a landscape page (is that  
possible?). There are some tabs in the file and their positions are  
essential to the meaning, so I would like to keep them (or at least the  
text should look as in the RTF editor). Not all lines make use of the tabs.


Can sombody please give me some hints how to do that the most efficient  
way or provide some helpful keywords to look up?


Thanks in advance!

Cz.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


LyX: How to insert a doc with tabs?

2006-07-20 Thread Reinhard Mayr aka Czerwinski

Hi there,

I would like to insert an RTF file into my working lyx doc. The RTF page  
is rather wide, so I plan to put it on a landscape page (is that  
possible?). There are some tabs in the file and their positions are  
essential to the meaning, so I would like to keep them (or at least the  
text should look as in the RTF editor). Not all lines make use of the tabs.


Can sombody please give me some hints how to do that the most efficient  
way or provide some helpful keywords to look up?


Thanks in advance!

Cz.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


LyX: How to insert a doc with tabs?

2006-07-20 Thread Reinhard Mayr aka Czerwinski

Hi there,

I would like to insert an RTF file into my working lyx doc. The RTF page  
is rather wide, so I plan to put it on a landscape page (is that  
possible?). There are some tabs in the file and their positions are  
essential to the meaning, so I would like to keep them (or at least the  
text should look as in the RTF editor). Not all lines make use of the tabs.


Can sombody please give me some hints how to do that the most efficient  
way or provide some helpful keywords to look up?


Thanks in advance!

Cz.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: Wrong conversion of SVG for LyX inline display?

2006-07-12 Thread Reinhard Mayr
 
 To: lyx-users@lists.lyx.org
 From: Georg Baum [EMAIL PROTECTED]
 Subject: Re: Wrong conversion of SVG for LyX inline display?
 Date: Wed, 12 Jul 2006 08:38:30 +0200
 
 Reinhard Mayr aka Czerwinski wrote:
 
  Hello,
  
  I work with LyX 1.4.1 on OpenSuSE 10.1. And I use inkscape 0.43-20 to
  create some sketches.
  
  As it was some days ago discussed on the list, I created a conversion
  definition SVG-EPS defined as inkscape -E $$o $$i as wells as one
 for
  SVG-EPS as inkscape -e $$o $$i.
 
 I guess you mean SVG-PNG as inkscape -e $$o $$i?

Yes, it was late yesterday...

 
  In principal this works find, but with some files (I haven't found out
 the
  system, yet) an entire page (with the drawing placed like in inkscape)
 is
  displayed in LyX -- but LyX should only display the drawing and not
 the
  page.
  
  DVI and PDF output are fine -- it' s just about the representation in
 LyX.
  
  Can anybody tell me why this is and what I can do to see the drawing
 only?
 
 Probably you encountered a bug in the png export of inkscape. Does it
 work
 if you delete the SVG-PNG converter? In that case LyX will convert to
 EPS
 and then use the EPS-PNG converter (convert from imagemagick if you did
 not define your own) for display. If that does not work, send an example
 SVG file.

The problem still persists even if I delete the SVG-PNG conversion. A attached 
an SVG problem file.

One question in this respect: Does LyX save temp files of the converted images 
which are displayed? Shall I empty any cache?

 
 In a different thread about svg export resolution, I gave a script to
 extract
 the bounding box from png exports:
 http://www.mail-archive.com/lyx-users@lists.lyx.org/msg47491.html
 
 Maybe this can help as a wrapper of the png export.

Since it works sometimes and sometimes not I am actually looking for a solution 
for this miss-behavior. But thanks anyway for the link, I will keep that in 
mind and refer to if necessary.

 
 -- 
 Jean-Pierre

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*!
Feel free mit GMX DSL! http://www.gmx.net/de/go/dsl


primer-design.svg
Description: image/svg-xml


Re: Wrong conversion of SVG for LyX inline display?

2006-07-12 Thread Reinhard Mayr aka Czerwinski
Well, I think there must be 2 steps of conversion - one for displaying the  
image in LyX and one for the DVI output. -- Is that right?


When I use SVG as source format, which conversions take place for which  
situation?

What is the preferred format for LyX and for DVI output?

I thought (might be somehow wrong):
For DVI output, an EPS is required, therefore the SVG-EPS converter.
For LyX display, PNG is required, therefore SVG-PNG converter.

Nevertheless, Lyx also displays the image without the PNG conversion  
listet, but there is a difference. With the PNG conversion, the background  
is the same as the window background, without it is white.


Can anybody explain, which conversion applies in which situation?

Thanks!

Cz.

On Wed, 12 Jul 2006 15:48:37 +0200, Georg Baum  
[EMAIL PROTECTED] wrote:



Reinhard Mayr wrote:


The problem still persists even if I delete the SVG-PNG conversion. A
attached an SVG problem file.


I was wrong, LyX will use imagemagicks convert program in that case. You
need to set the SVG-PNG converter to a script that first exports to eps  
and
then converts that to png. Maybe the link posted by Jean-Pierre helps  
here.



One question in this respect: Does LyX save temp files of the converted
images which are displayed? Shall I empty any cache?


No, it does not have a cache.


Georg





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: Wrong conversion of SVG for LyX inline display?

2006-07-12 Thread Reinhard Mayr aka Czerwinski

Ok, I think I got it (after a while  *gg*)

I could also figure out why the images seemed to be cropped properly an  
newer images were not: The first images were created with gnumeric which  
adopts the canvas size -- and the newer images have a canvas of A4,  
therefore the large area to display in lyx... DVI output was always fine  
because EPS does not know a thing like the canvas.


So would like to thank the list members for their help and explanations  
... and for their patience!


Cz.

On Wed, 12 Jul 2006 21:12:55 +0200, Georg Baum  
[EMAIL PROTECTED] wrote:



Am Mittwoch, 12. Juli 2006 19:14 schrieb Reinhard Mayr aka Czerwinski:

Well, I think there must be 2 steps of conversion - one for displaying

the

image in LyX and one for the DVI output. -- Is that right?


Yes.


When I use SVG as source format, which conversions take place for which
situation?


You can see that in the terminal window if you start LyX with -dbg
graphics.


What is the preferred format for LyX and for DVI output?


There is no choice. latex needs eps for DVI output.


I thought (might be somehow wrong):
For DVI output, an EPS is required, therefore the SVG-EPS converter.


Right.


For LyX display, PNG is required, therefore SVG-PNG converter.


Almost right. ppm, xpm and a few other formats would also work.


Nevertheless, Lyx also displays the image without the PNG conversion
listet, but there is a difference. With the PNG conversion, the

background

is the same as the window background, without it is white.

Can anybody explain, which conversion applies in which situation?


I explained it already: If you don't specify a svg-png converter then  
LyX

will use the default converter.


Georg





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: Wrong conversion of SVG for LyX inline display?

2006-07-12 Thread Reinhard Mayr
 
 To: lyx-users@lists.lyx.org
 From: Georg Baum [EMAIL PROTECTED]
 Subject: Re: Wrong conversion of SVG for LyX inline display?
 Date: Wed, 12 Jul 2006 08:38:30 +0200
 
 Reinhard Mayr aka Czerwinski wrote:
 
  Hello,
  
  I work with LyX 1.4.1 on OpenSuSE 10.1. And I use inkscape 0.43-20 to
  create some sketches.
  
  As it was some days ago discussed on the list, I created a conversion
  definition SVG-EPS defined as inkscape -E $$o $$i as wells as one
 for
  SVG-EPS as inkscape -e $$o $$i.
 
 I guess you mean SVG-PNG as inkscape -e $$o $$i?

Yes, it was late yesterday...

 
  In principal this works find, but with some files (I haven't found out
 the
  system, yet) an entire page (with the drawing placed like in inkscape)
 is
  displayed in LyX -- but LyX should only display the drawing and not
 the
  page.
  
  DVI and PDF output are fine -- it' s just about the representation in
 LyX.
  
  Can anybody tell me why this is and what I can do to see the drawing
 only?
 
 Probably you encountered a bug in the png export of inkscape. Does it
 work
 if you delete the SVG-PNG converter? In that case LyX will convert to
 EPS
 and then use the EPS-PNG converter (convert from imagemagick if you did
 not define your own) for display. If that does not work, send an example
 SVG file.

The problem still persists even if I delete the SVG-PNG conversion. A attached 
an SVG problem file.

One question in this respect: Does LyX save temp files of the converted images 
which are displayed? Shall I empty any cache?

 
 In a different thread about svg export resolution, I gave a script to
 extract
 the bounding box from png exports:
 http://www.mail-archive.com/lyx-users@lists.lyx.org/msg47491.html
 
 Maybe this can help as a wrapper of the png export.

Since it works sometimes and sometimes not I am actually looking for a solution 
for this miss-behavior. But thanks anyway for the link, I will keep that in 
mind and refer to if necessary.

 
 -- 
 Jean-Pierre

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*!
Feel free mit GMX DSL! http://www.gmx.net/de/go/dsl


primer-design.svg
Description: image/svg-xml


Re: Wrong conversion of SVG for LyX inline display?

2006-07-12 Thread Reinhard Mayr aka Czerwinski
Well, I think there must be 2 steps of conversion - one for displaying the  
image in LyX and one for the DVI output. -- Is that right?


When I use SVG as source format, which conversions take place for which  
situation?

What is the preferred format for LyX and for DVI output?

I thought (might be somehow wrong):
For DVI output, an EPS is required, therefore the SVG-EPS converter.
For LyX display, PNG is required, therefore SVG-PNG converter.

Nevertheless, Lyx also displays the image without the PNG conversion  
listet, but there is a difference. With the PNG conversion, the background  
is the same as the window background, without it is white.


Can anybody explain, which conversion applies in which situation?

Thanks!

Cz.

On Wed, 12 Jul 2006 15:48:37 +0200, Georg Baum  
[EMAIL PROTECTED] wrote:



Reinhard Mayr wrote:


The problem still persists even if I delete the SVG-PNG conversion. A
attached an SVG problem file.


I was wrong, LyX will use imagemagicks convert program in that case. You
need to set the SVG-PNG converter to a script that first exports to eps  
and
then converts that to png. Maybe the link posted by Jean-Pierre helps  
here.



One question in this respect: Does LyX save temp files of the converted
images which are displayed? Shall I empty any cache?


No, it does not have a cache.


Georg





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: Wrong conversion of SVG for LyX inline display?

2006-07-12 Thread Reinhard Mayr aka Czerwinski

Ok, I think I got it (after a while  *gg*)

I could also figure out why the images seemed to be cropped properly an  
newer images were not: The first images were created with gnumeric which  
adopts the canvas size -- and the newer images have a canvas of A4,  
therefore the large area to display in lyx... DVI output was always fine  
because EPS does not know a thing like the canvas.


So would like to thank the list members for their help and explanations  
... and for their patience!


Cz.

On Wed, 12 Jul 2006 21:12:55 +0200, Georg Baum  
[EMAIL PROTECTED] wrote:



Am Mittwoch, 12. Juli 2006 19:14 schrieb Reinhard Mayr aka Czerwinski:

Well, I think there must be 2 steps of conversion - one for displaying

the

image in LyX and one for the DVI output. -- Is that right?


Yes.


When I use SVG as source format, which conversions take place for which
situation?


You can see that in the terminal window if you start LyX with -dbg
graphics.


What is the preferred format for LyX and for DVI output?


There is no choice. latex needs eps for DVI output.


I thought (might be somehow wrong):
For DVI output, an EPS is required, therefore the SVG-EPS converter.


Right.


For LyX display, PNG is required, therefore SVG-PNG converter.


Almost right. ppm, xpm and a few other formats would also work.


Nevertheless, Lyx also displays the image without the PNG conversion
listet, but there is a difference. With the PNG conversion, the

background

is the same as the window background, without it is white.

Can anybody explain, which conversion applies in which situation?


I explained it already: If you don't specify a svg-png converter then  
LyX

will use the default converter.


Georg





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: Wrong conversion of SVG for LyX inline display?

2006-07-12 Thread Reinhard Mayr
> 
> >>To: lyx-users@lists.lyx.org
> >>From: Georg Baum <[EMAIL PROTECTED]>
> >>Subject: Re: Wrong conversion of SVG for LyX inline display?
> >>Date: Wed, 12 Jul 2006 08:38:30 +0200
> >>
> >>Reinhard Mayr aka Czerwinski wrote:
> >>
> >>> Hello,
> >>> 
> >>> I work with LyX 1.4.1 on OpenSuSE 10.1. And I use inkscape 0.43-20 to
> >>> create some sketches.
> >>> 
> >>> As it was some days ago discussed on the list, I created a conversion
> >>> definition SVG->EPS defined as "inkscape -E $$o $$i" as wells as one
> for
> >>> SVG->EPS as "inkscape -e $$o $$i".
> >>
> >>I guess you mean SVG->PNG as "inkscape -e $$o $$i"?

Yes, it was late yesterday...

> >>
> >>> In principal this works find, but with some files (I haven't found out
> the
> >>> system, yet) an entire page (with the drawing placed like in inkscape)
> is
> >>> displayed in LyX -- but LyX should only display the drawing and not
> the
> >>> page.
> >>> 
> >>> DVI and PDF output are fine -- it' s just about the representation in
> LyX.
> >>> 
> >>> Can anybody tell me why this is and what I can do to see the drawing
> only?
> >>
> >>Probably you encountered a bug in the png export of inkscape. Does it
> work
> >>if you delete the SVG->PNG converter? In that case LyX will convert to
> EPS
> >>and then use the EPS->PNG converter (convert from imagemagick if you did
> >>not define your own) for display. If that does not work, send an example
> >>SVG file.

The problem still persists even if I delete the SVG->PNG conversion. A attached 
an SVG problem file.

One question in this respect: Does LyX save temp files of the converted images 
which are displayed? Shall I empty any cache?

> 
> In a different thread about svg export resolution, I gave a script to
> extract
> the bounding box from png exports:
> http://www.mail-archive.com/lyx-users@lists.lyx.org/msg47491.html
> 
> Maybe this can help as a wrapper of the png export.

Since it works sometimes and sometimes not I am actually looking for a solution 
for this miss-behavior. But thanks anyway for the link, I will keep that in 
mind and refer to if necessary.

> 
> -- 
> Jean-Pierre

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*!
"Feel free" mit GMX DSL! http://www.gmx.net/de/go/dsl


primer-design.svg
Description: image/svg-xml


Re: Wrong conversion of SVG for LyX inline display?

2006-07-12 Thread Reinhard Mayr aka Czerwinski
Well, I think there must be 2 steps of conversion - one for displaying the  
image in LyX and one for the DVI output. -- Is that right?


When I use SVG as source format, which conversions take place for which  
situation?

What is the preferred format for LyX and for DVI output?

I thought (might be somehow wrong):
For DVI output, an EPS is required, therefore the SVG->EPS converter.
For LyX display, PNG is required, therefore SVG->PNG converter.

Nevertheless, Lyx also displays the image without the PNG conversion  
listet, but there is a difference. With the PNG conversion, the background  
is the same as the window background, without it is white.


Can anybody explain, which conversion applies in which situation?

Thanks!

Cz.

On Wed, 12 Jul 2006 15:48:37 +0200, Georg Baum  
<[EMAIL PROTECTED]> wrote:



Reinhard Mayr wrote:


The problem still persists even if I delete the SVG->PNG conversion. A
attached an SVG problem file.


I was wrong, LyX will use imagemagicks convert program in that case. You
need to set the SVG-PNG converter to a script that first exports to eps  
and
then converts that to png. Maybe the link posted by Jean-Pierre helps  
here.



One question in this respect: Does LyX save temp files of the converted
images which are displayed? Shall I empty any cache?


No, it does not have a cache.


Georg





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: Wrong conversion of SVG for LyX inline display?

2006-07-12 Thread Reinhard Mayr aka Czerwinski

Ok, I think I got it (after a while  *gg*)

I could also figure out why the images seemed to be cropped properly an  
newer images were not: The first images were created with gnumeric which  
adopts the canvas size -- and the newer images have a canvas of A4,  
therefore the large area to display in lyx... DVI output was always fine  
because EPS does not know a thing like the canvas.


So would like to thank the list members for their help and explanations  
... and for their patience!


Cz.

On Wed, 12 Jul 2006 21:12:55 +0200, Georg Baum  
<[EMAIL PROTECTED]> wrote:



Am Mittwoch, 12. Juli 2006 19:14 schrieb Reinhard Mayr aka Czerwinski:

Well, I think there must be 2 steps of conversion - one for displaying

the

image in LyX and one for the DVI output. -- Is that right?


Yes.


When I use SVG as source format, which conversions take place for which
situation?


You can see that in the terminal window if you start LyX with -dbg
graphics.


What is the preferred format for LyX and for DVI output?


There is no choice. latex needs eps for DVI output.


I thought (might be somehow wrong):
For DVI output, an EPS is required, therefore the SVG->EPS converter.


Right.


For LyX display, PNG is required, therefore SVG->PNG converter.


Almost right. ppm, xpm and a few other formats would also work.


Nevertheless, Lyx also displays the image without the PNG conversion
listet, but there is a difference. With the PNG conversion, the

background

is the same as the window background, without it is white.

Can anybody explain, which conversion applies in which situation?


I explained it already: If you don't specify a svg->png converter then  
LyX

will use the default converter.


Georg





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Wrong conversion of SVG for LyX inline display?

2006-07-11 Thread Reinhard Mayr aka Czerwinski

Hello,

I work with LyX 1.4.1 on OpenSuSE 10.1. And I use inkscape 0.43-20 to  
create some sketches.


As it was some days ago discussed on the list, I created a conversion  
definition SVG-EPS defined as inkscape -E $$o $$i as wells as one for  
SVG-EPS as inkscape -e $$o $$i.


In principal this works find, but with some files (I haven't found out the  
system, yet) an entire page (with the drawing placed like in inkscape) is  
displayed in LyX -- but LyX should only display the drawing and not the  
page.


DVI and PDF output are fine -- it' s just about the representation in LyX.

Can anybody tell me why this is and what I can do to see the drawing only?

Thanks!

Cz.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Wrong conversion of SVG for LyX inline display?

2006-07-11 Thread Reinhard Mayr aka Czerwinski

Hello,

I work with LyX 1.4.1 on OpenSuSE 10.1. And I use inkscape 0.43-20 to  
create some sketches.


As it was some days ago discussed on the list, I created a conversion  
definition SVG-EPS defined as inkscape -E $$o $$i as wells as one for  
SVG-EPS as inkscape -e $$o $$i.


In principal this works find, but with some files (I haven't found out the  
system, yet) an entire page (with the drawing placed like in inkscape) is  
displayed in LyX -- but LyX should only display the drawing and not the  
page.


DVI and PDF output are fine -- it' s just about the representation in LyX.

Can anybody tell me why this is and what I can do to see the drawing only?

Thanks!

Cz.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Wrong conversion of SVG for LyX inline display?

2006-07-11 Thread Reinhard Mayr aka Czerwinski

Hello,

I work with LyX 1.4.1 on OpenSuSE 10.1. And I use inkscape 0.43-20 to  
create some sketches.


As it was some days ago discussed on the list, I created a conversion  
definition SVG->EPS defined as "inkscape -E $$o $$i" as wells as one for  
SVG->EPS as "inkscape -e $$o $$i".


In principal this works find, but with some files (I haven't found out the  
system, yet) an entire page (with the drawing placed like in inkscape) is  
displayed in LyX -- but LyX should only display the drawing and not the  
page.


DVI and PDF output are fine -- it' s just about the representation in LyX.

Can anybody tell me why this is and what I can do to see the drawing only?

Thanks!

Cz.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: How to number the equations

2006-07-02 Thread Reinhard Mayr aka Czerwinski

Hi Zhenhua,

I do it like this:

o   Ctrl-Shift-M -- math mode
o   enter the equation
o	press the 'label' button from the toolbar (or Insert/Label...) while in  
the math field (that's the key!)


The lyx window says something like  (eq:the-label)

HTH,

Reinhard.

On Mon, 03 Jul 2006 00:47:04 +0200, Zhenhua Wu [EMAIL PROTECTED] wrote:


Hello, everyone,

I am new to the LyX, I am using LyX 1.4.1 under the Fedora 5. I want to
know how to number the equations.

Before sending this mail, I read the help file, but the solution is for
the early version, since I can do nothing with the help's suggestion.

When I edit the TeX source file, I try to add the equations environment
to number the equations, but, when I import the TeX file into the LyX
and try to preview the dvi file, it failed.

Can anyone help me?

Best wishes,

  * Zhenhua





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: How to number the equations

2006-07-02 Thread Reinhard Mayr aka Czerwinski

Hi Zhenhua,

just do not label the equation, then there should not be a numbering.

Best,

Reinhard.

On Mon, 03 Jul 2006 01:54:55 +0200, Zhenhua Wu [EMAIL PROTECTED] wrote:


Hi, Reinhard,

Thanks for your help. I have got it.

But another problem. If I don't want to number the new defined equation
sequentially, e.g. I want to mark it as equation *. How to do this? What
should I enter in the eq: .

Best wishes,

Zhenhua

On 2006.07.02 12:20:44 +0200, Reinhard Mayr aka Czerwinski wrote:


Hi Zhenhua,

I do it like this:

o   Ctrl-Shift-M -- math mode
o   enter the equation
o   press the 'label' button from the toolbar (or Insert/Label...)

while

in  the math field (that's the key!)

The lyx window says something like  (eq:the-label)

HTH,

Reinhard.






--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: How to number the equations

2006-07-02 Thread Reinhard Mayr aka Czerwinski

Hi Zhenhua,

I do it like this:

o   Ctrl-Shift-M -- math mode
o   enter the equation
o	press the 'label' button from the toolbar (or Insert/Label...) while in  
the math field (that's the key!)


The lyx window says something like  (eq:the-label)

HTH,

Reinhard.

On Mon, 03 Jul 2006 00:47:04 +0200, Zhenhua Wu [EMAIL PROTECTED] wrote:


Hello, everyone,

I am new to the LyX, I am using LyX 1.4.1 under the Fedora 5. I want to
know how to number the equations.

Before sending this mail, I read the help file, but the solution is for
the early version, since I can do nothing with the help's suggestion.

When I edit the TeX source file, I try to add the equations environment
to number the equations, but, when I import the TeX file into the LyX
and try to preview the dvi file, it failed.

Can anyone help me?

Best wishes,

  * Zhenhua





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: How to number the equations

2006-07-02 Thread Reinhard Mayr aka Czerwinski

Hi Zhenhua,

just do not label the equation, then there should not be a numbering.

Best,

Reinhard.

On Mon, 03 Jul 2006 01:54:55 +0200, Zhenhua Wu [EMAIL PROTECTED] wrote:


Hi, Reinhard,

Thanks for your help. I have got it.

But another problem. If I don't want to number the new defined equation
sequentially, e.g. I want to mark it as equation *. How to do this? What
should I enter in the eq: .

Best wishes,

Zhenhua

On 2006.07.02 12:20:44 +0200, Reinhard Mayr aka Czerwinski wrote:


Hi Zhenhua,

I do it like this:

o   Ctrl-Shift-M -- math mode
o   enter the equation
o   press the 'label' button from the toolbar (or Insert/Label...)

while

in  the math field (that's the key!)

The lyx window says something like  (eq:the-label)

HTH,

Reinhard.






--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: How to number the equations

2006-07-02 Thread Reinhard Mayr aka Czerwinski

Hi Zhenhua,

I do it like this:

o   Ctrl-Shift-M --> math mode
o   enter the equation
o	press the 'label' button from the toolbar (or Insert/Label...) while in  
the math field (that's the key!)


The lyx window says something like  (eq:)

HTH,

Reinhard.

On Mon, 03 Jul 2006 00:47:04 +0200, Zhenhua Wu <[EMAIL PROTECTED]> wrote:


Hello, everyone,

I am new to the LyX, I am using LyX 1.4.1 under the Fedora 5. I want to
know how to number the equations.

Before sending this mail, I read the help file, but the solution is for
the early version, since I can do nothing with the help's suggestion.

When I edit the TeX source file, I try to add the equations environment
to number the equations, but, when I import the TeX file into the LyX
and try to preview the dvi file, it failed.

Can anyone help me?

Best wishes,

  * Zhenhua





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: How to number the equations

2006-07-02 Thread Reinhard Mayr aka Czerwinski

Hi Zhenhua,

just do not label the equation, then there should not be a numbering.

Best,

Reinhard.

On Mon, 03 Jul 2006 01:54:55 +0200, Zhenhua Wu <[EMAIL PROTECTED]> wrote:


Hi, Reinhard,

Thanks for your help. I have got it.

But another problem. If I don't want to number the new defined equation
sequentially, e.g. I want to mark it as equation *. How to do this? What
should I enter in the "eq: ".

Best wishes,

Zhenhua

On 2006.07.02 12:20:44 +0200, Reinhard Mayr aka Czerwinski wrote:


Hi Zhenhua,

I do it like this:

o   Ctrl-Shift-M --> math mode
o   enter the equation
o   press the 'label' button from the toolbar (or Insert/Label...)

while

in  the math field (that's the key!)

The lyx window says something like  (eq:)

HTH,

Reinhard.






--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Hyphenation depends on formatting?

2006-06-24 Thread Reinhard Mayr aka Czerwinski

Hello,

there is a strange situation with hyphenation that seems to depend on my  
current formatting. The line I wrote is


---
Resulting genotype YRM5: natNT2::PADH-DON1-3mCherry::kanMX6,  
PADH-meGFP::URA3

---

where PADH both times is written with ADH as subscript, therefore these  
3 letters are in a math box.


When the text is written in upright characters, all is fine. Due to  
nomenclature rules the text has to be italic -- and now the hyphenation  
does not work and the line does not break.


Can anybody please tell me why this is and how to cope with the situation?

Thanks in advance!

Cz.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Hyphenation depends on formatting?

2006-06-24 Thread Reinhard Mayr aka Czerwinski

Hello,

there is a strange situation with hyphenation that seems to depend on my  
current formatting. The line I wrote is


---
Resulting genotype YRM5: natNT2::PADH-DON1-3mCherry::kanMX6,  
PADH-meGFP::URA3

---

where PADH both times is written with ADH as subscript, therefore these  
3 letters are in a math box.


When the text is written in upright characters, all is fine. Due to  
nomenclature rules the text has to be italic -- and now the hyphenation  
does not work and the line does not break.


Can anybody please tell me why this is and how to cope with the situation?

Thanks in advance!

Cz.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Hyphenation depends on formatting?

2006-06-24 Thread Reinhard Mayr aka Czerwinski

Hello,

there is a strange situation with hyphenation that seems to depend on my  
current formatting. The line I wrote is


---
Resulting genotype YRM5: natNT2::PADH-DON1-3mCherry::kanMX6,  
PADH-meGFP::URA3

---

where "PADH" both times is written with ADH as subscript, therefore these  
3 letters are in a math box.


When the text is written in upright characters, all is fine. Due to  
nomenclature rules the text has to be italic -- and now the hyphenation  
does not work and the line does not break.


Can anybody please tell me why this is and how to cope with the situation?

Thanks in advance!

Cz.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Re: Bibliography

2002-05-16 Thread Peter Mayr

Hi!


 Hi, am in the same situation as Martin. And I found that bibtex-files
 are easy. But they seem to lack one feature that the bibliography of Lyx
 has: Writing your own labels rather than using the numbers [1]. (and
 I am talking about this feature:
 
 \bibitem [Haraway, 1989]{Primate_Visions}
 
 )
 
 Anybody who knows if it is possible to insert such labels in .bib files?

My experiences: I had to use APA style for citations and it uses the 
author as label, so I had one source without an author and it would me 
give me an empty citations, the solution was to use the attribute key
in the bibtex file (key = {something},) to get a custom label, maybe 
this also works for you...

have a nice day

peter

btw: just yesterday I handed in my thesis that I wrote with LyX, and I 
am really grateful for this software package it saved me some hassle 
(and also gave me some, but that's a different story ;-))





Re: Bibliography

2002-05-16 Thread Peter Mayr

Hi!


 Hi, am in the same situation as Martin. And I found that bibtex-files
 are easy. But they seem to lack one feature that the bibliography of Lyx
 has: Writing your own labels rather than using the numbers [1]. (and
 I am talking about this feature:
 
 \bibitem [Haraway, 1989]{Primate_Visions}
 
 )
 
 Anybody who knows if it is possible to insert such labels in .bib files?

My experiences: I had to use APA style for citations and it uses the 
author as label, so I had one source without an author and it would me 
give me an empty citations, the solution was to use the attribute key
in the bibtex file (key = {something},) to get a custom label, maybe 
this also works for you...

have a nice day

peter

btw: just yesterday I handed in my thesis that I wrote with LyX, and I 
am really grateful for this software package it saved me some hassle 
(and also gave me some, but that's a different story ;-))





Re: Bibliography

2002-05-16 Thread Peter Mayr

Hi!


> Hi, am in the same situation as Martin. And I found that bibtex-files
> are easy. But they seem to lack one feature that the bibliography of Lyx
> has: Writing your own "labels" rather than using the numbers "[1]". (and
> I am talking about this feature:
> 
> \bibitem [Haraway, 1989]{Primate_Visions}
> 
> )
> 
> Anybody who knows if it is possible to insert such labels in .bib files?

My experiences: I had to use APA style for citations and it uses the 
author as label, so I had one source without an author and it would me 
give me an empty citations, the solution was to use the attribute key
in the bibtex file (key = {something},) to get a custom label, maybe 
this also works for you...

have a nice day

peter

btw: just yesterday I handed in my thesis that I wrote with LyX, and I 
am really grateful for this software package it saved me some hassle 
(and also gave me some, but that's a different story ;-))





Re: Setting Charecter Size

2002-05-04 Thread Peter Mayr

Hi!

Ramin Yasdi wrote:

 I want to set character size of the entire document to Largest but not
 the lines with Latex.
 How can I  do it?
 Selection entire document; Layout-Character Style - Size=Largest,
 Misc=LateX mode
Sorry, if I am not understanding you correctly, but
Layout-Document
Tab Document
Field Fontsize
is not what you are looking for?

have a nice day

Peter








Re: Setting Charecter Size

2002-05-04 Thread Peter Mayr

Hi!

Ramin Yasdi wrote:

 I want to set character size of the entire document to Largest but not
 the lines with Latex.
 How can I  do it?
 Selection entire document; Layout-Character Style - Size=Largest,
 Misc=LateX mode
Sorry, if I am not understanding you correctly, but
Layout-Document
Tab Document
Field Fontsize
is not what you are looking for?

have a nice day

Peter








Re: Setting Charecter Size

2002-05-04 Thread Peter Mayr

Hi!

Ramin Yasdi wrote:

> I want to set character size of the entire document to Largest but not
> the lines with Latex.
> How can I  do it?
> Selection entire document; Layout->Character Style -> Size=Largest,
> Misc=LateX mode
Sorry, if I am not understanding you correctly, but
Layout->Document
Tab Document
Field Fontsize
is not what you are looking for?

have a nice day

Peter








Re: Suppressing the date in article format?

2002-04-26 Thread Peter Mayr

Oliver Margraf wrote:
 Hi,
 
 after looking throught the help at lyx.org, I have a question which may 
 be a silly one: is there a way to suppress the date in the 'article' 
 class or at least an option where you can configure the placement of the 
 date?
 Thanks in advance.

Hi,

I just recalled the same question answered on friday (see below), hope 
this helps

have a nice day,

Peter

Am Freitag, 19. April 2002 18:47 schrieb José Luis Gómez Dans:

  On Friday 19 April 2002 17:38, Christian Beermann wrote:

   Hello,
  
   I use the comascript article class for an document, but I dont to
   have the date displayed after the title is there any way to
   delete it ?

 
   Don't know if any other way is available, but if you put in the
  preamble
   \date {}
  you're done :-)
  Jose






Re: Suppressing the date in article format?

2002-04-26 Thread Peter Mayr

Oliver Margraf wrote:
 Hi,
 
 after looking throught the help at lyx.org, I have a question which may 
 be a silly one: is there a way to suppress the date in the 'article' 
 class or at least an option where you can configure the placement of the 
 date?
 Thanks in advance.

Hi,

I just recalled the same question answered on friday (see below), hope 
this helps

have a nice day,

Peter

Am Freitag, 19. April 2002 18:47 schrieb José Luis Gómez Dans:

  On Friday 19 April 2002 17:38, Christian Beermann wrote:

   Hello,
  
   I use the comascript article class for an document, but I dont to
   have the date displayed after the title is there any way to
   delete it ?

 
   Don't know if any other way is available, but if you put in the
  preamble
   \date {}
  you're done :-)
  Jose






Re: Suppressing the date in article format?

2002-04-26 Thread Peter Mayr

Oliver Margraf wrote:
> Hi,
> 
> after looking throught the help at lyx.org, I have a question which may 
> be a silly one: is there a way to suppress the date in the 'article' 
> class or at least an option where you can configure the placement of the 
> date?
> Thanks in advance.

Hi,

I just recalled the same question answered on friday (see below), hope 
this helps

have a nice day,

Peter

Am Freitag, 19. April 2002 18:47 schrieb José Luis Gómez Dans:

 > On Friday 19 April 2002 17:38, Christian Beermann wrote:

 > > Hello,
 > >
 > > I use the comascript article class for an document, but I dont to
 > > have the date displayed after the title is there any way to
 > > "delete" it ?

 >
 >  Don't know if any other way is available, but if you put in the
 > preamble
 >  \date {}
 > you're done :-)
 > Jose






Re: Beginner: use of Jpeg, Png + lyx preview and html output

2001-06-27 Thread Mayr

 Olivier Tubach [EMAIL PROTECTED] 06/27/01 10:58 AM 
About the html export, is it possible to produce a different html file
for each part of my lyx document ?
lyx uses latex2html and in the normal view html it passes the argument -no_subdirs to 
latex2html so if you export your lyx file s tex you can run latex2html file.tex on 
the command line  and it will produce one html file per chapter (so-called nodes 
[node1.html, node2.html]) another advantage of this approach is that you can pass 
other nifty arguments to latexh2html eg local icons for navigation your email as 
author the help to latex2html is pretty good...

as far as your image problems are concernec I dont really can help you I just simply 
convert my files into .eps

good luck

peter












Re: Beginner: use of Jpeg, Png + lyx preview and html output

2001-06-27 Thread Mayr

 Olivier Tubach [EMAIL PROTECTED] 06/27/01 10:58 AM 
About the html export, is it possible to produce a different html file
for each part of my lyx document ?
lyx uses latex2html and in the normal view html it passes the argument -no_subdirs to 
latex2html so if you export your lyx file s tex you can run latex2html file.tex on 
the command line  and it will produce one html file per chapter (so-called nodes 
[node1.html, node2.html]) another advantage of this approach is that you can pass 
other nifty arguments to latexh2html eg local icons for navigation your email as 
author the help to latex2html is pretty good...

as far as your image problems are concernec I dont really can help you I just simply 
convert my files into .eps

good luck

peter












Re: Beginner: use of Jpeg, Png + lyx preview and html output

2001-06-27 Thread Mayr

>>> Olivier Tubach <[EMAIL PROTECTED]> 06/27/01 10:58 AM >>>
>About the html export, is it possible to produce a different html file
f>or each part of my lyx document ?
lyx uses latex2html and in the normal view html it passes the argument -no_subdirs to 
latex2html so if you export your lyx file s tex you can run latex2html .tex on 
the command line  and it will produce one html file per chapter (so-called nodes 
[node1.html, node2.html]) another advantage of this approach is that you can pass 
other nifty arguments to latexh2html eg local icons for navigation your email as 
author the help to latex2html is pretty good...

as far as your image problems are concernec I dont really can help you I just simply 
convert my files into .eps

good luck

peter












Re: Conversion Lyx to doc

2001-06-21 Thread Mayr



Linux - the choice of a GNU generation !
(... because a PC is a terrible thing to waste)


PGP-Public Key can be downloaded at:
http://info.fh-eisenstadt.ac.at/~mayr.student.info/pgp_key.asc

 Jan Ulrich Hasecke [EMAIL PROTECTED] 06/21 12:29  
chebira [EMAIL PROTECTED] writes:

 I would like to know if ther are some converters from Lyx documents to
 RTF or DOC format. 
 and in the other way rtf2doc or doc2lyx.

one possibility would be to export the file as LaTex and then use
the ltx2rtf-converter
http://www.kfa-juelich.de/isr/1/texconv/ltx2rtf.html


Isn't there a good Word-Import-Tool for LyX?

some time again I heard the opinion (on this list?) that it ii the simplest solution 
to save the doc file as plain text and then import the textfile

greetings

peter




Re: Conversion Lyx to doc

2001-06-21 Thread Mayr



Linux - the choice of a GNU generation !
(... because a PC is a terrible thing to waste)


PGP-Public Key can be downloaded at:
http://info.fh-eisenstadt.ac.at/~mayr.student.info/pgp_key.asc

 Jan Ulrich Hasecke [EMAIL PROTECTED] 06/21 12:29  
chebira [EMAIL PROTECTED] writes:

 I would like to know if ther are some converters from Lyx documents to
 RTF or DOC format. 
 and in the other way rtf2doc or doc2lyx.

one possibility would be to export the file as LaTex and then use
the ltx2rtf-converter
http://www.kfa-juelich.de/isr/1/texconv/ltx2rtf.html


Isn't there a good Word-Import-Tool for LyX?

some time again I heard the opinion (on this list?) that it ii the simplest solution 
to save the doc file as plain text and then import the textfile

greetings

peter




Re: Conversion Lyx to doc

2001-06-21 Thread Mayr



Linux - the choice of a GNU generation !
(... because a PC is a terrible thing to waste)


PGP-Public Key can be downloaded at:
http://info.fh-eisenstadt.ac.at/~mayr.student.info/pgp_key.asc

>>> Jan Ulrich Hasecke <[EMAIL PROTECTED]> 06/21 12:29  >>>
chebira <[EMAIL PROTECTED]> writes:

> I would like to know if ther are some converters from Lyx documents to
> RTF or DOC format. 
> and in the other way rtf2doc or doc2lyx.

one possibility would be to export the file as LaTex and then use
the ltx2rtf-converter
http://www.kfa-juelich.de/isr/1/texconv/ltx2rtf.html


>Isn't there a good Word-Import-Tool for LyX?

some time again I heard the opinion (on this list?) that it ii the simplest solution 
to save the doc file as plain text and then import the textfile

greetings

peter




Antw: Re: Problems with BibTeX

2001-06-15 Thread Peter Mayr

No, (I have to confess that I am rather a LaTeX newbie..)

but thanks for the hint!

Peter

Linux - the choice of a GNU generation !
(... because a PC is a terrible thing to waste)


PGP-Public Key can be downloaded at:
http://info.fh-eisenstadt.ac.at/~mayr.student.info/pgp_key.asc

 Kayvan A. Sylvan [EMAIL PROTECTED] 06/15 8:46  
Have you tried putting a \ before the underscore?

---Kayvan

On Fri, Jun 15, 2001 at 08:02:45AM +0200, Mayr wrote:
 Hi, everybody,
 
 first of all let me express my thanks to all the people who are contributing
 to this list, I really learned a lot here, but now I am having a bit of a
 difficulty, and my seminar paper is soon due... :-(
 
 I am not sure if this is the right place to ask about a BibTeX Problem, so
 please redirect me if my question is not appropriate for this list...
 
 I have to use the APA Styleguide for citations (\usepackage{doc,apacite}) but
 I am not sure, how to cite webpages in BibTex, so I used the following
 compromise:
 
 bibtex entry
 
 @book{NIEa,
   author  = {Nielsen, J.},
   title   = {How to Conduct a Heuristic Evaluation},
   year= {s.a.},
   note= {Retrieved March 23, 2001 from the World Wide
 http://www.useit.com/papers/test_u.html} 
 
 /bibtex entry
 
 
 The problem is that the underscore _ in the cited URLS leads to four
 mysterious error messages, when I try to latex my document:
 
 Extra }, or forgotten \endgroup
 Missing } inserted
 Missing $ inserted
 Missing $ inserted
 
 The descriptions to the messages talk about a math enviroment but that
 doesn't give me any clue at all...
 
 I am using BibTeX (Web2C 7.3.1) 0.99c, TeX (Web2C 7.3.1) 3.14159 on SuSE 6.4
 
 I really would appreciate some ideas or help
 
 Best regards
 
 Peter
 
 P.S.: general suggestions, about citing webpages in BibTeX are also welcome...
 
 Tutorials  Artikel:
 http://www.infofreak.at/materialien/ 
 
 
 Linux - the choice of a GNU generation !
 (... because a PC is a terrible thing to waste)
 
 
 PGP-Public Key can be downloaded at:
 http://info.fh-eisenstadt.ac.at/~mayr.student.info/pgp_key.asc 

-- 
Kayvan A. Sylvan  | Proud husband of   | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | crown of her husband | Robin Gregory (2/28/92)



Antw: Re: Problems with BibTeX

2001-06-15 Thread Mayr

Thanks for your help and informative answer !

Peter

p.s.: on such a day I praise the Internet and its ability to get people together ;-)

 Guenter Milde [EMAIL PROTECTED] 06/15 8:58  
On Fri, 15 Jun 2001 08:02:45 +0200 wrote Mayr [EMAIL PROTECTED]:
 
 The problem is that the underscore _ in the cited URLS leads to four
 mysterious error messages, when I try to latex my document:
 
 Extra }, or forgotten \endgroup
 Missing } inserted
 Missing $ inserted
 Missing $ inserted
 
 The descriptions to the messages talk about a math enviroment but that
 doesn't give me any clue at all...

Remember, that the Text in Bibtex-Entries is processed by LaTeX. The
underscore is a command to let the following sign be a subscript and only
works in the math environment (the blue Mathed in Lyx). $ toggles between
math and text and therefore TeX tried to correct you by inserting one
(BTW: this could be regarded as Wordish behaviour - correct the user
without asking - still you will be informed)

The solution is to escape the underscore: \_ instead of _.

 
 P.S.: general suggestions, about citing webpages in BibTeX are also welcome...

There are styles, that have url as a citation type, however, if you stick to
the standard styles, misc will be a better choice than book. So how about

@misc{nielsen:2001,
title = {How to Conduct a Heuristic Evaluation},
author = {Nielsen, J.},
howpublished = {Retrieved March 23, 2001 from the World Wide Web 
http://www.useit.com/papers/test\_u.html} 
}

Guenter

--
[EMAIL PROTECTED] 





Antw: Re: Problems with BibTeX

2001-06-15 Thread Peter Mayr

No, (I have to confess that I am rather a LaTeX newbie..)

but thanks for the hint!

Peter

Linux - the choice of a GNU generation !
(... because a PC is a terrible thing to waste)


PGP-Public Key can be downloaded at:
http://info.fh-eisenstadt.ac.at/~mayr.student.info/pgp_key.asc

 Kayvan A. Sylvan [EMAIL PROTECTED] 06/15 8:46  
Have you tried putting a \ before the underscore?

---Kayvan

On Fri, Jun 15, 2001 at 08:02:45AM +0200, Mayr wrote:
 Hi, everybody,
 
 first of all let me express my thanks to all the people who are contributing
 to this list, I really learned a lot here, but now I am having a bit of a
 difficulty, and my seminar paper is soon due... :-(
 
 I am not sure if this is the right place to ask about a BibTeX Problem, so
 please redirect me if my question is not appropriate for this list...
 
 I have to use the APA Styleguide for citations (\usepackage{doc,apacite}) but
 I am not sure, how to cite webpages in BibTex, so I used the following
 compromise:
 
 bibtex entry
 
 @book{NIEa,
   author  = {Nielsen, J.},
   title   = {How to Conduct a Heuristic Evaluation},
   year= {s.a.},
   note= {Retrieved March 23, 2001 from the World Wide
 http://www.useit.com/papers/test_u.html} 
 
 /bibtex entry
 
 
 The problem is that the underscore _ in the cited URLS leads to four
 mysterious error messages, when I try to latex my document:
 
 Extra }, or forgotten \endgroup
 Missing } inserted
 Missing $ inserted
 Missing $ inserted
 
 The descriptions to the messages talk about a math enviroment but that
 doesn't give me any clue at all...
 
 I am using BibTeX (Web2C 7.3.1) 0.99c, TeX (Web2C 7.3.1) 3.14159 on SuSE 6.4
 
 I really would appreciate some ideas or help
 
 Best regards
 
 Peter
 
 P.S.: general suggestions, about citing webpages in BibTeX are also welcome...
 
 Tutorials  Artikel:
 http://www.infofreak.at/materialien/ 
 
 
 Linux - the choice of a GNU generation !
 (... because a PC is a terrible thing to waste)
 
 
 PGP-Public Key can be downloaded at:
 http://info.fh-eisenstadt.ac.at/~mayr.student.info/pgp_key.asc 

-- 
Kayvan A. Sylvan  | Proud husband of   | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | crown of her husband | Robin Gregory (2/28/92)



Antw: Re: Problems with BibTeX

2001-06-15 Thread Mayr

Thanks for your help and informative answer !

Peter

p.s.: on such a day I praise the Internet and its ability to get people together ;-)

 Guenter Milde [EMAIL PROTECTED] 06/15 8:58  
On Fri, 15 Jun 2001 08:02:45 +0200 wrote Mayr [EMAIL PROTECTED]:
 
 The problem is that the underscore _ in the cited URLS leads to four
 mysterious error messages, when I try to latex my document:
 
 Extra }, or forgotten \endgroup
 Missing } inserted
 Missing $ inserted
 Missing $ inserted
 
 The descriptions to the messages talk about a math enviroment but that
 doesn't give me any clue at all...

Remember, that the Text in Bibtex-Entries is processed by LaTeX. The
underscore is a command to let the following sign be a subscript and only
works in the math environment (the blue Mathed in Lyx). $ toggles between
math and text and therefore TeX tried to correct you by inserting one
(BTW: this could be regarded as Wordish behaviour - correct the user
without asking - still you will be informed)

The solution is to escape the underscore: \_ instead of _.

 
 P.S.: general suggestions, about citing webpages in BibTeX are also welcome...

There are styles, that have url as a citation type, however, if you stick to
the standard styles, misc will be a better choice than book. So how about

@misc{nielsen:2001,
title = {How to Conduct a Heuristic Evaluation},
author = {Nielsen, J.},
howpublished = {Retrieved March 23, 2001 from the World Wide Web 
http://www.useit.com/papers/test\_u.html} 
}

Guenter

--
[EMAIL PROTECTED] 





Antw: Re: Problems with BibTeX

2001-06-15 Thread Peter Mayr

No, (I have to confess that I am rather a LaTeX newbie..)

but thanks for the hint!

Peter

Linux - the choice of a GNU generation !
(... because a PC is a terrible thing to waste)


PGP-Public Key can be downloaded at:
http://info.fh-eisenstadt.ac.at/~mayr.student.info/pgp_key.asc

>>> "Kayvan A. Sylvan" <[EMAIL PROTECTED]> 06/15 8:46  >>>
Have you tried putting a \ before the underscore?

---Kayvan

On Fri, Jun 15, 2001 at 08:02:45AM +0200, Mayr wrote:
> Hi, everybody,
> 
> first of all let me express my thanks to all the people who are contributing
> to this list, I really learned a lot here, but now I am having a bit of a
> difficulty, and my seminar paper is soon due... :-(
> 
> I am not sure if this is the right place to ask about a BibTeX Problem, so
> please redirect me if my question is not appropriate for this list...
> 
> I have to use the APA Styleguide for citations (\usepackage{doc,apacite}) but
> I am not sure, how to cite webpages in BibTex, so I used the following
> compromise:
> 
> 
> 
> @book{NIEa,
>   author  = {Nielsen, J.},
>   title   = {How to Conduct a Heuristic Evaluation},
>   year= {s.a.},
>   note= {Retrieved March 23, 2001 from the World Wide
> http://www.useit.com/papers/test_u.html} 
> 
> 
> 
> 
> The problem is that the underscore "_" in the cited URLS leads to four
> mysterious error messages, when I try to latex my document:
> 
> "Extra }, or forgotten \endgroup"
> "Missing } inserted"
> "Missing $ inserted"
> "Missing $ inserted"
> 
> The descriptions to the messages talk about a "math enviroment" but that
> doesn't give me any clue at all...
> 
> I am using BibTeX (Web2C 7.3.1) 0.99c, TeX (Web2C 7.3.1) 3.14159 on SuSE 6.4
> 
> I really would appreciate some ideas or help
> 
> Best regards
> 
> Peter
> 
> P.S.: general suggestions, about citing webpages in BibTeX are also welcome...
> 
> Tutorials & Artikel:
> http://www.infofreak.at/materialien/ 
> 
> 
> Linux - the choice of a GNU generation !
> (... because a PC is a terrible thing to waste)
> 
> 
> PGP-Public Key can be downloaded at:
> http://info.fh-eisenstadt.ac.at/~mayr.student.info/pgp_key.asc 

-- 
Kayvan A. Sylvan  | Proud husband of   | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)



Antw: Re: Problems with BibTeX

2001-06-15 Thread Mayr

Thanks for your help and informative answer !

Peter

p.s.: on such a day I praise the Internet and its ability to get people together ;-)

>>> Guenter Milde <[EMAIL PROTECTED]> 06/15 8:58  >>>
On Fri, 15 Jun 2001 08:02:45 +0200 wrote Mayr <[EMAIL PROTECTED]>:
 
> The problem is that the underscore "_" in the cited URLS leads to four
> mysterious error messages, when I try to latex my document:
> 
> "Extra }, or forgotten \endgroup"
> "Missing } inserted"
> "Missing $ inserted"
> "Missing $ inserted"
> 
> The descriptions to the messages talk about a "math enviroment" but that
> doesn't give me any clue at all...

Remember, that the Text in Bibtex-Entries is processed by LaTeX. The
underscore is a command to let the following sign be a subscript and only
works in the math environment (the blue Mathed in Lyx). $ toggles between
math and text and therefore TeX tried to correct you by inserting one
(BTW: this could be regarded as "Wordish" behaviour - correct the user
without asking - still you will be informed)

The solution is to escape the underscore: \_ instead of _.

> 
> P.S.: general suggestions, about citing webpages in BibTeX are also welcome...

There are styles, that have url as a citation type, however, if you stick to
the standard styles, misc will be a better choice than book. So how about

@misc{nielsen:2001,
title = {How to Conduct a Heuristic Evaluation},
author = {Nielsen, J.},
howpublished = {Retrieved March 23, 2001 from the World Wide Web 
http://www.useit.com/papers/test\_u.html} 
}

Guenter

--
[EMAIL PROTECTED] 





  1   2   >