Skip to main content

All Questions

Tagged with
2 votes
1 answer
108 views

Saving all cell-groups to pdfs with filenames

I'm trying to programmatically save all input-output cell groups in a given notebook as automatically named pdfs. Is there a way to provide the filename, and save it as a PDF with cell labels but not ...
M.R.'s user avatar
  • 31.6k
5 votes
1 answer
560 views

How to set width of exported pdf/eps

I want to export a cell's input (the text of the command) as pdf/eps. I have used Export["cell.pdf", cells[[1]]] It works fine, however, I would like to change ...
fales's user avatar
  • 181
2 votes
2 answers
1k views

Save as PDF without cell numbers

I want to save a notebook file as PDF, but without cell numbers. For instance, take this document, then select “save as PDF” and the result is, How can I remove the cell numbers ...
vito's user avatar
  • 8,988
2 votes
1 answer
280 views

Print notebook with all cells opened

I have a long Mathematica notebook where some cells on multiple levels are closed for clarity. When I export the notebook as a PDF via Print or ...
Thomas Fankhauser's user avatar
6 votes
2 answers
2k views

Export notebook to pdf in landscape orientation

Assuming the following is a notebook with a linebreak: How might I export a landscape pdf (preferred although other formats could work) such that each cell content each group of cells above and below ...
William's user avatar
  • 7,635