doc: Improve formatting of tutorial in PDF output.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 26 Oct 2020 00:29:12 +0000 (17:29 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 26 Oct 2020 00:29:12 +0000 (17:29 -0700)
commitf2ce6c88c3821dec2b15379cd6a4ffdde1783079
treeca1a43068e6d0a560d6ea0b7f09985bfecbcaa10
parent4ab3ada839067eaee164be95efc0df37df6bce62
doc: Improve formatting of tutorial in PDF output.

In the PDF version of the manual, excerpts from the output were formatted
awkwardly because output couldn't be split across pages.  In one case,
the output spilled off the bottom of the page.  This fixes the problem.

This change is pretty big.  It's because @float can't split across pages,
but without @float one must write in a different style that doesn't assume
the reader can jump back and forth to figures and tables.  I also took
the opportunity to start using pspp-output to excerpt portions of output.
doc/automake.mk
doc/examples/tutorial2.sps
doc/examples/tutorial3.sps
doc/examples/tutorial4.sps
doc/pspp.texi
doc/tutorial.texi