Tagged Questions
0
votes
0answers
45 views
Preventing notebook cells from being broken across two pages when printing
Sometimes I create a number of plots together, e.g. by GraphicsGrid[].
If it happens that I have to print the notebook, very often the cell is broken, half on one ...
7
votes
2answers
83 views
Substituting confidential tagged cells by a “content removed” cell
When producing a notebook with both code and text, I often end up with pieces of code, or even entire chapters, that I don't want to be shown on the final output.
I generally hide or close them by ...