Skip to main content

All Questions

Tagged with
2 votes
1 answer
115 views

Formatting multi-page PDF with large plots and LargeLabels on Landscape orientation

I'm trying to create a multi-page "PDF" (application/pdf Adobe Acrobat format) file with code similar to this minimum working example code, featuring <...
rhermans's user avatar
  • 36.9k
2 votes
0 answers
85 views

How can I split a column across pages in PDF export?

Suppose I have two cells. The first cell is styled with "Section", and has contents "Section". The second cell is ...
Jason Gross's user avatar
2 votes
1 answer
369 views

How to view the print/PDF printable page edge in a Notebook?

Motivation: I don't normally print or save as PDF notebooks, but when I do, it's annoying to see that some plots exceded the page width as defined in the print configurations. It would be nice to see ...
rhermans's user avatar
  • 36.9k
2 votes
1 answer
726 views

Inserting page break to output cell from code

I'm doing some calculations on a notebook, and then I print the results. All my code is written in a single cell. Later, I save the notebook as a PDF file. I want the results to be grouped correctly, ...
tamir's user avatar
  • 183
5 votes
2 answers
649 views

exporting nb to pdf without images being cropped?

I want to export the whole notebook to pdf. The notebook contains some rather large images. When I choose Save As then choose pdf, I find that the resulting pdf do ...
Physicist's user avatar
  • 987
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
9 votes
1 answer
685 views

Exporting pdf with a precise page dimension in metric units, rather than printer points

Mathematica uses a screen resolution of 72 dpi. For post-processing figures I use Corel, which conveniently allows me to use metric units (mm) for positioning and resizing figures. Say, I want to ...
LLlAMnYP's user avatar
  • 11.5k