fhsst-authors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fhsst-authors] Figure placement in LaTeX


From: Sam Halliday
Subject: [Fhsst-authors] Figure placement in LaTeX
Date: Sat, 12 Jun 2004 17:10:09 +0100

hi all,

for anybody using pstricks... you should be warned that all figures should be in
the enviroment
  \begin{figure}
    pstricks jig
  \end{figure}

apparently the reason that people are not doing this is because LaTeX does not
place figures were they appear in the source.

the way to fix this is to use

  some text
  \begin{figure}[H]
    pstricks jig
  \end{figure}
  \noindent
  some more text

(thats a capital H, and you need the \noindent)

but PLEASE PLEASE PLEASE only use this when it is absolutely necessary that the
figures are at that exact place relative to the text. use labels and references
where-ever possible.

cheers,
Sam
-- 
Free High School Science Texts
  http://savannah.nongnu.org/projects/fhsst
Sam's Homepages
  http://fommil.homeunix.org/~samuel
  http://www.ma.hw.ac.uk/~samuel

Attachment: pgpjAha7BgE4M.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]