Hacker News new | ask | show | jobs
by arcanus 3373 days ago
Hmm, in all my correspondence with engineers and mathematicians, we just paste or write latex directly in the email.

Knowledge of latex is assumed, and honestly I (and my colleagues) are able to parse thus natively.

2 comments

Which is, in a nutshell, why it's important for a formal language to be easy to read and write, and why eliminating overly verbose notation matters. It's not just for computers...
In this respect I think AsciiMath doesn't go far enough, precisely because of the Ascii part. Especially for super- and subscripts, why not use the corresponding Unicode characters?

At least on my keyboard, "x^2" is one keystroke more than "x²", and the latter is much more redable.

AsciiMath optimises for ease of use in both reading and writing. Fewer people know how to write x² than x^2, yet virtually everyone will read them equivalently. That's not true for n/2 versus \frac{n}{2}.
Isn't x^2 typed <x><^><space><2>, while x² is the same minus the <space>, on most keyboards?
Not in US standard keyboards, no. You're using an international keyboard layout with dead keys.
I've never knowingly seen a keyboard that would allow you to type ² at all. So, no.
On my Linux Mint 18 KDE system, ² can be typeset by typing AltGr-2 (I can get ½ by pressing AltGr-5). I am using an Italian keyboard, but I bet this works with US keyboards as well.

Recently I used Windows 10 quite a bit, and the number of AltGr combinations available on Linux has been the thing I missed the most!

No. I've never seen a keyboard do this.
Every german keyboard can do this. And a quick (non-exhaustive) google image search shows that many other keyboard layouts support it, e.g. french, turkish and portuguese (brazil but not portugal)
same, even when it adds nothing, for example I wrote \alpha in an email recently.
Now if only email had autocomplete like the Juno IDE does...

http://junolab.org/ (scroll down)

If you want email to have autocomplete, then it does. 'Email' isn't a client. The client you choose to use is. Write your emails in vim -> now you have autocomplete.
But does vim have a top class email plugin that allows powerful research, editing, sending and receiving emails?

Because Emacs does. Choose smart, choose Emacs.

(this comment is written half in jest)

https://www.djcbsoftware.nl/code/mu/mu4e.html

No. The way to write your emails in vim is to use an email client that lets you open the text in an editor of your choice. E.g. mutt, or a webclient combined with an add on that let's your open textarea in an external editor (vimperator or its all text).

P.s. emacs sounds like a great OS - are there any add ons that allow one to open its textareas in a decent editor? :p

Well no, because vim isn't an email client. It is a text editor, and good email clients can use it to edit emails.
Eh.. there should be plugins for that.