Trouble pasting SVG formulas from Wikipedia into Google Docs

I’m having issues copying mathematical formulas from Wikipedia and pasting them into Google Docs. When I try to do this, Google Docs shows an error message saying it can’t create some images. I’ve also tried pasting into Word 2016, but nothing happens there either.

I’m using Windows 10 and have attempted this in different browsers like Chrome, Opera, and Edge, but the problem persists. The formulas I’m trying to copy are in SVG format, which seems to be causing the trouble.

Has anyone else run into this problem or know of a workaround? I’m trying to include these formulas in my document without having to recreate them manually. Any help would be appreciated!

I’ve faced this issue as well, and found a reliable solution. Instead of directly copying the SVG, try using MathJax. It’s a JavaScript display engine that renders mathematical notation in web browsers. Many websites, including Wikipedia, use it.

To use MathJax with Google Docs, install the ‘Auto-LaTeX Equations’ add-on. Then, copy the LaTeX code of the formula from Wikipedia (usually visible when you right-click the formula and select ‘TeX source’). Paste this code into your Google Doc, and the add-on will render it as a formula.

This method preserves the quality and allows for easy editing later. It’s a bit more involved initially, but it’s a more robust long-term solution for handling mathematical formulas in your documents.

hey, i’ve had this problem too. annoying right? what works for me is using an online svg to png converter. just copy the svg code from wikipedia (right-click, inspect element) and paste it into the converter. then download the png and insert it into your doc. not perfect but it gets the job done!

I’ve encountered this issue before, and it can be frustrating. One workaround I’ve found effective is to use a two-step process. First, I screenshot the SVG formula from Wikipedia using the Snipping Tool or a similar screen capture utility. Then, I save the image and insert it into Google Docs as a picture.

Another method that’s worked for me is using online SVG to PNG converters. You can copy the SVG code from Wikipedia (right-click on the formula and select ‘Inspect’ to find the SVG code), paste it into a converter, and then download the resulting PNG. This PNG can be easily inserted into Google Docs.

For a more seamless workflow, I’ve also had success using browser extensions specifically designed for capturing equations. These tools often allow you to copy formulas as LaTeX or MathML, which can then be rendered in Google Docs using add-ons like Auto-LaTeX Equations.

While these aren’t perfect solutions, they’ve helped me overcome similar challenges. Hope this helps!