share
Mathematics Metaprinting pages from m.s.e.
[+3] [3] Michael Hardy
[2012-11-17 20:20:34]
[ discussion export ]
[ https://math.meta.stackexchange.com/questions/6593/printing-pages-from-m-s-e ]

I went to a question on this m.s.e. and printed it, expecting to see the page as it had appeared in the browser window. But the mathematical notation appears in the printed copy as unrendered TeX code. Is this normal? Can something be done about it?

What browser and operating system? Does it look OK in the "print preview" option (if you have one)? - user856
(5) I guess you know that there exists StackPrinter, see e.g. this question. It gives, in my opinion, somewhat better results then printing out directly the question from the browser. (Of course, this is only tangential to your question, it does not answer why TeX-code was not rendered.) - Martin Sleziak
[+5] [2017-03-08 23:43:52] systempuntoout

Printing an answer by id is now supported on StackPrinter [1].

To print all:
http://www.stackprinter.com/export?question=6593&service=math.meta.stackexchange [2]

To print a specific answer:
http://www.stackprinter.com/export?question=6593&service=math.meta.stackexchange&answer=6596 [3]

To print a specific answer keeping the question:
http://www.stackprinter.com/export?question=6593&service=math.meta.stackexchange&answer=6596&hidequestion=false [4]

Have a look to the Api doc [5].

[1] http://www.stackprinter.com/
[2] http://www.stackprinter.com/export?question=6593&service=math.meta.stackexchange
[3] http://www.stackprinter.com/export?question=6593&service=math.meta.stackexchange&answer=6596
[4] http://www.stackprinter.com/export?question=6593&service=math.meta.stackexchange&answer=6596&hidequestion=false
[5] http://www.stackprinter.com/docs/api.txt

1
[+3] [2012-11-17 20:26:21] user17762

I printed it as a pdf and all the math is typeset neatly. I did not try printing directly to a printer since I do not have access to one now. You could try to print it as a pdf and then try to print it using a printer. I am on Chrome Version $23.0.1271.64$ on Mac OS X $10.7.5$.

This is the question [1] I printed and here is the printed pdf [2].

[1] https://math.stackexchange.com/questions/21330/closed-form-for-sum-frac1nn
[2] http://dl.dropbox.com/u/5805435/Mathematics.pdf

I don't see any option labeled "print as pdf" available to me on the machine on which I did this, but "print to a file" is available, and then it saves it as a pdf file. It does look OK when I do that, but I haven't yet tried printing the pdf file since I'm not physically located where I have access to the printer. Further information might follow when I can do that..... - Michael Hardy
@MichaelHardy If the pdf file looks fine, you should get the same while you print it on paper using a printer as well. So I guess it should be fine. - user17762
2
[+2] [2012-11-18 01:44:28] Will Jagy

For what it's worth, I have a Linux system and there is a command called import. This is done from a terminal window, I type in import filename.jpg as a command, at that point the usual mouse arrow now appears as peculiar crosshairs. I then click on the web browser, which is just Firefox. The result is the creation of a jpeg called filename.jpg in the directory from which i called the import command. Perhaps other types of machine have such a screen capture available.

=-=-=-=-=-=-=-=-=-=-=

enter image description here

=-=-=-=-=-=-=-=-=-=-=


(1) The import command is part of the ImageMagick suite of image editing software. Basically it just performs a screen capture. On Windows the same effect can be achieved by hitting the PrtScn key and pasting the result into an image editing software. - Willie Wong
3