This my first post to the forum. I am relatively new to LaTeX. I'm posting in the general forum because the topic seems to span forum topic areas. Please redirect me if this is not the right forum to post on.
I am having problems getting LaTeX not to insert large amounts of space between paragraphs on a page when there is a large figure on an adjacent page. I'd rather have LaTeX leave blank space at the bottom of the adjacent page. I thought that the "rubber" values for
\parskip
would fix this, but they don't always seem to.I've put together my best attempt at a MWE, which I'm attaching. There are two files - testit.tex and the included figure. I just run pdflatex and makeindex to generate the .pdf. I've also attached the resulting pdf.
I'm confused about a couple other issues - being a LaTeX newbie. One is how parameter scoping for parameters like
\parskip
works in LaTeX. Pointers to any sources that would help me learn about this would be appreciated. I'm a programmer, so documents with a "under-the-hood" focus are most useful to me.Another thing I'm curious about is whether it is possible to give LaTeX some flexibility as to where it places a figure. In the attached example, I'm using an
\mbox
to include the figure. Is there a way to tell LaTeX "could you put the figure in this vicinity?" or "could you put the figure anywhere between here and here?". And even though this is not an example, I'm also curious about how one sets up wrapping text around a figure that is tall and narrow.Thanks for any help in advance!
- Andy