thanks for the quick responce.

I tried what is shown in http://latex.s-v-p.de/floats/nonFloat.phtml

and I have afew problems again.
1) the table is not centered
2) the list format was different

I did some changes :

###########################################################################
\newenvironment{myTables}[1] {% caption as parameter

  \stepcounter{table}    
  
  #changing vspace for vfill still does not center the table
  \vfill  

  #changing the section to lot that was the problem with the 
  # formating of the LOT list introduced a new one 
  # I can not get the new line to work properly
  # as it is done now the page number is printed twice !! 
  # 
  \addcontentsline{lot}{lot}{\hspace{0.95em}\thetable\hspace{0.75em} #1
\dotfill\hspace{2.0em}}

  \addtocontents{lot}{\newline\hspace{-1.95em}

  \center{Table \thetable : #1}%

  \centering 

}  

{%  

  \vfill

  \addtocounter{table}{-1}%

}

#########################################################

so nonFloats work but do not solve my problem the teble is still not
centered verticaly, I can not get the formating of the LOT right
and I cant find how to move the caption under the table ( I tried moving
\center{Table: \thetable : #1}% in the second part {} but latex
complains).

any help is welcome 

thanx
On Tue, 2004-02-24 at 17:27, Herbert Voss wrote:
> Charilaos Pasantonopoulos wrote:
> 
> > a problem with figure floats ...
> > 
> > I want the following ...
> > 
> > text
> > text 
> > text
> > --- Page Break ---
> > figure float ... here if possible / because I want it here
> >              ... page of floats / because I want it centered verticaly  
> > on the page
> > --- Page Break ---
> 
> then you do not want a "real" float, use package nonfloat
> and then center it with Layout->Paragraph->Spcae abobe/below
> 
> Herbert
> 
> 
-- 
---------------------------------------------------------------------------
Charilaos Pasantonopoulos HND BEng MSc MIEE - www.mec.cf.ac.uk/~scecp2/
Intelligent Information Systems Group       - www.mec.cf.ac.uk/i2s/
Manufacturing Engineering Centre            - www.mec.cf.ac.uk
University of Cardiff                       - www.cf.ac.uk
---------------------------------------------------------------------------

Reply via email to