Communicating Equations via E-Mail

  • Thread starter Thread starter RJ Emery
  • Start date Start date
AI Thread Summary
Communicating complex equations via email poses challenges, especially with complicated partial differential equations (PDEs). Many users prefer attaching PDFs containing the equations or using LaTeX for simpler equations. However, this method can hinder the ability for others to edit the content easily. Some individuals draft responses by hand, scan them, and send them as PDFs, while others suggest using LaTeX to create images of equations for insertion into emails. There is interest in WYSIWYG (What You See Is What You Get) LaTeX tools for easier formatting, with Scientific Word being a notable option, though it is not yet available for Linux. Alternatives like eqascii allow for rendering equations in plain ASCII format using a LaTeX-like syntax, enabling easy copy and paste functionality.
RJ Emery
Messages
114
Reaction score
6
In communicating with others via e-mail, it is quite difficult to render equations in ASCII text, particularly something like a complicated PDE. When the need arises to exchange involved equations with others, and to discuss those equations, what is a good way to accomplish that?
 
Computer science news on Phys.org
RJ Emery said:
In communicating with others via e-mail, it is quite difficult to render equations in ASCII text, particularly something like a complicated PDE. When the need arises to exchange involved equations with others, and to discuss those equations, what is a good way to accomplish that?

This is quite an annoying problem. What I normally do is either attach a pdf with the equations on or, if it's a simple equation, just write in tex.
 
cristo said:
This is quite an annoying problem. What I normally do is either attach a pdf with the equations on or, if it's a simple equation, just write in tex.
Yes, that is more or less the way I do it, too. However, it involves publishing, and that form makes it difficult for respondents to re-edit the work.

The way I send and reply to such e-mails is to draft my response by hand, then scan the handwritten pages and attach them as a PDF. I still seek a more elegant way.
 
You could use Latex to compile the equation into an image and then insert it into the email.
 
-Job- said:
You could use Latex to compile the equation into an image and then insert it into the email.
I am aware of Teχ and LaTeχ but not have kept up with all the available implementations. While a web-based LaTeχ tool is intriguing, I still would rather have a WYSIWYG system resident on my own computer. The only WYSIWYG implementation I know of is Scientific Word from MacKichan Software, but that will not be on Linux until next year.

Are there other LaTeχ WYSIWYG implementations for Windows and/or Linux?
 
You can also use a program like eqascii or https://sourceforge.net/projects/asciitex/" to render your equation in plain ASCII. Both programs are command line and use a LaTeX-like syntax. This way you can simply copy and paste plain ASCII formatted equations.
 
Last edited by a moderator:
Thanks for the update.
 

Similar threads

Replies
15
Views
2K
Replies
13
Views
4K
Replies
12
Views
3K
Replies
6
Views
3K
Replies
12
Views
4K
Replies
7
Views
2K
Replies
1
Views
3K
Replies
6
Views
2K
Back
Top