Re: symbol R for real numbers

2000-03-15 Thread Alexander Wollmann

Torsten Mueller wrote:

 \usepackage{bbm} in the preamble,
 I couldnt find this package.
 I have only found sbbm.sty

 then you can use \mathbbm{R}, \mathbbm{N}, 
 with sbbm.sty there is a command \mathbb{}, but when I use this with R
 then I get a normal R and not with two lines at the left side (as I would
 have expected)

 Thanks,
 Torsten

On my machine, (RedHat 5.2) locate shows

[wollmann@euklid ~]$ locate bbm.sty
locate: warning: database `/var/lib/locatedb' is more than 8 days old
/usr/share/texmf/tex/latex/bbm/bbm.sty

Asking the rpm-Manager, this file belongs to

[wollmann@euklid ~]$ rpm -qf /usr/share/texmf/tex/latex/bbm/bbm.sty
tetex-latex-0.9-6
[wollmann@euklid ~]$

So check this.

 From another post

Torsten Mueller wrote:

 Try the following simple thing
 
 Insert:
 
 \usepackage{amsfonts}
 
 in the latex preamble
 
 
 then in the matheditor type:
  \mathbb{R}   or
 \mathbb{N}   or
 \mathbb{C}   or
 \mathbb{Q}   or
 \mathbb{Z}
 

 this works, however, the result is not the correct symbol for reel number R.

 This is why I had a deeper look at dsfont.sty proposed here earlier.
 This package produces the correct results.


I don´t like the "amsfonts real R" too, but the package bbm satisfied me. So you
should get this to work.

Greets, Alex.






Re: symbol R for real numbers

2000-03-15 Thread Alexander Wollmann

Torsten Mueller wrote:

 \usepackage{bbm} in the preamble,
 I couldnt find this package.
 I have only found sbbm.sty

 then you can use \mathbbm{R}, \mathbbm{N}, 
 with sbbm.sty there is a command \mathbb{}, but when I use this with R
 then I get a normal R and not with two lines at the left side (as I would
 have expected)

 Thanks,
 Torsten

On my machine, (RedHat 5.2) locate shows

[wollmann@euklid ~]$ locate bbm.sty
locate: warning: database `/var/lib/locatedb' is more than 8 days old
/usr/share/texmf/tex/latex/bbm/bbm.sty

Asking the rpm-Manager, this file belongs to

[wollmann@euklid ~]$ rpm -qf /usr/share/texmf/tex/latex/bbm/bbm.sty
tetex-latex-0.9-6
[wollmann@euklid ~]$

So check this.

 From another post

Torsten Mueller wrote:

 Try the following simple thing
 
 Insert:
 
 \usepackage{amsfonts}
 
 in the latex preamble
 
 
 then in the matheditor type:
  \mathbb{R}   or
 \mathbb{N}   or
 \mathbb{C}   or
 \mathbb{Q}   or
 \mathbb{Z}
 

 this works, however, the result is not the correct symbol for reel number R.

 This is why I had a deeper look at dsfont.sty proposed here earlier.
 This package produces the correct results.


I don´t like the "amsfonts real R" too, but the package bbm satisfied me. So you
should get this to work.

Greets, Alex.






Re: symbol R for real numbers

2000-03-15 Thread Alexander Wollmann

Torsten Mueller wrote:

> >\usepackage{bbm} in the preamble,
> I couldnt find this package.
> I have only found sbbm.sty
>
> >then you can use \mathbbm{R}, \mathbbm{N}, 
> with sbbm.sty there is a command \mathbb{}, but when I use this with R
> then I get a normal R and not with two lines at the left side (as I would
> have expected)
>
> Thanks,
> Torsten

On my machine, (RedHat 5.2) locate shows

[wollmann@euklid ~]$ locate bbm.sty
locate: warning: database `/var/lib/locatedb' is more than 8 days old
/usr/share/texmf/tex/latex/bbm/bbm.sty

Asking the rpm-Manager, this file belongs to

[wollmann@euklid ~]$ rpm -qf /usr/share/texmf/tex/latex/bbm/bbm.sty
tetex-latex-0.9-6
[wollmann@euklid ~]$

So check this.

> From another post

Torsten Mueller wrote:

> >Try the following simple thing
> >
> >Insert:
> >
> >\usepackage{amsfonts}
> >
> >in the latex preamble
> >
> >
> >then in the matheditor type:
> > \mathbb{R}   or
> >\mathbb{N}   or
> >\mathbb{C}   or
> >\mathbb{Q}   or
> >\mathbb{Z}
> >
>
> this works, however, the result is not the correct symbol for reel number R.
>
> This is why I had a deeper look at dsfont.sty proposed here earlier.
> This package produces the correct results.
>

I don´t like the "amsfonts real R" too, but the package bbm satisfied me. So you
should get this to work.

Greets, Alex.






Re: page numbers

2000-01-28 Thread Alexander Wollmann

M.C. Kruithof wrote:
 
 how do I change the pagenumbers?
 I don't want for example a page number on the first page (Title page).
 
 --
 Maarten C. Kruithof
 Delft University of Technology
 The Netherlands
 --

Insert

\thispagestyle{empty} 

(marked a TeX) into the page you don´t want a pagenumber.

Greets,
Alex.
-- 
--
Alexander Wollmann
Univerität Freiburg,
Abteilung Elementar-Mathematik und Didaktik der Mathematik
--



Re: page numbers

2000-01-28 Thread Alexander Wollmann

M.C. Kruithof wrote:
 
 how do I change the pagenumbers?
 I don't want for example a page number on the first page (Title page).
 
 --
 Maarten C. Kruithof
 Delft University of Technology
 The Netherlands
 --

Insert

\thispagestyle{empty} 

(marked a TeX) into the page you don´t want a pagenumber.

Greets,
Alex.
-- 
--
Alexander Wollmann
Univerität Freiburg,
Abteilung Elementar-Mathematik und Didaktik der Mathematik
--



Re: page numbers

2000-01-28 Thread Alexander Wollmann

M.C. Kruithof wrote:
> 
> how do I change the pagenumbers?
> I don't want for example a page number on the first page (Title page).
> 
> --
> Maarten C. Kruithof
> Delft University of Technology
> The Netherlands
> --

Insert

\thispagestyle{empty} 

(marked a TeX) into the page you don´t want a pagenumber.

Greets,
Alex.
-- 
--
Alexander Wollmann
Univerität Freiburg,
Abteilung Elementar-Mathematik und Didaktik der Mathematik
--



RE: special characters and numbering pages

2000-01-04 Thread Alexander Wollmann


On 03-Jan-00 Ramon Diaz-Uriarte wrote:
 Dear All,
 
 I am recent convert to Lyx (amazing program!); I have two questions:
 1. Can I number a document starting at some arbitrary page number (say, 23)? 
 How?

insert 
\setcounter{page}{number that you want}
marked as TeX into the document.

Greets,
Alex.



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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 04-Jan-00
Time: 09:10:12

This message was sent by XFMail
---



RE: special characters and numbering pages

2000-01-04 Thread Alexander Wollmann


On 03-Jan-00 Ramon Diaz-Uriarte wrote:
 Dear All,
 
 I am recent convert to Lyx (amazing program!); I have two questions:
 1. Can I number a document starting at some arbitrary page number (say, 23)? 
 How?

insert 
\setcounter{page}{number that you want}
marked as TeX into the document.

Greets,
Alex.



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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 04-Jan-00
Time: 09:10:12

This message was sent by XFMail
---



RE: special characters and numbering pages

2000-01-04 Thread Alexander Wollmann


On 03-Jan-00 Ramon Diaz-Uriarte wrote:
> Dear All,
> 
> I am recent convert to Lyx (amazing program!); I have two questions:
> 1. Can I number a document starting at some arbitrary page number (say, 23)? 
> How?

insert 
\setcounter{page}{number that you want}
marked as TeX into the document.

Greets,
Alex.



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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 04-Jan-00
Time: 09:10:12

This message was sent by XFMail
---



linebreak in toc

1999-12-06 Thread Alexander Wollmann

Hello everybody!

I have a very long title of a chapter, so the reference in the toc has to be
broken into two lines. LaTeX does this in an ugly way. How can I tell LyX where
to break the entry in the toc (something like linebreak in the chapter-heading?)

Greets,

Alex.


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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 06-Dec-99
Time: 13:55:07

This message was sent by XFMail
---



linebreak in toc

1999-12-06 Thread Alexander Wollmann

Hello everybody!

I have a very long title of a chapter, so the reference in the toc has to be
broken into two lines. LaTeX does this in an ugly way. How can I tell LyX where
to break the entry in the toc (something like linebreak in the chapter-heading?)

Greets,

Alex.


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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 06-Dec-99
Time: 13:55:07

This message was sent by XFMail
---



linebreak in toc

1999-12-06 Thread Alexander Wollmann

Hello everybody!

I have a very long title of a chapter, so the reference in the toc has to be
broken into two lines. LaTeX does this in an ugly way. How can I tell LyX where
to break the entry in the toc (something like linebreak in the chapter-heading?)

Greets,

Alex.


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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 06-Dec-99
Time: 13:55:07

This message was sent by XFMail
---



Bug with handling of \displaystyle, \scriptstyle ... ?

1999-11-16 Thread Alexander Wollmann

Hello everybody!

Here´s something strange with handling of \displaystyle etc. in math mode.
I wrote in LyX a single equation with the use of a \displaystyle. Here is the
part of the .lyx-file:


\begin_inset Formula 
\[
\frac{1}{1+{\displaystyle \frac{1}{2}}}\]

\end_inset 


No close the document, and re-open it again. Save it (although no changes) and
have a look at the .lyx-file again shows:


\begin_inset Formula 
\[
\frac{1}{1+{\frac{1}{2}}}\]

\end_inset 


As you can see, the \displaystyle is gone, and the ps-output is completely
different.

Is this a bug?

LyX is 1.0.4

Greets,
Alex.



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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 16-Nov-99
Time: 13:42:24

This message was sent by XFMail
---



Bug with handling of \displaystyle, \scriptstyle ... ?

1999-11-16 Thread Alexander Wollmann

Hello everybody!

Here´s something strange with handling of \displaystyle etc. in math mode.
I wrote in LyX a single equation with the use of a \displaystyle. Here is the
part of the .lyx-file:


\begin_inset Formula 
\[
\frac{1}{1+{\displaystyle \frac{1}{2}}}\]

\end_inset 


No close the document, and re-open it again. Save it (although no changes) and
have a look at the .lyx-file again shows:


\begin_inset Formula 
\[
\frac{1}{1+{\frac{1}{2}}}\]

\end_inset 


As you can see, the \displaystyle is gone, and the ps-output is completely
different.

Is this a bug?

LyX is 1.0.4

Greets,
Alex.



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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 16-Nov-99
Time: 13:42:24

This message was sent by XFMail
---



Bug with handling of \displaystyle, \scriptstyle ... ?

1999-11-16 Thread Alexander Wollmann

Hello everybody!

Here´s something strange with handling of \displaystyle etc. in math mode.
I wrote in LyX a single equation with the use of a \displaystyle. Here is the
part of the .lyx-file:


\begin_inset Formula 
\[
\frac{1}{1+{\displaystyle \frac{1}{2}}}\]

\end_inset 


No close the document, and re-open it again. Save it (although no changes) and
have a look at the .lyx-file again shows:


\begin_inset Formula 
\[
\frac{1}{1+{\frac{1}{2}}}\]

\end_inset 


As you can see, the \displaystyle is gone, and the ps-output is completely
different.

Is this a bug?

LyX is 1.0.4

Greets,
Alex.



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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 16-Nov-99
Time: 13:42:24

This message was sent by XFMail
---



RE: Table position

1999-11-01 Thread Alexander Wollmann


On 02-Nov-99 Jacques Germishuizen wrote:
 Hello
 
 Lyx automatically puts the table in the center of a document.  How can I
 change it to be on the left side of the page?
 

Put the cursor into the table, and choose what you want in Layout-Paragraph.

Greets,
Alex.

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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 02-Nov-99
Time: 09:38:52

This message was sent by XFMail
---



RE: Table position

1999-11-01 Thread Alexander Wollmann


On 02-Nov-99 Jacques Germishuizen wrote:
 Hello
 
 Lyx automatically puts the table in the center of a document.  How can I
 change it to be on the left side of the page?
 

Put the cursor into the table, and choose what you want in Layout-Paragraph.

Greets,
Alex.

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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 02-Nov-99
Time: 09:38:52

This message was sent by XFMail
---



RE: Table position

1999-11-01 Thread Alexander Wollmann


On 02-Nov-99 Jacques Germishuizen wrote:
> Hello
> 
> Lyx automatically puts the table in the center of a document.  How can I
> change it to be on the left side of the page?
> 

Put the cursor into the table, and choose what you want in Layout->Paragraph.

Greets,
Alex.

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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 02-Nov-99
Time: 09:38:52

This message was sent by XFMail
---



Re: Problem with XFig and LyX 1.04 docs

1999-10-22 Thread Alexander Wollmann


On 22-Oct-99 Lars Gullik Bjønnes wrote:
 Bruce Momjian [EMAIL PROTECTED] writes:
 
| So I go an include the pstex_t file using Insert/Include file, and I
| click on the Input radio button and put the filename in.
 
 Ok...can you have a look at the latex log file Edit-LaTeX Log
 
 And see if some missing/not found files are mentioned.
 
   Lgb


I had the same problem here, the solution was to use an absolute filename:

look in the .pstex_t file and find the line 
\special{psfile=foo.pstex} ; or something like this...

then edit the filename, and give the full path to the file e.g.

\special{psfile=/home/blabla/foo.pstex}



Hope this helps,

Greets,
Alex.

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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 22-Oct-99
Time: 09:36:31

This message was sent by XFMail
---



Re: Problem with XFig and LyX 1.04 docs

1999-10-22 Thread Alexander Wollmann


On 22-Oct-99 Lars Gullik Bjønnes wrote:
 Bruce Momjian [EMAIL PROTECTED] writes:
 
| So I go an include the pstex_t file using Insert/Include file, and I
| click on the Input radio button and put the filename in.
 
 Ok...can you have a look at the latex log file Edit-LaTeX Log
 
 And see if some missing/not found files are mentioned.
 
   Lgb


I had the same problem here, the solution was to use an absolute filename:

look in the .pstex_t file and find the line 
\special{psfile=foo.pstex} ; or something like this...

then edit the filename, and give the full path to the file e.g.

\special{psfile=/home/blabla/foo.pstex}



Hope this helps,

Greets,
Alex.

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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 22-Oct-99
Time: 09:36:31

This message was sent by XFMail
---



Re: Problem with XFig and LyX 1.04 docs

1999-10-22 Thread Alexander Wollmann


On 22-Oct-99 Lars Gullik Bjønnes wrote:
> Bruce Momjian <[EMAIL PROTECTED]> writes:
> 
>| So I go an include the pstex_t file using Insert/Include file, and I
>| click on the Input radio button and put the filename in.
> 
> Ok...can you have a look at the latex log file Edit->LaTeX Log
> 
> And see if some missing/not found files are mentioned.
> 
>   Lgb


I had the same problem here, the solution was to use an absolute filename:

look in the .pstex_t file and find the line 
\special{psfile=foo.pstex} ; or something like this...

then edit the filename, and give the full path to the file e.g.

\special{psfile=/home/blabla/foo.pstex}



Hope this helps,

Greets,
Alex.

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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 22-Oct-99
Time: 09:36:31

This message was sent by XFMail
---



Re: Help on Internationalisation

1999-10-18 Thread Alexander Wollmann


On 15-Oct-99 Kayvan A. Sylvan wrote:
 On Fri, Oct 15, 1999 at 02:15:09PM +0200, Alexander Wollmann wrote:
 
 I can give another example:
 
 On my machine LANG is correctly set, but LyX shows up with the english
 menues.
 
 [wollmann@euklid ~]$ env

 LANG=de_DE.ISO-8859-1
 ^^^
 
 OSTYPE=Linux
 LINGUAS=de
 SHLVL=3
 _=/usr/bin/env 
 
 
 I use KDE, and kde-language is set to german. LyX is 1.0.4, but hasn´t
 worked
 for 1.0.3 too.
 
 That setting works for me with lyx-1.1.1 or lyx-1.0.4 (I get the german
 bindings warnings, though).
 
 My only guess is that somehow you have LYX_LOCALEDIR set up differently
 that what LyX expects. Try setting LYX_LOCALEDIR to the directory
 where your lyx locale files are located. On Redhat 6, it's /usr/share/locale.
 

LYX_LOCALEDIR was not set at all! No it is OK! But shouldn´t this be done
automatically by reconfigure?

Thanks,

Alex.


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

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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 18-Oct-99
Time: 08:59:45

This message was sent by XFMail
---



Re: Help on Internationalisation

1999-10-18 Thread Alexander Wollmann


On 15-Oct-99 Kayvan A. Sylvan wrote:
 On Fri, Oct 15, 1999 at 02:15:09PM +0200, Alexander Wollmann wrote:
 
 I can give another example:
 
 On my machine LANG is correctly set, but LyX shows up with the english
 menues.
 
 [wollmann@euklid ~]$ env

 LANG=de_DE.ISO-8859-1
 ^^^
 
 OSTYPE=Linux
 LINGUAS=de
 SHLVL=3
 _=/usr/bin/env 
 
 
 I use KDE, and kde-language is set to german. LyX is 1.0.4, but hasn´t
 worked
 for 1.0.3 too.
 
 That setting works for me with lyx-1.1.1 or lyx-1.0.4 (I get the german
 bindings warnings, though).
 
 My only guess is that somehow you have LYX_LOCALEDIR set up differently
 that what LyX expects. Try setting LYX_LOCALEDIR to the directory
 where your lyx locale files are located. On Redhat 6, it's /usr/share/locale.
 

LYX_LOCALEDIR was not set at all! No it is OK! But shouldn´t this be done
automatically by reconfigure?

Thanks,

Alex.


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

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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 18-Oct-99
Time: 08:59:45

This message was sent by XFMail
---



Re: Help on Internationalisation

1999-10-18 Thread Alexander Wollmann


On 15-Oct-99 Kayvan A. Sylvan wrote:
> On Fri, Oct 15, 1999 at 02:15:09PM +0200, Alexander Wollmann wrote:
>> 
>> I can give another example:
>> 
>> On my machine LANG is correctly set, but LyX shows up with the english
>> menues.
>> 
>> [wollmann@euklid ~]$ env
>>
>> LANG=de_DE.ISO-8859-1
>> ^^^
>> 
>> OSTYPE=Linux
>> LINGUAS=de
>> SHLVL=3
>> _=/usr/bin/env 
>> 
>> 
>> I use KDE, and kde->language is set to german. LyX is 1.0.4, but hasn´t
>> worked
>> for 1.0.3 too.
> 
> That setting works for me with lyx-1.1.1 or lyx-1.0.4 (I get the german
> bindings warnings, though).
> 
> My only guess is that somehow you have LYX_LOCALEDIR set up differently
> that what LyX expects. Try setting LYX_LOCALEDIR to the directory
> where your lyx locale files are located. On Redhat 6, it's /usr/share/locale.
> 

LYX_LOCALEDIR was not set at all! No it is OK! But shouldn´t this be done
automatically by reconfigure?

Thanks,

Alex.


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

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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 18-Oct-99
Time: 08:59:45

This message was sent by XFMail
---



Re: Help on Internationalisation

1999-10-15 Thread Alexander Wollmann


On 15-Oct-99 Osvaldo Fornaro wrote:
 Jean-Marc Lasgouttes wrote:
 
  "Osvaldo" == Osvaldo Fornaro [EMAIL PROTECTED] writes:

 Osvaldo I am working with KDE 1.1.1 and run LyX, but menu continues
 Osvaldo in english. (Note that another programs such kLyX, Kless, and
 Osvaldo a lot more are working well).

 Can you go in a kvt (or konsole) window and type 'env'? I'd be
 interested to know which variables are set by KDE to indicate locale
 (look for XXX=es, assuming es is your language).

 JMarc
 
 Yes, There exist a declaration LANG=ES in the environment.
 
 KDEDIR=/opt/kde
 SHELL=/bin/bash
 QTDIR=/usr/local/qt
 DISPLAY=:0.0
 LANG=ES
 HUSHLOGIN=FALSE
 OSTYPE=Linux
 
 and follows ...
 
 Thanks
 
 Osvaldo


I can give another example:

On my machine LANG is correctly set, but LyX shows up with the english menues.

[wollmann@euklid ~]$ env
HISTSIZE=1000
HOSTNAME=euklid
LOGNAME=wollmann
HISTFILESIZE=1000
MAIL=/var/spool/mail/wollmann
TERM=xterm-color
HOSTTYPE=i386
PATH=/opt/kde/bin:/usr/local/bin:/bin:/usr/bin::/usr/X11R6/bin:/usr/local/X11R6/
bin:/usr/X11R6/bin:/usr/local/X11R6/bin:/usr/local/jdk1.2/bin:/usr/local/jdk1.2/
bin
KDEDIR=/opt/kde
HOME=/home/wollmann
INPUTRC=/etc/inputrc
SHELL=/bin/bash
USER=wollmann
LESSCHARSET=latin1
LC_ALL=de_DE
DISPLAY=:0.0

LANG=de_DE.ISO-8859-1
^^^

OSTYPE=Linux
LINGUAS=de
SHLVL=3
_=/usr/bin/env 


I use KDE, and kde-language is set to german. LyX is 1.0.4, but hasn´t worked
for 1.0.3 too.


Greets,
Alex.


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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 15-Oct-99
Time: 14:13:02

This message was sent by XFMail
---



RE: lyx-customization

1999-10-15 Thread Alexander Wollmann


On 15-Oct-99 François Patte wrote:
 I have a few questions about lyx-customization:
 
 1- is there a way to have defaults values in format -- document set as
 I want when I begin a new document, for instance: language: frenchb,
 font size 12pt 
 

Layout-Set Layout as default

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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 15-Oct-99
Time: 14:34:24

This message was sent by XFMail
---



Re: Help on Internationalisation

1999-10-15 Thread Alexander Wollmann


On 15-Oct-99 Osvaldo Fornaro wrote:
 Jean-Marc Lasgouttes wrote:
 
  "Osvaldo" == Osvaldo Fornaro [EMAIL PROTECTED] writes:

 Osvaldo I am working with KDE 1.1.1 and run LyX, but menu continues
 Osvaldo in english. (Note that another programs such kLyX, Kless, and
 Osvaldo a lot more are working well).

 Can you go in a kvt (or konsole) window and type 'env'? I'd be
 interested to know which variables are set by KDE to indicate locale
 (look for XXX=es, assuming es is your language).

 JMarc
 
 Yes, There exist a declaration LANG=ES in the environment.
 
 KDEDIR=/opt/kde
 SHELL=/bin/bash
 QTDIR=/usr/local/qt
 DISPLAY=:0.0
 LANG=ES
 HUSHLOGIN=FALSE
 OSTYPE=Linux
 
 and follows ...
 
 Thanks
 
 Osvaldo


I can give another example:

On my machine LANG is correctly set, but LyX shows up with the english menues.

[wollmann@euklid ~]$ env
HISTSIZE=1000
HOSTNAME=euklid
LOGNAME=wollmann
HISTFILESIZE=1000
MAIL=/var/spool/mail/wollmann
TERM=xterm-color
HOSTTYPE=i386
PATH=/opt/kde/bin:/usr/local/bin:/bin:/usr/bin::/usr/X11R6/bin:/usr/local/X11R6/
bin:/usr/X11R6/bin:/usr/local/X11R6/bin:/usr/local/jdk1.2/bin:/usr/local/jdk1.2/
bin
KDEDIR=/opt/kde
HOME=/home/wollmann
INPUTRC=/etc/inputrc
SHELL=/bin/bash
USER=wollmann
LESSCHARSET=latin1
LC_ALL=de_DE
DISPLAY=:0.0

LANG=de_DE.ISO-8859-1
^^^

OSTYPE=Linux
LINGUAS=de
SHLVL=3
_=/usr/bin/env 


I use KDE, and kde-language is set to german. LyX is 1.0.4, but hasn´t worked
for 1.0.3 too.


Greets,
Alex.


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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 15-Oct-99
Time: 14:13:02

This message was sent by XFMail
---



RE: lyx-customization

1999-10-15 Thread Alexander Wollmann


On 15-Oct-99 François Patte wrote:
 I have a few questions about lyx-customization:
 
 1- is there a way to have defaults values in format -- document set as
 I want when I begin a new document, for instance: language: frenchb,
 font size 12pt 
 

Layout-Set Layout as default

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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 15-Oct-99
Time: 14:34:24

This message was sent by XFMail
---



Re: Help on Internationalisation

1999-10-15 Thread Alexander Wollmann


On 15-Oct-99 Osvaldo Fornaro wrote:
> Jean-Marc Lasgouttes wrote:
> 
>> >>>>> "Osvaldo" == Osvaldo Fornaro <[EMAIL PROTECTED]> writes:
>>
>> Osvaldo> I am working with KDE 1.1.1 and run LyX, but menu continues
>> Osvaldo> in english. (Note that another programs such kLyX, Kless, and
>> Osvaldo> a lot more are working well).
>>
>> Can you go in a kvt (or konsole) window and type 'env'? I'd be
>> interested to know which variables are set by KDE to indicate locale
>> (look for XXX=es, assuming es is your language).
>>
>> JMarc
> 
> Yes, There exist a declaration LANG=ES in the environment.
> 
> KDEDIR=/opt/kde
> SHELL=/bin/bash
> QTDIR=/usr/local/qt
> DISPLAY=:0.0
> LANG=ES
> HUSHLOGIN=FALSE
> OSTYPE=Linux
> 
> and follows ...
> 
> Thanks
> 
> Osvaldo


I can give another example:

On my machine LANG is correctly set, but LyX shows up with the english menues.

[wollmann@euklid ~]$ env
HISTSIZE=1000
HOSTNAME=euklid
LOGNAME=wollmann
HISTFILESIZE=1000
MAIL=/var/spool/mail/wollmann
TERM=xterm-color
HOSTTYPE=i386
PATH=/opt/kde/bin:/usr/local/bin:/bin:/usr/bin::/usr/X11R6/bin:/usr/local/X11R6/
bin:/usr/X11R6/bin:/usr/local/X11R6/bin:/usr/local/jdk1.2/bin:/usr/local/jdk1.2/
bin
KDEDIR=/opt/kde
HOME=/home/wollmann
INPUTRC=/etc/inputrc
SHELL=/bin/bash
USER=wollmann
LESSCHARSET=latin1
LC_ALL=de_DE
DISPLAY=:0.0

LANG=de_DE.ISO-8859-1
^^^

OSTYPE=Linux
LINGUAS=de
SHLVL=3
_=/usr/bin/env 


I use KDE, and kde->language is set to german. LyX is 1.0.4, but hasn´t worked
for 1.0.3 too.


Greets,
Alex.


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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 15-Oct-99
Time: 14:13:02

This message was sent by XFMail
---



RE: lyx-customization

1999-10-15 Thread Alexander Wollmann


On 15-Oct-99 François Patte wrote:
> I have a few questions about lyx-customization:
> 
> 1- is there a way to have defaults values in format --> document set as
> I want when I begin a new document, for instance: language: frenchb,
> font size 12pt 
> 

Layout->Set Layout as default

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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 15-Oct-99
Time: 14:34:24

This message was sent by XFMail
---



how to make a rpm for 1.0.4 on RedHat 5.x ?

1999-09-30 Thread Alexander Wollmann

Hi everybody!

I´m very happy to hear that LyX 1.0.4 is out! I use RedHat 5.x, but all the
rpm´s are compiled for RedHat 6.0. 

Can anyone tell me in a few words how to make a rpm-file for my system? I have
to compile the .src.rpm - file, right?

Greets,
Alex.



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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 30-Sep-99
Time: 10:38:30

This message was sent by XFMail
---



how to make a rpm for 1.0.4 on RedHat 5.x ?

1999-09-30 Thread Alexander Wollmann

Hi everybody!

I´m very happy to hear that LyX 1.0.4 is out! I use RedHat 5.x, but all the
rpm´s are compiled for RedHat 6.0. 

Can anyone tell me in a few words how to make a rpm-file for my system? I have
to compile the .src.rpm - file, right?

Greets,
Alex.



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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 30-Sep-99
Time: 10:38:30

This message was sent by XFMail
---



how to make a rpm for 1.0.4 on RedHat 5.x ?

1999-09-30 Thread Alexander Wollmann

Hi everybody!

I´m very happy to hear that LyX 1.0.4 is out! I use RedHat 5.x, but all the
rpm´s are compiled for RedHat 6.0. 

Can anyone tell me in a few words how to make a rpm-file for my system? I have
to compile the .src.rpm - file, right?

Greets,
Alex.



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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 30-Sep-99
Time: 10:38:30

This message was sent by XFMail
---



Need another \angle - symbol

1999-09-20 Thread Alexander Wollmann

Hello everybody,

I often used the \angle - symbol in my exam-paper. The problem is that I have
to write \angle abc  \angle xyz a hundred of times. But it looks very
ugly if you use \angle directly after . So I need another symbol to mark
angels. Who has a good idea?

Greets,
Alex.


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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 20-Sep-99
Time: 15:36:36

This message was sent by XFMail
---



Re: Need another \angle - symbol

1999-09-20 Thread Alexander Wollmann


On 20-Sep-99 Ingo Kloecker wrote:
 Alexander Wollmann wrote:
Hello everybody,

I often used the \angle - symbol in my exam-paper. The problem is that I have
to write \angle abc  \angle xyz a hundred of times. But it looks very
ugly if you use \angle directly after . So I need another symbol to mark
angels. Who has a good idea?
 
 Try \measuredangle or \sphericalangle.
 
 Regards,
 Ingo

Not bad, but I think not good enough. I´m wondering if there is an overview of
all available math-symbols in different packages and so on. In my LaTeX book I
can´t find \measuredangle or \sphericalangle.

Thanks,
Alex.

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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 20-Sep-99
Time: 17:39:05

This message was sent by XFMail
---



Need another \angle - symbol

1999-09-20 Thread Alexander Wollmann

Hello everybody,

I often used the \angle - symbol in my exam-paper. The problem is that I have
to write \angle abc  \angle xyz a hundred of times. But it looks very
ugly if you use \angle directly after . So I need another symbol to mark
angels. Who has a good idea?

Greets,
Alex.


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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 20-Sep-99
Time: 15:36:36

This message was sent by XFMail
---



Re: Need another \angle - symbol

1999-09-20 Thread Alexander Wollmann


On 20-Sep-99 Ingo Kloecker wrote:
 Alexander Wollmann wrote:
Hello everybody,

I often used the \angle - symbol in my exam-paper. The problem is that I have
to write \angle abc  \angle xyz a hundred of times. But it looks very
ugly if you use \angle directly after . So I need another symbol to mark
angels. Who has a good idea?
 
 Try \measuredangle or \sphericalangle.
 
 Regards,
 Ingo

Not bad, but I think not good enough. I´m wondering if there is an overview of
all available math-symbols in different packages and so on. In my LaTeX book I
can´t find \measuredangle or \sphericalangle.

Thanks,
Alex.

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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 20-Sep-99
Time: 17:39:05

This message was sent by XFMail
---



Need another \angle - symbol

1999-09-20 Thread Alexander Wollmann

Hello everybody,

I often used the \angle - symbol in my exam-paper. The problem is that I have
to write \angle abc < \angle xyz a hundred of times. But it looks very
ugly if you use \angle directly after <. So I need another symbol to mark
angels. Who has a good idea?

Greets,
Alex.


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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 20-Sep-99
Time: 15:36:36

This message was sent by XFMail
---



Re: Need another \angle - symbol

1999-09-20 Thread Alexander Wollmann


On 20-Sep-99 Ingo Kloecker wrote:
> Alexander Wollmann wrote:
>>Hello everybody,
>>
>>I often used the \angle - symbol in my exam-paper. The problem is that I have
>>to write \angle abc < \angle xyz a hundred of times. But it looks very
>>ugly if you use \angle directly after <. So I need another symbol to mark
>>angels. Who has a good idea?
> 
> Try \measuredangle or \sphericalangle.
> 
> Regards,
> Ingo

Not bad, but I think not good enough. I´m wondering if there is an overview of
all available math-symbols in different packages and so on. In my LaTeX book I
can´t find \measuredangle or \sphericalangle.

Thanks,
Alex.

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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 20-Sep-99
Time: 17:39:05

This message was sent by XFMail
---



RE: Figure position

1999-09-13 Thread Alexander Wollmann


Am 13-Sep-99 schrieb Alessandro Coluccelli:
 Hi. I would like insert one floating figure in a document with 4 figures
 inside it (e.g. from 4 different .eps files). My question: is there a
 way to  insert two figure side by side (not only up and down)? Can LaTeX
 accomplish this? Thank you for the help. Bye
 
 Alessandro


Simply insert a table float and put one picture into each table - cell.

Greets,
Alex.


---
Alexander Wollmann
Universitdt Freiburg
Abteilung Elementar-Mathematik und Didaktik

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
 [EMAIL PROTECTED]
Date: 13-Sep-99
Time: 16:13:50

Ask for my PGP - Key !!
This message was sent by XFMail
---



RE: Figure position

1999-09-13 Thread Alexander Wollmann


Am 13-Sep-99 schrieb Alessandro Coluccelli:
 Hi. I would like insert one floating figure in a document with 4 figures
 inside it (e.g. from 4 different .eps files). My question: is there a
 way to  insert two figure side by side (not only up and down)? Can LaTeX
 accomplish this? Thank you for the help. Bye
 
 Alessandro


Simply insert a table float and put one picture into each table - cell.

Greets,
Alex.


---
Alexander Wollmann
Universitdt Freiburg
Abteilung Elementar-Mathematik und Didaktik

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
 [EMAIL PROTECTED]
Date: 13-Sep-99
Time: 16:13:50

Ask for my PGP - Key !!
This message was sent by XFMail
---



RE: Figure position

1999-09-13 Thread Alexander Wollmann


Am 13-Sep-99 schrieb Alessandro Coluccelli:
> Hi. I would like insert one floating figure in a document with 4 figures
> inside it (e.g. from 4 different .eps files). My question: is there a
> way to  insert two figure side by side (not only up and down)? Can LaTeX
> accomplish this? Thank you for the help. Bye
> 
> Alessandro


Simply insert a table float and put one picture into each table - cell.

Greets,
Alex.


-------
Alexander Wollmann
Universitdt Freiburg
Abteilung Elementar-Mathematik und Didaktik

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
& <[EMAIL PROTECTED]>
Date: 13-Sep-99
Time: 16:13:50

Ask for my PGP - Key !!
This message was sent by XFMail
---



Appendix

1999-09-10 Thread Alexander Wollmann

Hi everybody,

I think this is more a LaTeX - Question:

For some reasons I have to use style article instead of book. Therefore the
appendix - sections are numbered like A,B,C,... But I wan´t it the way the book
style does: Appendix A, Appendix B,... How can this be done?


Thanks in advance,

Alex.


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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 10-Sep-99
Time: 10:22:15

This message was sent by XFMail
---



Appendix

1999-09-10 Thread Alexander Wollmann

Hi everybody,

I think this is more a LaTeX - Question:

For some reasons I have to use style article instead of book. Therefore the
appendix - sections are numbered like A,B,C,... But I wan´t it the way the book
style does: Appendix A, Appendix B,... How can this be done?


Thanks in advance,

Alex.


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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 10-Sep-99
Time: 10:22:15

This message was sent by XFMail
---



Appendix

1999-09-10 Thread Alexander Wollmann

Hi everybody,

I think this is more a LaTeX - Question:

For some reasons I have to use style article instead of book. Therefore the
appendix - sections are numbered like A,B,C,... But I wan´t it the way the book
style does: Appendix A, Appendix B,... How can this be done?


Thanks in advance,

Alex.


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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 10-Sep-99
Time: 10:22:15

This message was sent by XFMail
---



bug in math-editor

1999-07-12 Thread Alexander Wollmann

Hi!

I think I found a bug in the math-editor:

Do the following steps:

1)   M-m d(math mode)
2)   C-Enter
3)   go to right bottom box
4)   C-l \alpha   (write some latex-code)
 do NOT press space or something else, so alpha still appears in red
5)   C-Enter  (add a new line)
6)   Do something - LyX crashes!!


Version is 1.0.3.

Greets,
Alex.


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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 12-Jul-99
Time: 10:27:09

This message was sent by XFMail
---



bug in math-editor

1999-07-12 Thread Alexander Wollmann

Hi!

I think I found a bug in the math-editor:

Do the following steps:

1)   M-m d(math mode)
2)   C-Enter
3)   go to right bottom box
4)   C-l \alpha   (write some latex-code)
 do NOT press space or something else, so alpha still appears in red
5)   C-Enter  (add a new line)
6)   Do something - LyX crashes!!


Version is 1.0.3.

Greets,
Alex.


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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 12-Jul-99
Time: 10:27:09

This message was sent by XFMail
---



bug in math-editor

1999-07-12 Thread Alexander Wollmann

Hi!

I think I found a bug in the math-editor:

Do the following steps:

1)   M-m d(math mode)
2)   C-Enter
3)   go to right bottom box
4)   C-l \alpha   (write some latex-code)
 do NOT press space or something else, so alpha still appears in red
5)   C-Enter  (add a new line)
6)   Do something -> LyX crashes!!


Version is 1.0.3.

Greets,
Alex.


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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 12-Jul-99
Time: 10:27:09

This message was sent by XFMail
---



RE: lyx for redhat linux?

1999-07-07 Thread Alexander Wollmann


On 06-Jul-99 Dai wrote:
 
 
 Hello, all,
 
 As in the subject, is there a version of lyx for redhat linux?
 Where can I get it?
 
 Thanks a lot,
 
 Yi Dai

Have a look at
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg00932.html 

Greets,
Alex.


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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 07-Jul-99
Time: 08:46:43

This message was sent by XFMail
---



RE: lyx for redhat linux?

1999-07-07 Thread Alexander Wollmann


On 06-Jul-99 Dai wrote:
 
 
 Hello, all,
 
 As in the subject, is there a version of lyx for redhat linux?
 Where can I get it?
 
 Thanks a lot,
 
 Yi Dai

Have a look at
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg00932.html 

Greets,
Alex.


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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 07-Jul-99
Time: 08:46:43

This message was sent by XFMail
---



RE: lyx for redhat linux?

1999-07-07 Thread Alexander Wollmann


On 06-Jul-99 Dai wrote:
> 
> 
> Hello, all,
> 
> As in the subject, is there a version of lyx for redhat linux?
> Where can I get it?
> 
> Thanks a lot,
> 
> Yi Dai

Have a look at
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg00932.html 

Greets,
Alex.


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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 07-Jul-99
Time: 08:46:43

This message was sent by XFMail
---



Re: Problems with import from xfig

1999-06-30 Thread Alexander Wollmann


On 30-Jun-99 Holger Arthaber wrote:
 
 Hi Alex!
 
 IT WORKS 
 
 After changing the second line in your .pstex_t file from
 '\special{psfile=...' to
 '\epsfig{file=...' the output was correct. (with '\special...' I got an
 error that
 the .pstex-file could not be found - seems that the program was looking
 in the /tmp
 directory for it)
 I also tried exporting it from xfig - and it also works. 
 
 Thanks a lot for helping
 
 Holger
 


LyX searches in the /tmp directory. I use "use_temp_dir_false" in my .lyxrc
file, then everything is OK. If you use \epsfig than probably you have to add
\usepackage{epsfig} to your preamble.

Greets,
Alex.



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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 30-Jun-99
Time: 11:17:32

This message was sent by XFMail
---



Re: Problems with import from xfig

1999-06-30 Thread Alexander Wollmann


On 30-Jun-99 Holger Arthaber wrote:
 
 Hi Alex!
 
 IT WORKS 
 
 After changing the second line in your .pstex_t file from
 '\special{psfile=...' to
 '\epsfig{file=...' the output was correct. (with '\special...' I got an
 error that
 the .pstex-file could not be found - seems that the program was looking
 in the /tmp
 directory for it)
 I also tried exporting it from xfig - and it also works. 
 
 Thanks a lot for helping
 
 Holger
 


LyX searches in the /tmp directory. I use "use_temp_dir_false" in my .lyxrc
file, then everything is OK. If you use \epsfig than probably you have to add
\usepackage{epsfig} to your preamble.

Greets,
Alex.



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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 30-Jun-99
Time: 11:17:32

This message was sent by XFMail
---



Re: Problems with import from xfig

1999-06-30 Thread Alexander Wollmann


On 30-Jun-99 Holger Arthaber wrote:
> 
> Hi Alex!
> 
> IT WORKS 
> 
> After changing the second line in your .pstex_t file from
> '\special{psfile=...' to
> '\epsfig{file=...' the output was correct. (with '\special...' I got an
> error that
> the .pstex-file could not be found - seems that the program was looking
> in the /tmp
> directory for it)
> I also tried exporting it from xfig - and it also works. 
> 
> Thanks a lot for helping
> 
> Holger
> 


LyX searches in the /tmp directory. I use "use_temp_dir_false" in my .lyxrc
file, then everything is OK. If you use \epsfig than probably you have to add
\usepackage{epsfig} to your preamble.

Greets,
Alex.



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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 30-Jun-99
Time: 11:17:32

This message was sent by XFMail
---



RE: Problems with import from xfig

1999-06-29 Thread Alexander Wollmann


On 28-Jun-99 Holger Arthaber wrote:
 When I import (\input) a drawing from xfig (i am using cobined
 ps/latex export of xfig) I get the following problem: In the dvi/ps-
 output of lyx I don't see any text of my xfig-drawing - I only see
 graphical elements like lines, circles, ... 
 
 When I have a look at the exported latex-file from xfig I can see
 the lines which include the eps-figure (this works) and I also see
 the lines which the text to be printed (but this fails).
 
 thanx for helping, Holger

Please start LyX from a terminal, so you can have a look at what LyX is telling
you. Then start a ps-output and tell us what is printed to the terminal.

This could help us.

Alex.


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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 29-Jun-99
Time: 11:51:20

This message was sent by XFMail
---



Re: Problems with import from xfig

1999-06-29 Thread Alexander Wollmann


Am 29-Jun-99 schrieb Holger Arthaber:
 Alexander Wollmann wrote:
 
 On 28-Jun-99 Holger Arthaber wrote:
  When I import (\input) a drawing from xfig (i am using cobined
  ps/latex export of xfig) I get the following problem: In the dvi/ps-
  output of lyx I don't see any text of my xfig-drawing - I only see
  graphical elements like lines, circles, ...
 
  When I have a look at the exported latex-file from xfig I can see
  the lines which include the eps-figure (this works) and I also see
  the lines which the text to be printed (but this fails).
 
  thanx for helping, Holger
 
 Please start LyX from a terminal, so you can have a look at what LyX is
 telling
 you. Then start a ps-output and tell us what is printed to the terminal.
 
 This could help us.
 
 Alex.
 
 There are three output-lines of lyx when exporting to postscript:
 
   This is dvips(k) 5.85 Copyright 1999 Radical Eye Software
 (www.radicaleye.com)
   ' TeX output 1999.06.29:1649' - Test1.ps_tmp
   texc.prospecial.pro.
 [1/users/harthabe/LaTeX//Box_with_Text.pstex]
 
 I also attached the files I use:
 
 Box_with_Text.fig the xfig-drawing
 
 Box_with_Text.pstex_t the combined latex/ps export of xfig
 Box_with_Text.pstex
 
 Test1.lyx my lyx testfile
 
 Test1.ps  the ps-output of lyx
 
 
 The textline in the xfig-drawing is marked as special-text (for latex-
 interpretation) with font-style latex-default.
 In case I use ps-fonts I get them on the ps-output - but thats not what
 I
 want.
 
 
 Holger


Hi Holger!

I had a look at your files. I changed them a bit, and now they work on my
machine.

First: you should input the file with "Include file".
Second: In the xfig-text you have to write pure latex-code, i.e. $x_1$ for math
setting.

Please try to load the attached .lyx file and see if it works. Then try  to load
the attached .fig - file in xfig, export them new and try these files within
LyX .If LyX doesn´t display them at all, it could be that the problem is the
transfig-package. You used version 3.2-patchlevel 1. I had similar problems
with this version. My files now are created with 3.2-patchlevel 0 -beta 3, and
they work.

Give it a try and let me know what´s going on...

Greets,
Alex.

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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 29-Jun-99
Time: 22:41:54

Ask for my PGP - Key !!
This message was sent by XFMail
---

 Test1.lyx
 Box_with_Text.pstex_t
 Box_with_Text.pstex
 Box_with_Text.fig


RE: Problems with import from xfig

1999-06-29 Thread Alexander Wollmann


On 28-Jun-99 Holger Arthaber wrote:
 When I import (\input) a drawing from xfig (i am using cobined
 ps/latex export of xfig) I get the following problem: In the dvi/ps-
 output of lyx I don't see any text of my xfig-drawing - I only see
 graphical elements like lines, circles, ... 
 
 When I have a look at the exported latex-file from xfig I can see
 the lines which include the eps-figure (this works) and I also see
 the lines which the text to be printed (but this fails).
 
 thanx for helping, Holger

Please start LyX from a terminal, so you can have a look at what LyX is telling
you. Then start a ps-output and tell us what is printed to the terminal.

This could help us.

Alex.


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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 29-Jun-99
Time: 11:51:20

This message was sent by XFMail
---



Re: Problems with import from xfig

1999-06-29 Thread Alexander Wollmann


Am 29-Jun-99 schrieb Holger Arthaber:
 Alexander Wollmann wrote:
 
 On 28-Jun-99 Holger Arthaber wrote:
  When I import (\input) a drawing from xfig (i am using cobined
  ps/latex export of xfig) I get the following problem: In the dvi/ps-
  output of lyx I don't see any text of my xfig-drawing - I only see
  graphical elements like lines, circles, ...
 
  When I have a look at the exported latex-file from xfig I can see
  the lines which include the eps-figure (this works) and I also see
  the lines which the text to be printed (but this fails).
 
  thanx for helping, Holger
 
 Please start LyX from a terminal, so you can have a look at what LyX is
 telling
 you. Then start a ps-output and tell us what is printed to the terminal.
 
 This could help us.
 
 Alex.
 
 There are three output-lines of lyx when exporting to postscript:
 
   This is dvips(k) 5.85 Copyright 1999 Radical Eye Software
 (www.radicaleye.com)
   ' TeX output 1999.06.29:1649' - Test1.ps_tmp
   texc.prospecial.pro.
 [1/users/harthabe/LaTeX//Box_with_Text.pstex]
 
 I also attached the files I use:
 
 Box_with_Text.fig the xfig-drawing
 
 Box_with_Text.pstex_t the combined latex/ps export of xfig
 Box_with_Text.pstex
 
 Test1.lyx my lyx testfile
 
 Test1.ps  the ps-output of lyx
 
 
 The textline in the xfig-drawing is marked as special-text (for latex-
 interpretation) with font-style latex-default.
 In case I use ps-fonts I get them on the ps-output - but thats not what
 I
 want.
 
 
 Holger


Hi Holger!

I had a look at your files. I changed them a bit, and now they work on my
machine.

First: you should input the file with "Include file".
Second: In the xfig-text you have to write pure latex-code, i.e. $x_1$ for math
setting.

Please try to load the attached .lyx file and see if it works. Then try  to load
the attached .fig - file in xfig, export them new and try these files within
LyX .If LyX doesn´t display them at all, it could be that the problem is the
transfig-package. You used version 3.2-patchlevel 1. I had similar problems
with this version. My files now are created with 3.2-patchlevel 0 -beta 3, and
they work.

Give it a try and let me know what´s going on...

Greets,
Alex.

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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 29-Jun-99
Time: 22:41:54

Ask for my PGP - Key !!
This message was sent by XFMail
---

 Test1.lyx
 Box_with_Text.pstex_t
 Box_with_Text.pstex
 Box_with_Text.fig


RE: Problems with import from xfig

1999-06-29 Thread Alexander Wollmann


On 28-Jun-99 Holger Arthaber wrote:
> When I import (\input) a drawing from xfig (i am using cobined
> ps/latex export of xfig) I get the following problem: In the dvi/ps-
> output of lyx I don't see any text of my xfig-drawing - I only see
> graphical elements like lines, circles, ... 
> 
> When I have a look at the exported latex-file from xfig I can see
> the lines which include the eps-figure (this works) and I also see
> the lines which the text to be printed (but this fails).
> 
> thanx for helping, Holger

Please start LyX from a terminal, so you can have a look at what LyX is telling
you. Then start a ps-output and tell us what is printed to the terminal.

This could help us.

Alex.


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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 29-Jun-99
Time: 11:51:20

This message was sent by XFMail
---



Re: Problems with import from xfig

1999-06-29 Thread Alexander Wollmann


Am 29-Jun-99 schrieb Holger Arthaber:
> Alexander Wollmann wrote:
>> 
>> On 28-Jun-99 Holger Arthaber wrote:
>> > When I import (\input) a drawing from xfig (i am using cobined
>> > ps/latex export of xfig) I get the following problem: In the dvi/ps-
>> > output of lyx I don't see any text of my xfig-drawing - I only see
>> > graphical elements like lines, circles, ...
>> >
>> > When I have a look at the exported latex-file from xfig I can see
>> > the lines which include the eps-figure (this works) and I also see
>> > the lines which the text to be printed (but this fails).
>> >
>> > thanx for helping, Holger
>> 
>> Please start LyX from a terminal, so you can have a look at what LyX is
>> telling
>> you. Then start a ps-output and tell us what is printed to the terminal.
>> 
>> This could help us.
>> 
>> Alex.
> 
> There are three output-lines of lyx when exporting to postscript:
> 
>   This is dvips(k) 5.85 Copyright 1999 Radical Eye Software
> (www.radicaleye.com)
>   ' TeX output 1999.06.29:1649' -> Test1.ps_tmp
>   .
> [1]
> 
> I also attached the files I use:
> 
> Box_with_Text.fig the xfig-drawing
> 
> Box_with_Text.pstex_t the combined latex/ps export of xfig
> Box_with_Text.pstex
> 
> Test1.lyx my lyx testfile
> 
> Test1.ps  the ps-output of lyx
> 
> 
> The textline in the xfig-drawing is marked as special-text (for latex-
> interpretation) with font-style latex-default.
> In case I use ps-fonts I get them on the ps-output - but thats not what
> I
> want.
> 
> 
> Holger


Hi Holger!

I had a look at your files. I changed them a bit, and now they work on my
machine.

First: you should input the file with "Include file".
Second: In the xfig-text you have to write pure latex-code, i.e. $x_1$ for math
setting.

Please try to load the attached .lyx file and see if it works. Then try  to load
the attached .fig - file in xfig, export them new and try these files within
LyX .If LyX doesn´t display them at all, it could be that the problem is the
transfig-package. You used version 3.2-patchlevel 1. I had similar problems
with this version. My files now are created with 3.2-patchlevel 0 -beta 3, and
they work.

Give it a try and let me know what´s going on...

Greets,
Alex.

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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 29-Jun-99
Time: 22:41:54

Ask for my PGP - Key !!
This message was sent by XFMail
---

 Test1.lyx
 Box_with_Text.pstex_t
 Box_with_Text.pstex
 Box_with_Text.fig


Re: combination of two layout-classes

1999-05-19 Thread Alexander Wollmann


On 19-May-99 Alexander Stasinski wrote:
 I want to use the layout article (is very good in section-Numbering, fonts
 etc.) but I need the environments like the ones in AMS (theorem, proof,
 remark
 etc.). Is it possible to combine these two layouts?
 
 I have exactly the same taste in layout as you :)
 I have made such a textclass by modifying some of the LyX layout files. There
 is a
 couple of modified files that you can put in your .lyx/layouts directory, and
 then
 run configure from within LyX. If you want, I can send them to you.

Please do so! I´m at the moment trying to modify the amsart.cls - file, but I
think I won´t get lucky.

Thanks in advance for the files
Alex.



 
 /Alex

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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 19-May-99
Time: 12:11:19

This message was sent by XFMail
---



Re: combination of two layout-classes

1999-05-19 Thread Alexander Wollmann


On 19-May-99 Alexander Stasinski wrote:
 I want to use the layout article (is very good in section-Numbering, fonts
 etc.) but I need the environments like the ones in AMS (theorem, proof,
 remark
 etc.). Is it possible to combine these two layouts?
 
 I have exactly the same taste in layout as you :)
 I have made such a textclass by modifying some of the LyX layout files. There
 is a
 couple of modified files that you can put in your .lyx/layouts directory, and
 then
 run configure from within LyX. If you want, I can send them to you.

Please do so! I´m at the moment trying to modify the amsart.cls - file, but I
think I won´t get lucky.

Thanks in advance for the files
Alex.



 
 /Alex

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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 19-May-99
Time: 12:11:19

This message was sent by XFMail
---



Re: combination of two layout-classes

1999-05-19 Thread Alexander Wollmann


On 19-May-99 Alexander Stasinski wrote:
>> I want to use the layout article (is very good in section-Numbering, fonts
>> etc.) but I need the environments like the ones in AMS (theorem, proof,
>> remark
>> etc.). Is it possible to combine these two layouts?
> 
> I have exactly the same taste in layout as you :)
> I have made such a textclass by modifying some of the LyX layout files. There
> is a
> couple of modified files that you can put in your .lyx/layouts directory, and
> then
> run configure from within LyX. If you want, I can send them to you.

Please do so! I´m at the moment trying to modify the amsart.cls - file, but I
think I won´t get lucky.

Thanks in advance for the files
Alex.



> 
> /Alex

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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 19-May-99
Time: 12:11:19

This message was sent by XFMail
---



combination of two layout-classes

1999-05-18 Thread Alexander Wollmann

Hello everybody!

I want to use the layout article (is very good in section-Numbering, fonts
etc.) but I need the environments like the ones in AMS (theorem, proof, remark
etc.). Is it possible to combine these two layouts?

Greets in advance,
Alex.


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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 18-May-99
Time: 16:53:34

This message was sent by XFMail
---



combination of two layout-classes

1999-05-18 Thread Alexander Wollmann

Hello everybody!

I want to use the layout article (is very good in section-Numbering, fonts
etc.) but I need the environments like the ones in AMS (theorem, proof, remark
etc.). Is it possible to combine these two layouts?

Greets in advance,
Alex.


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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 18-May-99
Time: 16:53:34

This message was sent by XFMail
---



combination of two layout-classes

1999-05-18 Thread Alexander Wollmann

Hello everybody!

I want to use the layout article (is very good in section-Numbering, fonts
etc.) but I need the environments like the ones in AMS (theorem, proof, remark
etc.). Is it possible to combine these two layouts?

Greets in advance,
Alex.


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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 18-May-99
Time: 16:53:34

This message was sent by XFMail
---



LyX and XFig

1999-05-12 Thread Alexander Wollmann

I have a question about including xfig - pictures with math-symbols. 

I tried this as described in the userguide and exported as combined
LaTeX/Postscript. I got the right output on my home computer, but here in my
office, I only see what I typed, e.g. $a_i$ and not the math-formula. What
could be the problem? xfig is version 3.2.2, lyx is 1.0.2. latex needs
\usepackage{epsfig} to run without problems, don´t ask me why (I thought xfig 3
doesn´t use epsfig). Could this be the problem?

Thanks for any answer,
Alex.


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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 12-May-99
Time: 15:13:36

This message was sent by XFMail
---



LyX and XFig

1999-05-12 Thread Alexander Wollmann

Sorry about my last post, but I found the problem:

I don´t know why, but the flag of the text was set to normal, not to
specialtext. But I started xfig with option -specialtext.

However, the problem is gone.
Alex.


On 12-May-99 Alexander Wollmann wrote:
 I have a question about including xfig - pictures with math-symbols. 
 
 I tried this as described in the userguide and exported as combined
 LaTeX/Postscript. I got the right output on my home computer, but here in my
 office, I only see what I typed, e.g. $a_i$ and not the math-formula. What
 could be the problem? xfig is version 3.2.2, lyx is 1.0.2. latex needs
 \usepackage{epsfig} to run without problems, don´t ask me why (I thought xfig
 3
 doesn´t use epsfig). Could this be the problem?
 
 Thanks for any answer,
 Alex.
 
 
 ---
 Alexander Wollmann
 Universität Freiburg,
 Abteilung Elementar-Mathematik und Didaktik der Mathematik
 
 E-Mail: Alexander Wollmann [EMAIL PROTECTED]
 Date: 12-May-99
 Time: 15:13:36
 
 This message was sent by XFMail
 ---

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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 12-May-99
Time: 15:29:36

This message was sent by XFMail
---



LyX and XFig

1999-05-12 Thread Alexander Wollmann

I have a question about including xfig - pictures with math-symbols. 

I tried this as described in the userguide and exported as combined
LaTeX/Postscript. I got the right output on my home computer, but here in my
office, I only see what I typed, e.g. $a_i$ and not the math-formula. What
could be the problem? xfig is version 3.2.2, lyx is 1.0.2. latex needs
\usepackage{epsfig} to run without problems, don´t ask me why (I thought xfig 3
doesn´t use epsfig). Could this be the problem?

Thanks for any answer,
Alex.


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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 12-May-99
Time: 15:13:36

This message was sent by XFMail
---



LyX and XFig

1999-05-12 Thread Alexander Wollmann

Sorry about my last post, but I found the problem:

I don´t know why, but the flag of the text was set to normal, not to
specialtext. But I started xfig with option -specialtext.

However, the problem is gone.
Alex.


On 12-May-99 Alexander Wollmann wrote:
 I have a question about including xfig - pictures with math-symbols. 
 
 I tried this as described in the userguide and exported as combined
 LaTeX/Postscript. I got the right output on my home computer, but here in my
 office, I only see what I typed, e.g. $a_i$ and not the math-formula. What
 could be the problem? xfig is version 3.2.2, lyx is 1.0.2. latex needs
 \usepackage{epsfig} to run without problems, don´t ask me why (I thought xfig
 3
 doesn´t use epsfig). Could this be the problem?
 
 Thanks for any answer,
 Alex.
 
 
 ---
 Alexander Wollmann
 Universität Freiburg,
 Abteilung Elementar-Mathematik und Didaktik der Mathematik
 
 E-Mail: Alexander Wollmann [EMAIL PROTECTED]
 Date: 12-May-99
 Time: 15:13:36
 
 This message was sent by XFMail
 ---

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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 12-May-99
Time: 15:29:36

This message was sent by XFMail
---



LyX and XFig

1999-05-12 Thread Alexander Wollmann

I have a question about including xfig - pictures with math-symbols. 

I tried this as described in the userguide and exported as combined
LaTeX/Postscript. I got the right output on my home computer, but here in my
office, I only see what I typed, e.g. $a_i$ and not the math-formula. What
could be the problem? xfig is version 3.2.2, lyx is 1.0.2. latex needs
\usepackage{epsfig} to run without problems, don´t ask me why (I thought xfig 3
doesn´t use epsfig). Could this be the problem?

Thanks for any answer,
Alex.


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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 12-May-99
Time: 15:13:36

This message was sent by XFMail
---



LyX and XFig

1999-05-12 Thread Alexander Wollmann

Sorry about my last post, but I found the problem:

I don´t know why, but the flag of the text was set to normal, not to
specialtext. But I started xfig with option -specialtext.

However, the problem is gone.
Alex.


On 12-May-99 Alexander Wollmann wrote:
> I have a question about including xfig - pictures with math-symbols. 
> 
> I tried this as described in the userguide and exported as combined
> LaTeX/Postscript. I got the right output on my home computer, but here in my
> office, I only see what I typed, e.g. $a_i$ and not the math-formula. What
> could be the problem? xfig is version 3.2.2, lyx is 1.0.2. latex needs
> \usepackage{epsfig} to run without problems, don´t ask me why (I thought xfig
> 3
> doesn´t use epsfig). Could this be the problem?
> 
> Thanks for any answer,
> Alex.
> 
> 
> ---
> Alexander Wollmann
> Universität Freiburg,
> Abteilung Elementar-Mathematik und Didaktik der Mathematik
> 
> E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
> Date: 12-May-99
> Time: 15:13:36
> 
> This message was sent by XFMail
> ---

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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 12-May-99
Time: 15:29:36

This message was sent by XFMail
---



RE: fig. floats drive me crazy

1999-04-25 Thread Alexander Wollmann


Am 25-Apr-99 schrieb Berkun Culha:
 Hi,
 
 I am wondering if there is way to stop them from 'floating' all around.
 
 What I want to do:
 I have several statements itemized and each one is followed by a screenshot
 (approx. 11x7cm). (figure floats - I need the caption). 
 
 What happens:
 First page float1 and itemized text
 second page float2 and itemized text
 3rd-15th pages full of floats cross-referenced from the first 2 pages.
 
 What I have tried:
 Global placement parameters: Tried almost every sensible combination,
 TEX-entry in the float [h],
 Making the figures smaller (although not acceptable)...
 
 the 'h' is just not respected
 

You can try the following: Leave the float-placement option in the layout-menu
empty, and define a separate float-placement option for each figure-float. This
is done this way:

After inserting the figure float and the figure in it, put the cursor directly
before the figure. The cursor has to blink in the down-left edge of the
bounding box of the picture. Now press Enter. You got a new line in the top of
the figure float. Now type the float-placement option you want for this picture
(I think it is [h] ) in brackets and mark it as TeX.

This worked for me some times having the same problem.

Hope this helps,
Alex.




 Can anyone think of a way to 'nail' them exactly where they should be? 
 (beneath their reference-statement)
 Thanks
 -- 
 Berkun Culha  ***  eMail [EMAIL PROTECTED]

---
Alexander Wollmann
Universitdt Freiburg
Abteilung Elementar-Mathematik und Didaktik

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 25-Apr-99
Time: 12:28:38

Ask for my PGP - Key !!
This message was sent by XFMail
---



RE: fig. floats drive me crazy

1999-04-25 Thread Alexander Wollmann


Am 25-Apr-99 schrieb Berkun Culha:
 Hi,
 
 I am wondering if there is way to stop them from 'floating' all around.
 
 What I want to do:
 I have several statements itemized and each one is followed by a screenshot
 (approx. 11x7cm). (figure floats - I need the caption). 
 
 What happens:
 First page float1 and itemized text
 second page float2 and itemized text
 3rd-15th pages full of floats cross-referenced from the first 2 pages.
 
 What I have tried:
 Global placement parameters: Tried almost every sensible combination,
 TEX-entry in the float [h],
 Making the figures smaller (although not acceptable)...
 
 the 'h' is just not respected
 

You can try the following: Leave the float-placement option in the layout-menu
empty, and define a separate float-placement option for each figure-float. This
is done this way:

After inserting the figure float and the figure in it, put the cursor directly
before the figure. The cursor has to blink in the down-left edge of the
bounding box of the picture. Now press Enter. You got a new line in the top of
the figure float. Now type the float-placement option you want for this picture
(I think it is [h] ) in brackets and mark it as TeX.

This worked for me some times having the same problem.

Hope this helps,
Alex.




 Can anyone think of a way to 'nail' them exactly where they should be? 
 (beneath their reference-statement)
 Thanks
 -- 
 Berkun Culha  ***  eMail [EMAIL PROTECTED]

---
Alexander Wollmann
Universitdt Freiburg
Abteilung Elementar-Mathematik und Didaktik

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 25-Apr-99
Time: 12:28:38

Ask for my PGP - Key !!
This message was sent by XFMail
---



RE: fig. floats drive me crazy

1999-04-25 Thread Alexander Wollmann


Am 25-Apr-99 schrieb Berkun Culha:
> Hi,
> 
> I am wondering if there is way to stop them from 'floating' all around.
> 
> What I want to do:
> I have several statements itemized and each one is followed by a screenshot
> (approx. 11x7cm). (figure floats - I need the caption). 
> 
> What happens:
> First page float1 and itemized text
> second page float2 and itemized text
> 3rd-15th pages full of floats cross-referenced from the first 2 pages.
> 
> What I have tried:
> Global placement parameters: Tried almost every sensible combination,
> TEX-entry in the float [h],
> Making the figures smaller (although not acceptable)...
> 
>> the 'h' is just not respected
> 

You can try the following: Leave the float-placement option in the layout-menu
empty, and define a separate float-placement option for each figure-float. This
is done this way:

After inserting the figure float and the figure in it, put the cursor directly
before the figure. The cursor has to blink in the down-left edge of the
bounding box of the picture. Now press Enter. You got a new line in the top of
the figure float. Now type the float-placement option you want for this picture
(I think it is [h] ) in brackets and mark it as TeX.

This worked for me some times having the same problem.

Hope this helps,
Alex.




> Can anyone think of a way to 'nail' them exactly where they should be? 
> (beneath their reference-statement)
> Thanks
> -- 
> Berkun Culha  ***  eMail [EMAIL PROTECTED]

---
Alexander Wollmann
Universitdt Freiburg
Abteilung Elementar-Mathematik und Didaktik

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 25-Apr-99
Time: 12:28:38

Ask for my PGP - Key !!
This message was sent by XFMail
---



RE: Text in Display Mode

1999-04-23 Thread Alexander Wollmann


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


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

Hope this is what you want.

Alex.

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

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

This message was sent by XFMail
---



RE: Text in Display Mode

1999-04-23 Thread Alexander Wollmann


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


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

Hope this is what you want.

Alex.

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

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

This message was sent by XFMail
---



RE: Text in Display Mode

1999-04-23 Thread Alexander Wollmann


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


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

Hope this is what you want.

Alex.

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

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

This message was sent by XFMail
---



RE: printing lyx files on Windoze

1999-01-16 Thread Alexander Wollmann


On 18-Nov-99 Jonathon McKitrick wrote:
 Hi,
 I'm running Lyx 1.0.2 on FreeBSD 3.3 Stable on a laptop.  I don't have a
 printer, so i need a way to transfer my files to a Windows-printable
 format.  I know i can output .dvi or PS format.  What is the best way to
 print these files from Winodws?
 
 -jonathon

export to ps and transfer to windows. Install gstools under Windows, as
described under

http://www.math-inf.uni-greifswald.de/~bwl/ghost/bwl.gs.html 

This should work.

Greets,
Alex.

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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 18-Nov-99
Time: 15:30:34

This message was sent by XFMail
---



RE: printing lyx files on Windoze

1999-01-16 Thread Alexander Wollmann


On 18-Nov-99 Jonathon McKitrick wrote:
 Hi,
 I'm running Lyx 1.0.2 on FreeBSD 3.3 Stable on a laptop.  I don't have a
 printer, so i need a way to transfer my files to a Windows-printable
 format.  I know i can output .dvi or PS format.  What is the best way to
 print these files from Winodws?
 
 -jonathon

export to ps and transfer to windows. Install gstools under Windows, as
described under

http://www.math-inf.uni-greifswald.de/~bwl/ghost/bwl.gs.html 

This should work.

Greets,
Alex.

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

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 18-Nov-99
Time: 15:30:34

This message was sent by XFMail
---



RE: printing lyx files on Windoze

1999-01-16 Thread Alexander Wollmann


On 18-Nov-99 Jonathon McKitrick wrote:
> Hi,
> I'm running Lyx 1.0.2 on FreeBSD 3.3 Stable on a laptop.  I don't have a
> printer, so i need a way to transfer my files to a Windows-printable
> format.  I know i can output .dvi or PS format.  What is the best way to
> print these files from Winodws?
> 
> -jonathon

export to ps and transfer to windows. Install gstools under Windows, as
described under

http://www.math-inf.uni-greifswald.de/~bwl/ghost/bwl.gs.html 

This should work.

Greets,
Alex.

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

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 18-Nov-99
Time: 15:30:34

This message was sent by XFMail
---