You can print smaller text through Emacs, using the menu command
     Tools > Print > Postscript Print Buffer
     
     Alternatively, you can use "a2ps" instead of "lpr", for example:
     a2ps file1
A GNU Emacs reference card is well worth printing when learning to use Emacs.
Put the floppy in the drive and type:
     mount /mnt/floppy
     The floppy files will now appear in that directory, so you could
     copy files to and from your home directory:
     cp /mnt/floppy/fromHome.java  ~
     cp ~/java/takeHome.java  /mnt/floppy
     ls /mnt/java
     
     When you have finished, before removing the disk, it should be unmounted.
     cd ~
     umount /mnt/floppy
     The disk can now be removed.
     
     
These hints were compiled by James Margetson, July 2002.
Please send suggestions for more hints to be included on this page to
Christine.Northeast@cl.cam.ac.uk