Question: How do I copy Maple input to a text file?

How do I copy Maple input without any modifications?

Here is my problem:Consider the MAPLE input below (Copy Example). Copy and paste results in:

restart; with(VectorCalculus); SpaceCurve(`<,>`(VectorCalculus:-`*`(2, cos(t)), VectorCalculus:-`*`(2, sin(t)), t), t = 0 .. VectorCalculus:-`*`(2, Pi), axes = boxed, thickness = 2, color = black)

which is not the same as the input. I need the unmodified Maple input for a documentation, which is published in LaTeX. Any advice is appreciated. Thanks.

 

 

 

Copy Example

 

restart; with(VectorCalculus); SpaceCurve(`<,>`(VectorCalculus:-`*`(2, cos(t)), VectorCalculus:-`*`(2, sin(t)), t), t = 0 .. VectorCalculus:-`*`(2, Pi), axes = boxed, thickness = 2, color = black)

 

 

 



Download copy2d.mw

Please Wait...