Need an Easy Equation Editor for Writing Papers? Look no Further!

  • Thread starter Thread starter Curl
  • Start date Start date
  • Tags Tags
    Papers Writing
Click For Summary
The discussion centers around finding efficient and cost-effective tools for writing mathematical equations and matrices, particularly for academic papers. Users express frustration with the time-consuming nature of MS Word's equation editor and seek alternatives. LaTeX is suggested as a powerful solution, with TexLive and MikTeX mentioned as popular distributions that include user-friendly editors like TexWorks. While LaTeX requires an initial investment of time to learn its syntax, many users argue that it ultimately allows for faster equation entry compared to point-and-click methods. Concerns about LaTeX's complexity and formatting conventions are addressed, with suggestions for resources to ease the learning curve. The conversation also touches on the flexibility of LaTeX for document formatting, though some users prefer the control offered by traditional publishing tools. Overall, LaTeX is recommended for those needing to handle extensive mathematical content efficiently, despite the initial learning phase.
  • #31
Jonathan Scott said:
The equation editor in MS Word 2007 supports lots of stuff very similar to LaTeX, and I use it for quick notes and short papers (but I use MikTeX for bigger stuff). I did however have to set up keyboard macros to go into and out of equation mode as that was driving me mad. I personally use Ctrl-# to start equation mode and Ctrl-Shift-# to end (although I didn't find an "end equation mode" functions so I use a trick instead), where these keys are assigned to the following macros:

Sub InsertEquation()
WordBasic.EquationEdit
End Sub
Sub EndEquation()
Selection.TypeParagraph
Selection.TypeBackspace
End Sub

I should point out that the standard keyboard function for switching the equation editor on and off in Word 2007 (and switching to the appropriate ribbon at the same time) is Alt-= and I'm sure that would normally be fine. I don't know why I created macros; comments in my macros source say "turn on equation mode without switching ribbon" but I don't know why I wanted to do that. I'll try using Alt-= for a while and see if it comes to me!
 

Similar threads

  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 11 ·
Replies
11
Views
13K
Replies
96
Views
21K
Replies
4
Views
2K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
8K