Text FormattingUpdate: Solution found // Help! Elementary teacher flummoxed by LaTeX

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
jkarmon
Posts: 4
Joined: Thu Aug 11, 2022 9:19 pm

Update: Solution found // Help! Elementary teacher flummoxed by LaTeX

Post by jkarmon »

I am trying to reformat hundreds of pages of lessons so that they take up far fewer pages (for photocopying purposes). I am copy-pasting text from a Word document into a Google Doc.

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.
Last edited by jkarmon on Thu Aug 11, 2022 10:39 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

jkarmon
Posts: 4
Joined: Thu Aug 11, 2022 9:19 pm

Update: Solution found // Help! Elementary teacher flummoxed by LaTeX

Post by jkarmon »

OMG I got it! I figured out a solution! Question withdrawn! :D

(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.
Last edited by jkarmon on Thu Aug 11, 2022 10:40 pm, edited 1 time in total.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Update: Solution found // Help! Elementary teacher flummoxed by LaTeX

Post by Stefan Kottwitz »

Hi Jennifer,

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. ;-) But of course, you are trying to get something done with other applications.

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!
LaTeX.org admin
jkarmon
Posts: 4
Joined: Thu Aug 11, 2022 9:19 pm

Update: Solution found // Help! Elementary teacher flummoxed by LaTeX

Post by jkarmon »

Thank you, Stefan!

Well, I will feel pretty dumb if it was never even LaTeX involved. Isn't this LaTeX in this screenshot?
Screen Shot 2022-08-11 at 1.41.56 PM.png
Screen Shot 2022-08-11 at 1.41.56 PM.png (11.45 KiB) Viewed 4247 times
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Update: Solution found // Help! Elementary teacher flummoxed by LaTeX

Post by Stefan Kottwitz »

Yes, no LaTeX, here, it's the Word or Google formula displaying.

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}
latex-formula.png
latex-formula.png (19.32 KiB) Viewed 4244 times
Stefan
LaTeX.org admin
jkarmon
Posts: 4
Joined: Thu Aug 11, 2022 9:19 pm

Update: Solution found // Help! Elementary teacher flummoxed by LaTeX

Post by jkarmon »

Oh, I see. I apologize for wasting everyone's time from *two* angles then -- first because I solved my own problem, and second because it was never even LaTeX to begin with! Sigh and sheepish grin.
Post Reply