Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!jarthur!mti!adrian From: adrian@mti.mti.com (Adrian McCarthy) Newsgroups: comp.text.tex Subject: Re: Can Latex Float Answers to End of Document? Keywords: latex float Message-ID: <1316@mti.mti.com> Date: 18 Jan 91 17:30:44 GMT References: <252@cogsci.ucsd.EDU> Reply-To: adrian@mti.UUCP (Adrian McCarthy) Organization: Micro Technology, Anaheim, CA Lines: 11 In article <252@cogsci.ucsd.EDU> miller@cogsci.ucsd.EDU (Jeff Miller) writes: >Hello Texperts. I would like to make up a problem set with answers. >Ideally, the answers should be next to the problems in the file, >but should all print together at the end of the document. Knuth did just that in the TeXbook. It's all explained in Appendix E: Example Formats, p. 422. The basic idea is to have all of your answers written out to a file, then at the appropriate place near the end, you close the file and \input it into the document. Aid. (adrian@gonzo.mti.com)