Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
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?
Thanks!
@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
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.
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.
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.
Before opening up a text editor, you could try pasting the copied expression into Mathcad Prime's Find box (ctrl-f). This also converts at least some expressions, including the one you gave above.
Find Box: (:= (@FUNCTION (@LABEL VARIABLE f) (@ARGS (@LABEL VARIABLE x))) (/ (+ (^ x 2) (@APPLY sin (@ARGS x))) (@APPLY ln (@ARGS x))))
Text Ed : (:= (@FUNCTION (@LABEL VARIABLE f) (@ARGS (@LABEL VARIABLE x))) (/ (+ (^ x 2) (@APPLY sin (@ARGS x))) (@APPLY ln (@ARGS x))))
Stuart
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.
Hi ppal, thanks, that's a good suggestion.
Interesting.
chatGPT request: convert (:= (@FUNCTION (@LABEL VARIABLE f) (@ARGS (@LABEL VARIABLE x))) (/ (+ (^ x 2) (@APPLY sin (@ARGS x))) (@APPLY ln (@ARGS x)))) to LaTex
result:
\begin{equation}
f(x) := \frac{(x^2 + \sin(x))}{\ln(x)}
\end{equation}
Putting this into a LaTec editor/renderer (QuickLATEc in this case) gives:
Stuart
Have a guess how long ago (and how often) I requested Mathcad be able to save as LaTec? 🙂
Hint: Prime wasn't even a gleam in its daddy's eye.
Mention of LaTec is embedded somewhere in the link below, which is a cut-down version of my M11 feature request list (now lost in cyberspace, like tears in rain).