Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

9
  • $\begingroup$ I should have made an example – now added above. I can't get this to work with your solution. I thought there might be some simple export option such as ".doc" (Export["exp.doc",text]), but it seems there isn't. $\endgroup$ Commented Oct 24, 2016 at 19:19
  • $\begingroup$ I don't have TextGrid (new in 10.3), but did you try simply myList=Table[ex,{n}] ? $\endgroup$ Commented Oct 24, 2016 at 19:46
  • $\begingroup$ You could also use just Grid, no difference, except for the correct line breaks. I'm not sure what you mean, as I want to export the list and don't see how this can be done with your suggestion. I'd like to have the result on simply regular pages, like you get in any word processor program. $\endgroup$ Commented Oct 24, 2016 at 20:50
  • $\begingroup$ added the Grid example. The hard part of this will be to figure how much text goes on each page. $\endgroup$ Commented Oct 24, 2016 at 21:51
  • $\begingroup$ Thanks for this. While playing around a little more, I found that I can produce this result, then right click on the output cell, select Save Selection, save as pdf – and get all nicely on pages. So, Mathematica seems to be capable of doing it. Now if it were possible to write code to save the output Cell as a pdf that should possibly easily solve this. I just don't know how to save an output cell as pdf. Do you maybe? $\endgroup$ Commented Oct 25, 2016 at 14:38