I would like to copy a command from a book on Mathematica in PDF format (undoubtedly created with MMA) and paste it into a Notebook so it can be executed. When I select this text in the PDF file (which I'm entering by hand now)
Table[RandomSample[Range[39], 7] // Sort, {10 ^ 6}];
and paste it into a Notebook, it appears like this:
Table@RandomSample@Range@39D, 7D êê Sort, 810 ^ 6<D;
BTW: the code for '@' maps to '[' in the Mathamatica1Mono font. Using Style[<cmd>, FontFamily -> Mathematica1Mono]
doesn't help. This prevents me from experimenting and educating myself using
some great online resources. Importing the PDF into MMA doesn't help.