Questions tagged [pagelayout]
The pagelayout tag has no summary.
15 questions
2 votes
1 answer
175 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 <...
2 votes
0 answers
107 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 ...
2 votes
1 answer
427 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 ...
3 votes
1 answer
117 views
How to use expression results in Notebook Titles, Chapters, Sub-chapters, etc
It is easy to type text into a cell and define the cell as a Title, Chapter, Sub-chapter, etc. But I would like to make the text of the Title, Chapter, etc dynamic; the text in the Title, Chapter, ...
2 votes
1 answer
797 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, ...
5 votes
1 answer
607 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 ...
9 votes
1 answer
811 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 ...
1 vote
0 answers
77 views
Is it possible to have Crop marks for camera alignment and visualizing purposes?
I am looking for a simple way to put crop margins in Mathematica's PDF output like the Crop package in Latex. Could be this done with Mathematica's Frontend or do I have to use an external program?