minipage in latest cvs

2001-06-17 Thread Herbert Voss

changing an horizontal alignment inside the
minipage from layout-paragraph has no effect.
the text/table/image/... is always left aligned.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



minipage in latest cvs

2001-06-17 Thread Herbert Voss

changing an horizontal alignment inside the
minipage from layout->paragraph has no effect.
the text/table/image/... is always left aligned.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



RE: minipage in latest cvs

2001-04-18 Thread Juergen Vigna


On 17-Apr-2001 Herbert Voss wrote:
 creating a minipagepage via insert-minipage with the 
 default width of 100% gives in latex:
 
 \begin{minipage}[c]{.100\columnwidth}%
 ^
 it should be 1.00
 
 all other values less than 100% are okay, all over
 99% are wrong!

Ok thanks, I'll fix this!

Jrgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jrgen VignaE-Mail:  [EMAIL PROTECTED]
Italienallee 13/N   Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen   Web: http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Words are the voice of the heart.




RE: minipage in latest cvs

2001-04-18 Thread Juergen Vigna


On 17-Apr-2001 Herbert Voss wrote:
 creating a minipagepage via insert-minipage with the 
 default width of 100% gives in latex:
 
 \begin{minipage}[c]{.100\columnwidth}%
 ^
 it should be 1.00
 
 all other values less than 100% are okay, all over
 99% are wrong!

Fixed in cvs! (Just commited)!

Jrgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jrgen VignaE-Mail:  [EMAIL PROTECTED]
Italienallee 13/N   Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen   Web: http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Some people manage by the book, even though they don't know who wrote the
book or even what book.




Re: minipage in latest cvs

2001-04-18 Thread Garst R. Reese

Juergen Vigna wrote:

 
 Fixed in cvs! (Just commited)!
 
 Jrgen
Is there anyway I can get it before anoncvs gets back up?
Thanks,
Garst



Re: minipage in latest cvs

2001-04-18 Thread Lars Gullik Bjønnes

"Garst R. Reese" [EMAIL PROTECTED] writes:

| Juergen Vigna wrote:
| 
|  
|  Fixed in cvs! (Just commited)!
|  
|  Jrgen
| Is there anyway I can get it before anoncvs gets back up?

Yes, by checking out lyx-devel from you own cvs repository that you
copied with rsync.

I use this to take backups of the CVS repository:

#!/bin/bash
 
cd ~larsbj/Backup/lyx
rsync -avz baywatch.lyx.org::lyxcvs .   

_BUT_ note that this is ~123Mb


And there is other sites that provide mirrors for the anoncvs, or
someone should/could setup one.

-- 
Lgb



RE: minipage in latest cvs

2001-04-18 Thread Juergen Vigna


On 17-Apr-2001 Herbert Voss wrote:
> creating a minipagepage via insert->minipage with the 
> default width of 100% gives in latex:
> 
> \begin{minipage}[c]{.100\columnwidth}%
> ^
> it should be 1.00
> 
> all other values less than 100% are okay, all over
> 99% are wrong!

Ok thanks, I'll fix this!

Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen VignaE-Mail:  [EMAIL PROTECTED]
Italienallee 13/N   Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen   Web: http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Words are the voice of the heart.




RE: minipage in latest cvs

2001-04-18 Thread Juergen Vigna


On 17-Apr-2001 Herbert Voss wrote:
> creating a minipagepage via insert->minipage with the 
> default width of 100% gives in latex:
> 
> \begin{minipage}[c]{.100\columnwidth}%
> ^
> it should be 1.00
> 
> all other values less than 100% are okay, all over
> 99% are wrong!

Fixed in cvs! (Just commited)!

Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen VignaE-Mail:  [EMAIL PROTECTED]
Italienallee 13/N   Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen   Web: http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Some people manage by the book, even though they don't know who wrote the
book or even what book.




Re: minipage in latest cvs

2001-04-18 Thread Garst R. Reese

Juergen Vigna wrote:

> 
> Fixed in cvs! (Just commited)!
> 
> Jürgen
Is there anyway I can get it before anoncvs gets back up?
Thanks,
Garst



Re: minipage in latest cvs

2001-04-18 Thread Lars Gullik Bjønnes

"Garst R. Reese" <[EMAIL PROTECTED]> writes:

| Juergen Vigna wrote:
| 
| > 
| > Fixed in cvs! (Just commited)!
| > 
| > Jürgen
| Is there anyway I can get it before anoncvs gets back up?

Yes, by checking out lyx-devel from you own cvs repository that you
copied with rsync.

I use this to take backups of the CVS repository:

#!/bin/bash
 
cd ~larsbj/Backup/lyx
rsync -avz baywatch.lyx.org::lyxcvs .   

_BUT_ note that this is ~123Mb


And there is other sites that provide mirrors for the anoncvs, or
someone should/could setup one.

-- 
Lgb



minipage in latest cvs

2001-04-17 Thread Herbert Voss

creating a minipagepage via insert-minipage with the 
default width of 100% gives in latex:

\begin{minipage}[c]{.100\columnwidth}%
^
it should be 1.00

all other values less than 100% are okay, all over
99% are wrong!

Herbert

-- 
http:[EMAIL PROTECTED]




minipage in latest cvs

2001-04-17 Thread Herbert Voss

creating a minipagepage via insert->minipage with the 
default width of 100% gives in latex:

\begin{minipage}[c]{.100\columnwidth}%
^
it should be 1.00

all other values less than 100% are okay, all over
99% are wrong!

Herbert

-- 
http:[EMAIL PROTECTED]