Re: problem with two columns document and

2004-05-07 Thread Selber Jean-François
thanks
keep-together="always" combined with keep-with-next solve my problem

- Original Message - 
From: "Chris Pratt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 06, 2004 6:51 PM
Subject: RE: problem with two columns document and 


> Are you trying to keep everything in the table-row together, or keep the
> contents of the table-row from being broken between itself and the next
> table-row?  If you want everything in the table-row together in the same
> column, use keep-together="always", not keep-with-next.  Remember, you're
> acting on the row, not it's contents.  Keep-together keeps the contents
> together.  Keep-with-next keeps the row together with the next row.
>   (*Chris*)
>
> -Original Message-
> From: Selber Jean-François [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 06, 2004 9:39 am
> To: [EMAIL PROTECTED]
> Subject: Re: problem with two columns document and  keep-with-next="always">
>
> There is a small fragment of  my xsl-fo code:
>
> keep-with-next="always" on the first column it doesnt works:
>
> 
>
> 
>  font-weight="bold">ACTIVITÉS SCIENTIFIQUES
>
> 
>   
>   
>
> 
>  font-weight="bold">Affiliation à des associations professionnelles et
> scientifiques:
>
> 
>   
>
> keep-with-next="always" on the second column it works:
>
>   
>
> 
>  font-weight="bold">ACTIVITÉS ACADÉMIQUES
>
> 
>   
>   
>
> 
> Date d'entrée au Groupe
> HEC: 1973
>
> 
>   
>
> the complet sample:
>
>
> 
> http://www.w3.org/1999/XSL/Format";
> xmlns:ofcR="http://www.oxymel.com/ofc/reporting";
> xmlns:fox="http://xml.apache.org/fop/extensions";
> xmlns:xhtml="http://www.w3.org/1999/xhtml";>
> 
>  margin-right="2.5cm" page-width="21cm" margin-bottom="2.5cm"
> margin-top="2.5cm" page-height="29.7cm">
> 
> 
> 
> 
> 
> 
>  margin-right="1cm" page-width="21cm" margin-bottom="0.5cm"
> margin-top="0.5cm" page-height="29.7cm">
>  margin-bottom="2cm" margin-top="2.5cm"/>
> 
> 
> 
> 
> 
> 
> 
>  master-reference="*_*"/>
> 
> 
> 
> 
>  master-reference="CV_*"/>
> 
> 
> 
>
>
> 
> 
> 
>  
> C o r p s font-weight="bold">P r o f e s s o r a l font-weight="bold">P e r m a n e n t font-weight="bold">2003
> 
> 
> 
> 
> 
>  
> C o r p s font-weight="bold">P r o f e s s o r a l font-weight="bold">P e r m a n e n t font-weight="bold">2003
> 
> 
> 
> 
> 
>  
> C o r p s font-weight="bold">P r o f e s s o r a l font-weight="bold">P e r m a n e n t font-weight="bold">2003
> 
> 
> 
> 
> 
>  
> C o r p s font-weight="bold">P r o f e s s o r a l font-weight="bold">P e r m a n e n t font-weight="bold">2003
> 
> 
> 
> 
> 
>  
> C o r p s font-weight="bold">P r o f e s s o r a l font-weight="bold">P e r m a n e n t font-weight="bold">2003
> 
> 
> 
> 
> 
>  
> C o r p s font-weight="bold">P r o f e s s o r a l font-weight="bold">P e r m a n e n t font-weight="bold">2003
> 
> 
> 
> 
> 
>  
> C o r p s font-weight="bold">P r o f e s s o r a l font-weight="bold">P e r m a n e n t font-weight="bold">2003
> 
> 
> 
> 
> 
>  
> C o r p s font-weight="bold">P r o f e s s o r a l font-weight="bold">P e r m a n e n t font-weight="bold">2003
> 
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
>
>   text-align="center">Robert
>   text-align="center">DROOPY
>
>   space-after="0.5cm">
> 
> 
>   
> text-align="center">
> 
> 
> 
> 
>   
>  
> 
>
>  Date
de
> naissance: 4 février 1900
>
>   tex

Re: problem with two columns document and

2004-05-06 Thread Bernd Brandstetter
Hi,

try keep-with-next.within-page="always" instead of only 
keep-with-next="always". This worked for me.

Bye,
Bernd

On Thursday 06 May 2004 18:56, Selber Jean-François wrote:
> I want only to keep the row together with the next row .
> it is why I used keep-with-next


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: problem with two columns document and

2004-05-06 Thread Andreas L. Delmelle
> -Original Message-
> From: Selber Jean-François [mailto:[EMAIL PROTECTED]
>
> I want only to keep the row together with the next row .
> it is why I used keep-with-next
>

Hi,

Have you tried using the property components:

keep-with-next.within-line
keep-with-next.within-column
keep-with-next.within-page

Not sure if these are fully implemented yet... but there's a remote
possibility that plain 'keep-with-next' just uses the page as context.


HTH!

Greetz,

Andreas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: problem with two columns document and

2004-05-06 Thread Selber Jean-François
I want only to keep the row together with the next row .
it is why I used keep-with-next


- Original Message - 
From: "Chris Pratt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 06, 2004 6:51 PM
Subject: RE: problem with two columns document and 


> Are you trying to keep everything in the table-row together, or keep the
> contents of the table-row from being broken between itself and the next
> table-row?  If you want everything in the table-row together in the same
> column, use keep-together="always", not keep-with-next.  Remember, you're
> acting on the row, not it's contents.  Keep-together keeps the contents
> together.  Keep-with-next keeps the row together with the next row.
>   (*Chris*)
>
> -Original Message-
> From: Selber Jean-François [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 06, 2004 9:39 am
> To: [EMAIL PROTECTED]
> Subject: Re: problem with two columns document and  keep-with-next="always">
>
> There is a small fragment of  my xsl-fo code:
>
> keep-with-next="always" on the first column it doesnt works:
>
> 
>
> 
>  font-weight="bold">ACTIVITÉS SCIENTIFIQUES
>
> 
>   
>   
>
> 
>  font-weight="bold">Affiliation à des associations professionnelles et
> scientifiques:
>
> 
>   
>
> keep-with-next="always" on the second column it works:
>
>   
>
> 
>  font-weight="bold">ACTIVITÉS ACADÉMIQUES
>
> 
>   
>   
>
> 
> Date d'entrée au Groupe
> HEC: 1973
>
> 
>   
>
> the complet sample:
>
>
> 
> http://www.w3.org/1999/XSL/Format";
> xmlns:ofcR="http://www.oxymel.com/ofc/reporting";
> xmlns:fox="http://xml.apache.org/fop/extensions";
> xmlns:xhtml="http://www.w3.org/1999/xhtml";>
> 
>  margin-right="2.5cm" page-width="21cm" margin-bottom="2.5cm"
> margin-top="2.5cm" page-height="29.7cm">
> 
> 
> 
> 
> 
> 
>  margin-right="1cm" page-width="21cm" margin-bottom="0.5cm"
> margin-top="0.5cm" page-height="29.7cm">
>  margin-bottom="2cm" margin-top="2.5cm"/>
> 
> 
> 
> 
> 
> 
> 
>  master-reference="*_*"/>
> 
> 
> 
> 
>  master-reference="CV_*"/>
> 
> 
> 
>
>
> 
> 
> 
>  
> C o r p s font-weight="bold">P r o f e s s o r a l font-weight="bold">P e r m a n e n t font-weight="bold">2003
> 
> 
> 
> 
> 
>  
> C o r p s font-weight="bold">P r o f e s s o r a l font-weight="bold">P e r m a n e n t font-weight="bold">2003
> 
> 
> 
> 
> 
>  
> C o r p s font-weight="bold">P r o f e s s o r a l font-weight="bold">P e r m a n e n t font-weight="bold">2003
> 
> 
> 
> 
> 
>  
> C o r p s font-weight="bold">P r o f e s s o r a l font-weight="bold">P e r m a n e n t font-weight="bold">2003
> 
> 
> 
> 
> 
>  
> C o r p s font-weight="bold">P r o f e s s o r a l font-weight="bold">P e r m a n e n t font-weight="bold">2003
> 
> 
> 
> 
> 
>  
> C o r p s font-weight="bold">P r o f e s s o r a l font-weight="bold">P e r m a n e n t font-weight="bold">2003
> 
> 
> 
> 
> 
>  
> C o r p s font-weight="bold">P r o f e s s o r a l font-weight="bold">P e r m a n e n t font-weight="bold">2003
> 
> 
> 
> 
> 
>  
> C o r p s font-weight="bold">P r o f e s s o r a l font-weight="bold">P e r m a n e n t font-weight="bold">2003
> 
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
>
>   text-align="center">Robert
>   text-align="center">DROOPY
>
>   space-after="0.5cm">
> 
> 
>   
> text-align="center">
> 
> 
> 
> 
>   
>  
> 
>
>  Date
de
> naissance: 4 février 1900
>
>   text-align=&q

RE: problem with two columns document and

2004-05-06 Thread Chris Pratt
Are you trying to keep everything in the table-row together, or keep the
contents of the table-row from being broken between itself and the next
table-row?  If you want everything in the table-row together in the same
column, use keep-together="always", not keep-with-next.  Remember, you're
acting on the row, not it's contents.  Keep-together keeps the contents
together.  Keep-with-next keeps the row together with the next row.
  (*Chris*)

-Original Message-
From: Selber Jean-François [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 9:39 am
To: [EMAIL PROTECTED]
Subject: Re: problem with two columns document and 

There is a small fragment of  my xsl-fo code:

keep-with-next="always" on the first column it doesnt works:


   

ACTIVITÉS SCIENTIFIQUES
   

  
  
   

Affiliation à des associations professionnelles et
scientifiques:
   

  

keep-with-next="always" on the second column it works:

  
   

ACTIVITÉS ACADÉMIQUES
   

  
  
   

Date d'entrée au Groupe
HEC: 1973
   

  

the complet sample:



http://www.w3.org/1999/XSL/Format";
xmlns:ofcR="http://www.oxymel.com/ofc/reporting";
xmlns:fox="http://xml.apache.org/fop/extensions";
xmlns:xhtml="http://www.w3.org/1999/xhtml";>































 
C o r p sP r o f e s s o r a lP e r m a n e n t2003





 
C o r p sP r o f e s s o r a lP e r m a n e n t2003





 
C o r p sP r o f e s s o r a lP e r m a n e n t2003





 
C o r p sP r o f e s s o r a lP e r m a n e n t2003





 
C o r p sP r o f e s s o r a lP e r m a n e n t2003





 
C o r p sP r o f e s s o r a lP e r m a n e n t2003





 
C o r p sP r o f e s s o r a lP e r m a n e n t2003





 
C o r p sP r o f e s s o r a lP e r m a n e n t2003





 






 






 






 






 






 






 






 







 Robert
 DROOPY

 


  
   




  
 


 Date de
naissance: 4 février 1900

 Professeur Associé
 Doyen
Associé
 Directeur
de recherche

 

 Département:
 Finance et
Economie
 Directeur de
recherche

 Tél: 00 00 00 00
00
 Fax: 00 00 00 00
00
 Email:
[EMAIL PROTECTED]

 

 FORMATION

 
  


.



1968 Ancien élève de l'Ecole Polytechnique.


  


.



1970 Doctorat de 3e cycle en sciences de gestion, Université de
Paris IX.


  


.



1972 Ph.D. in Management, Massachusetts Institute of
Technology.


  


.



1986 Doctorat d'Etat en sciences de gestion.


 

 Langues: anglais.

 CENTRES
D'INTÉRÊT

 
  


.



Gestion des risques dans le cadre des marchés financiers
internationaux


 

 


  
   

ACTIVITÉS ACADÉMIQUES
   

  
  
   

Date d'entrée au Groupe
HEC: 1973
   

  
  
   

Principaux cours enseignés au Groupe HEC:
   

  
  
   


 


.



Marchés financiers et gestion de portefeuille.


 


.



International portfolio management.


 


.



International financial management.



   

  
 


 Responsabilités pédagogiques au sein du Groupe
HEC:

 
  


.



Membre du Conseil scientifique du Doctorat.


 

 Cours
enseignés et responsabilités pédagogiques dans d'autres
institutions:

 
  


.



Directeur de recherche dans les programmes doctoraux de
l'Université d'Orléans, Université de Paris IX et HEC.


  


.



1969-1970 Maître-Assistant en Economie: Micro-Economie, Université
de Paris.


  


.



1971-1972 M I T, Instructor in Management: Managerial
Finance.


  


.



1972-1974 Assistant-professor, Graduate School of Business:
Business Finance, International Finance, Stanford University.


  


.



1974-1986 Maître de Conférences en Sciences Economiques, Ecole
Polytechnique.


  


.



1976 Visiting professor University of California, Berkeley:
Investments.


  


.



1984 Professeur invité, Université de Genève.


  


.



1985 Visiting Professor, UCLA.


  


.



1988 Visiting Professor, Stanford University.


 

 ACTIVITÉS
EN ENTREPRISE

 Activité
d'expertise:

 
  


.



Consultant en finance.


  


.



Administrateur de sociétés.


 


 


  
   

ACTIVITÉS SCIENTIFIQUES
   

  
  
   

Affiliation à des associations professionnelles et
scientifiques:
   

  
  
   


 


.



Membre et ancien président de l'European Finance
Association.


 


.



Membre de l'American Finance Association. Administrateur de la
Research Fondation de l'AIMR (2000-2003).


 


.



Membre du Conseil Supérieur de la Recherche et de la Technologie
(1997-2001).


 


.



Conseiller scientifique de l'Institut Europlace de
Finance.


 


.



Membre de l'Association Française de Finance.



   

  
 











- Original Message - 
From: "Clay Leeds" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 06, 2004 6:10 PM
Subject: Re: problem with two columns document and 


> Selber Jean

Re: problem with two columns document and

2004-05-06 Thread Clay Leeds
Selber Jean-François wrote:
There is a small fragment of  my xsl-fo code:
keep-with-next="always" on the first column it doesnt works:

   

ACTIVITÉS SCIENTIFIQUES
   

  
  
   

Affiliation à des associations professionnelles et
scientifiques:
   

  
keep-with-next="always" on the second column it works:
  
   

ACTIVITÉS ACADÉMIQUES
   

  
  
   

Date d'entrée au Groupe
HEC: 1973
   

  
I'm not certain if this is causing the problem, but including 
number-rows-spanned="1" number-columns-spanned="1" in your table-cell 
items doesn't appear to 'do' anything.

Other than that, perhaps someone else has some insight?
Web Maestro Clay

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: problem with two columns document and

2004-05-06 Thread Selber Jean-François
There is a small fragment of  my xsl-fo code:

keep-with-next="always" on the first column it doesnt works:


   

ACTIVITÉS SCIENTIFIQUES
   

  
  
   

Affiliation à des associations professionnelles et
scientifiques:
   

  

keep-with-next="always" on the second column it works:

  
   

ACTIVITÉS ACADÉMIQUES
   

  
  
   

Date d'entrée au Groupe
HEC: 1973
   

  

the complet sample:



http://www.w3.org/1999/XSL/Format";
xmlns:ofcR="http://www.oxymel.com/ofc/reporting";
xmlns:fox="http://xml.apache.org/fop/extensions";
xmlns:xhtml="http://www.w3.org/1999/xhtml";>































 
C o r p sP r o f e s s o r a lP e r m a n e n t2003





 
C o r p sP r o f e s s o r a lP e r m a n e n t2003





 
C o r p sP r o f e s s o r a lP e r m a n e n t2003





 
C o r p sP r o f e s s o r a lP e r m a n e n t2003





 
C o r p sP r o f e s s o r a lP e r m a n e n t2003





 
C o r p sP r o f e s s o r a lP e r m a n e n t2003





 
C o r p sP r o f e s s o r a lP e r m a n e n t2003





 
C o r p sP r o f e s s o r a lP e r m a n e n t2003





 






 






 






 






 






 






 






 







 Robert
 DROOPY

 


  
   




  
 


 Date de
naissance: 4 février 1900

 Professeur Associé
 Doyen
Associé
 Directeur
de recherche

 

 Département:
 Finance et
Economie
 Directeur de
recherche

 Tél: 00 00 00 00
00
 Fax: 00 00 00 00
00
 Email:
[EMAIL PROTECTED]

 

 FORMATION

 
  


.



1968 Ancien élève de l'Ecole Polytechnique.


  


.



1970 Doctorat de 3e cycle en sciences de gestion, Université de
Paris IX.


  


.



1972 Ph.D. in Management, Massachusetts Institute of
Technology.


  


.



1986 Doctorat d'Etat en sciences de gestion.


 

 Langues: anglais.

 CENTRES
D'INTÉRÊT

 
  


.



Gestion des risques dans le cadre des marchés financiers
internationaux


 

 


  
   

ACTIVITÉS ACADÉMIQUES
   

  
  
   

Date d'entrée au Groupe
HEC: 1973
   

  
  
   

Principaux cours enseignés au Groupe HEC:
   

  
  
   


 


.



Marchés financiers et gestion de portefeuille.


 


.



International portfolio management.


 


.



International financial management.



   

  
 


 Responsabilités pédagogiques au sein du Groupe
HEC:

 
  


.



Membre du Conseil scientifique du Doctorat.


 

 Cours
enseignés et responsabilités pédagogiques dans d'autres
institutions:

 
  


.



Directeur de recherche dans les programmes doctoraux de
l'Université d'Orléans, Université de Paris IX et HEC.


  


.



1969-1970 Maître-Assistant en Economie: Micro-Economie, Université
de Paris.


  


.



1971-1972 M I T, Instructor in Management: Managerial
Finance.


  


.



1972-1974 Assistant-professor, Graduate School of Business:
Business Finance, International Finance, Stanford University.


  


.



1974-1986 Maître de Conférences en Sciences Economiques, Ecole
Polytechnique.


  


.



1976 Visiting professor University of California, Berkeley:
Investments.


  


.



1984 Professeur invité, Université de Genève.


  


.



1985 Visiting Professor, UCLA.


  


.



1988 Visiting Professor, Stanford University.


 

 ACTIVITÉS
EN ENTREPRISE

 Activité
d'expertise:

 
  


.



Consultant en finance.


  


.



Administrateur de sociétés.


 


 


  
   

ACTIVITÉS SCIENTIFIQUES
   

  
  
   

Affiliation à des associations professionnelles et
scientifiques:
   

  
  
   


 


.



Membre et ancien président de l'European Finance
Association.


 


.



Membre de l'American Finance Association. Administrateur de la
Research Fondation de l'AIMR (2000-2003).


 


.



Membre du Conseil Supérieur de la Recherche et de la Technologie
(1997-2001).


 


.



Conseiller scientifique de l'Institut Europlace de
Finance.


 


.



Membre de l'Association Française de Finance.



   

  
 











- Original Message - 
From: "Clay Leeds" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 06, 2004 6:10 PM
Subject: Re: problem with two columns document and 


> Selber Jean-François wrote:
> > Hello,
> >
> > I used fop 0.20.5
> > I make a document with two columns
> > I have a table and I want to keep row together; I used 
> > but it work only at the end of the second columns of the document and it
doesn't work when the row I want to keep with next is placed at end of first
column
> >
> > how can I have the same result that I have on the second column?
> >
> > thanks
> > Jean-Francois Selber
>
> Can you post a (small) fragment of your xsl-fo code?
>
> Thx!
>
> -

Re: problem with two columns document and

2004-05-06 Thread Clay Leeds
Selber Jean-François wrote:
Hello,
I used fop 0.20.5
I make a document with two columns 
I have a table and I want to keep row together; I used 
but it work only at the end of the second columns of the document and it doesn't work when the row I want to keep with next is placed at end of first column

how can I have the same result that I have on the second column?
thanks
Jean-Francois Selber
Can you post a (small) fragment of your xsl-fo code?
Thx!
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


problem with two columns document and

2004-05-06 Thread Selber Jean-François



Hello,
 
I used fop 0.20.5
I make a document with two columns 
I have a table and I want to keep row together; I 
used 
but it work only at the end of the second 
columns of the document and it doesn't work when the row I want to keep with 
next is placed at end of first column
 
how can I have the same result that I have 
on the second column?
 
thanks
Jean-Francois Selber
 
 


Re: Two columns

2002-04-05 Thread Chuck Paussa
Alex,
You need to include a column-count in your fo:region-body like this:

   
   
   
   
   
   
. . .
Chuck Paussa
alex wrote:
Hi folks,
I haven't seen an example for this but is it possible to have one or 
more blocks in which text flows into the next column, as in a 
newspaper for example.

I am trying to do a two column A4 newsletter and don't want to worry 
about inserting column breaks

Alex Mc




RE: Two columns

2002-04-05 Thread Michiel Verhoef
Hi Alex,

This is taken from a very old style sheet floating around on my pc (I think
it used FOP version 0.18 or something)
but you need to define the columns in your fo:region-body definition. If you
use a page-sequence fop will insert the
text in the columns. I'm not 100% sure about current syntax but it will
probably be something like this (this is older
syntax, like I said before):


   
  http://www.w3.org/1999/XSL/Format";>
 

   
   
   

 
   
 
 
  
   

HTH,

Michiel


$ -Original Message-
$ From: alex [mailto:[EMAIL PROTECTED]
$ Sent: vrijdag 5 april 2002 11:16
$ To: [EMAIL PROTECTED]
$ Subject: Two columns
$ 
$ 
$ Hi folks,
$ 
$ I haven't seen an example for this but is it possible to have 
$ one or more 
$ blocks in which text flows into the next column, as in a 
$ newspaper for 
$ example.
$ 
$ I am trying to do a two column A4 newsletter and don't want 
$ to worry about 
$ inserting column breaks
$ 
$ Alex Mc
$ 


Two columns

2002-04-05 Thread alex
Hi folks,
I haven't seen an example for this but is it possible to have one or more 
blocks in which text flows into the next column, as in a newspaper for 
example.

I am trying to do a two column A4 newsletter and don't want to worry about 
inserting column breaks

Alex Mc