Looking for text/equation searchable word processor
Looking for text/equation searchable word processor
(OP)
I'm writing a paper on complex calculations of gear teeth. It is currently 39 pages long and will be about 60 pages long when finished. It has many Greek symbols and will have about 100 equations and a 75-line table when finished. About a dozen drawings will be included as .jpg pictures. So far I’ve been working in MS Word, which works, but is very slow going. A very important part of the job is checking that the math, text, tables, equations and pictures are correct and consistent with each other. This proves to be extremely difficult in MS Word - especially searching equations, which you can only search one at a time. It would be very helpful to have the ability to search the entire document, including equations, for text and symbols, all at the same time. I checked MathType and it does not have this capability.
If you know of a word processor that has the search capability I need, I would very much like to know about it.
Phil Rockwell
If you know of a word processor that has the search capability I need, I would very much like to know about it.
Phil Rockwell
RE: Looking for text/equation searchable word processor
I notice that you're registered as Mechanical @Eng-Tips.
You might also post there in one of the forums in https://www.eng-tips.com/threadcategory.cfm?lev2=2..., the Engineering Computer Programs forum list. See what other engineer might recommend
Skip,
Just traded in my OLD subtlety...
for a NUance!
"The most incomprehensible thing about the universe is that it is comprehensible" A. Einstein
You Matter...
unless you multiply yourself by the speed of light squared, then...
You Energy!
RE: Looking for text/equation searchable word processor
What version of Word?
"Equation Editor (Microsoft Equation 3.0) was included in earlier versions of Word, but was removed from all versions in the January 2018 Public Update (PU) and replaced with a new equation editor."
Skip,
Just traded in my OLD subtlety...
for a NUance!
"The most incomprehensible thing about the universe is that it is comprehensible" A. Einstein
You Matter...
unless you multiply yourself by the speed of light squared, then...
You Energy!
RE: Looking for text/equation searchable word processor
General Geek
RE: Looking for text/equation searchable word processor
He wants to know how to search them.
---- Andy
"Hmm...they have the internet on computers now"--Homer Simpson
RE: Looking for text/equation searchable word processor
and sympy https://www.sympy.org/en/index.html
together in a Jupyter notebook.
But I think it would be clunky.
RE: Looking for text/equation searchable word processor
That said, it would be a simple matter to write a macro that goes through all the equations and, for example, exports them to a separate document for comparison purposes. Something similar could be done for pictures, tables, etc. It would be a chore, though, to get all of these outputs in the correct order in a single file and that still wouldn't address how the various items are dealt with in the corresponding text.
Cheers
Paul Edstein
[Fmr MS MVP - Word]
RE: Looking for text/equation searchable word processor
Thanks very much for your replies. Paul, it had occurred to me that what you said should be possible. After gathering search results into a text file, maybe you could load them into a spreadsheet for sorting and comparison. However, the Word VBA work required is a bit above my head.
Phil Rockwell
RE: Looking for text/equation searchable word processor
Cheers
Paul Edstein
[Fmr MS MVP - Word]
RE: Looking for text/equation searchable word processor
Thanks for your post. I guess I should say that I'm working in MS Word 2010, in .docx format, using equation editor 3.0.
I could not see a way to export the document from Word into an Excel file.
I opened the document in Word and copied the whole document to the clipboard, then pasted it into Excel. The equations came through as images, so were not searchable.
Can you give me any tips on how to pursue your latest ideas?
RE: Looking for text/equation searchable word processor
OMaths objects are accessible by VBA. However the online documentation is somewhat cursory.
The documentation gives an example of how to create an equation with VBA, but nothing for examining or manipulating them after they exist.
My brief efforts didn't produce anything helpful.
RE: Looking for text/equation searchable word processor
Cheers
Paul Edstein
[Fmr MS MVP - Word]