Skip to main content
12-Amethyst
August 28, 2024
Solved

Copying Mathcad Prime equation into Word or Powerpoint equation, and vice versa

  • August 28, 2024
  • 2 replies
  • 3406 views

Hi all

 

Does anyone know if there is a way to paste a Mathcad Prime equation into an native equation in Microsoft Word or Powerpoint? And also the other way around, from Powerpoint into Mathcad Prime?

 

PEAH_0-1724829743922.png

Thanks!

 

 

Best answer by ppal_255687

Take (:= (@FUNCTION (@LABEL VARIABLE f) (@ARGS (@LABEL VARIABLE x))) (/ (+ (^ x 2) (@APPLY sin (@ARGS x))) (@APPLY ln (@ARGS x)))) and ask CHAT GPT to convert to LaTex. Then use equation function in word.  Follow https://youtu.be/QK5extaCbaI?si=J2nL1LEeF_27KRde

 

Probably ok for small batches. 

2 replies

25-Diamond I
August 28, 2024

 


@PEAH wrote:

Hi all

 

Does anyone know if there is a way to paste a Mathcad Prime equation into an native equation in Microsoft Word or Powerpoint? And also the other way around, from Powerpoint into Mathcad Prime?



I fear, no, as neither software provides an import/export facility for the proprietary equation format of the other, nor does Prime in any way support the export in any open equation format.

If you copy a math expression (not the full region) like

Werner_E_0-1724834139625.png

from Prime to a text editor, you will see this

(:= (@FUNCTION (@LABEL VARIABLE f) (@ARGS (@LABEL VARIABLE x))) (/ (+ (^ x 2) (@APPLY sin (@ARGS x))) (@APPLY ln (@ARGS x))))

The equation editor of M$ Office can't handle this.

 

 

PEAH12-AmethystAuthor
12-Amethyst
August 29, 2024

Hi Werner

 

Thanks for your reply. Just because Microsoft's equation can export as MathML. And Mathcad Prime sheets are saved as set of XML files. But you are probably right that there is no straightfoward solution. 

 

 

PEAH_0-1724915926873.png

 

Community Moderator
September 4, 2024

Hello PEAH,

 

It looks like you have a response from a community member. If it helped you solve your question please mark the reply as the Accepted Solution. 

Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.

Thanks,
Vivek N.
Community Moderation Team.

18-Opal
September 25, 2024

Take (:= (@FUNCTION (@LABEL VARIABLE f) (@ARGS (@LABEL VARIABLE x))) (/ (+ (^ x 2) (@APPLY sin (@ARGS x))) (@APPLY ln (@ARGS x)))) and ask CHAT GPT to convert to LaTex. Then use equation function in word.  Follow https://youtu.be/QK5extaCbaI?si=J2nL1LEeF_27KRde

 

Probably ok for small batches. 

PEAH12-AmethystAuthor
12-Amethyst
October 1, 2024

Hi ppal, thanks, that's a good suggestion.