Text Formatting ⇒ Update: Solution found // Help! Elementary teacher flummoxed by LaTeX
Update: Solution found // Help! Elementary teacher flummoxed by LaTeX
However, anything that is LaTeX-formatted fails to paste. It's just blank. (Note: I THINK it's LaTeX-formatted.)
To see an example of the kind of document I'm talking about, go to https://im.kendallhunt.com/MS/teachers/ ... ation.html and scroll down to Student Task Statements, then click the Word version. You'll notice that there's only a little bit of LaTeX -- which is part of the problem (it's hard to spot, and I'm afraid I'm copy-pasting without noticing and replacing all the missing text). There's much more in the lessons on algebraic expressions.
Can anyone help me with this? I tried copy-pasting from Word to Notes and THEN into Google Doc, but that didn't work. I also tried command-option-V instead of command-V (and command-control-V instead of command-V), but that didn't work either.
Thanks in advance,
Jennifer Karmon
P.S. I do know how to insert a LaTeX equation in a Google Doc -- but at the scale I'm working at (hundreds of pages), the problem is not that I can't render LaTeX but that I can't spot that it's missing, especially when it's just something like "the base b of the parallelogram," where "b" is rendered in LaTeX rather than in italicized text. And, of course, ideally I wouldn't have to retype it.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Update: Solution found // Help! Elementary teacher flummoxed by LaTeX

(If anyone's curious: The solution was to open the Word document *in* Google Docs, rather than to copy-paste *from* Word into GDocs. *Then* I can copy-paste from one GDoc to another without losing the LaTeX formatting.)
Sorry for the false alarm. And here I made an account and everything, all for nothing. Heh.
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Update: Solution found // Help! Elementary teacher flummoxed by LaTeX
welcome to the forum!
I saw your tweet (and retweeted it to get more readers).
I don't see LaTeX code here. I don't see LaTeX involved at all, not with Word and not with Google docs. Not sure how we can help from the LaTeX side then.
Our fellow LaTeX friends may of course, recommend doing all in LaTeX.

I hope it works; let us know, and if we can help with LaTeX, we do!
Stefan
edit: I wrote this before I saw your new post. Glad that it works!
Update: Solution found // Help! Elementary teacher flummoxed by LaTeX
Well, I will feel pretty dumb if it was never even LaTeX involved. Isn't this LaTeX in this screenshot?
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Update: Solution found // Help! Elementary teacher flummoxed by LaTeX
LaTeX would not make such an erratic spacing around relation and operator symbols. Look at the asymmetric space around the equal sign, and the different spacing considering the two multiplication symbols.
LaTeX is like:
Code: Select all
\documentclass[preview,border=10pt]{standalone}
\usepackage{amsmath}
\begin{document}
\ldots same angle as: $A = \frac{1}{2} \cdot b \cdot h$
\end{document}