PrintingThis section assumes that you have already loaded the AuthorTools package and set the variable nb to represent the notebook you want to process. (See Using Functions to see how to do this.) This sets the starting page number of the specified notebook. SetOptions[nb, StartingPageNumber -> n] This sets the printing margins in the specified notebook. The option value is a list of four numbers, {l, r, b, t}, that specify the value of the left, right, bottom, and top margins in printer's points. SetOptions[nb, PrintingMargins -> {l,r,b,t}] This modifies the notebook so the cell brackets are invisible when the notebook is printed. SetOptions[nb, CellBrackets -> False]
|