disable_float.tex 168 B

1234567
  1. % Override default figure placement To be within the flow of the text rather
  2. % than on it's own page.
  3. \usepackage{float}
  4. \makeatletter
  5. \def\fps@figure{H}
  6. \makeatother