How do I print my document without truncation of my code and figures? I've tried scaling the document down, but just scales down the size of the text, without expanding into the empty space thus created. Unlike every other application on known to humankind, Mathematica neither prints what one sees on the screen, nor does it print what it can on the page, but preforms arbitrary scaling and truncation that seems unrelated to either.
For example, my code and figures get cut off long before they reach the (standard .75") margin (in gray) in my printout:
Scaling things down (necessary anyway, since otherwise printing is huge; Page Setup > Scale) further retains the truncation (while oddly rewrapping the code, but still truncating it):
For reference, this is what it should look like:
What settings do I need to use to get Mathematica to print the full screen with of my notebook. That is, to scale so that the width of the window I'm printing from is taken as the width of the document as printed, so that the wrapping I see in the screen is what I see in the printout, and so that figures are not truncated?



BarcodeRecognizeto move on to the next stage of the challenge :-)! – MikeLimaOscar Dec 14 '15 at 00:10Print Settings -> Show Page Breaks(andPrinting Environment -> Printout) the printed page is more reasonably scaled (but the screen display is correspondingly shrunken). Perhaps bypassing the print functionality andExporting to PDF is the way to go? – MikeLimaOscar Dec 14 '15 at 00:47