Skip to main content

All Questions

1 vote
1 answer
180 views

Line wrapping in a PDF document

Writing: list = ConstantArray[0, {2, 35}]; doc = CreateDocument[ExpressionCell[TableForm[list, TableSpacing -> {2, 2}], "Output"]]; Export["test.pdf", doc]; ...
πρόσεχε's user avatar
1 vote
0 answers
67 views

Generating .eps figures from array data

I present this as a question and will give my solution (below) because others may have confronted this problem. I have a large array of data, which I would like to plot in a ...
David G. Stork's user avatar
0 votes
1 answer
114 views

Why does Mathematica remove some formatting?

I'm trying to save a file as PDF. Using SetOptions[$FrontEnd, PrintingStyleEnvironment -> "Printout"] so it looks nice. There are a bunch of formulas, and every ...
Raksha's user avatar
  • 633
2 votes
1 answer
132 views

Save selection as PDF - non-image format

I am trying to save the following plot as a pdf, so that I can import it into LaTeX: ...
LBogaardt's user avatar
  • 1,605
5 votes
1 answer
678 views

Set Page Width of PDF

I have a very simple question. I am using the student version of Mathematica 9, and I often do my homework in it. I type up a notebook, and then save it as a PDF using the "save as" option. However, ...
ahle6481's user avatar
  • 565
4 votes
1 answer
974 views

How can I export specific data into different pages in .PDF format?

I have made various Grid-s and arranged them column-wise in another Grid. All Grids are ...
subbu's user avatar
  • 2,304