Live data from Hacker News

Typesetting your paper without any LaTeX knownledge

github.com

1–10 of 10 posts

Re: Typesetting your paper without any LaTeX knownledge

#3
I'm not sure, it's a WYSIWYG editor for LaTeX? How does it compare with Scientific Works? Does it save the results as LaTeX files? Which packages does it support?

PS: Here in Argentina is usual to write

  $\sin^2 x + \cos^2 x = 1$
instead of

  $\sin x^2+ \cos x^2 = 1$

Re: Typesetting your paper without any LaTeX knownledge

#4

I'm not sure, it's a WYSIWYG editor for LaTeX? How does it compare with Scientific Works? Does it save the results as LaTeX files? Which packages does it support? PS: Here in Argentina is usual to write $\sin^2 x + \cos^2 x = 1$ instead of $\sin x^2+ \cos x^2 = 1$

Yeach, you're right, all of packages are hard code in backend, you can found it here: https://github.com/zhyd1997/Eorg-Server/blob/209a142c687a566...

Also, you can download the source code and compile it by your local machine, which can add any packages you need.

Re: Typesetting your paper without any LaTeX knownledge

#9
post #4

I'm not sure, it's a WYSIWYG editor for LaTeX? How does it compare with Scientific Works? Does it save the results as LaTeX files? Which packages does it support? PS: Here in Argentina is usual to write $\sin^2 x + \cos^2 x = 1$ instead of $\sin x^2+ \cos x^2 = 1$

Yeach, you're right, all of packages are hard code in backend, you can found it here: https://github.com/zhyd1997/Eorg-Server/blob/209a142c687a566... Also, you can download the source code and compile it by your local machine, which can add any packages you need.

That's like 1/10 of my usual list of packages :) . (My coworkers complain a lot about my overuse of packages.) What about amsmath/amssym/amswhatever?

Re: Typesetting your paper without any LaTeX knownledge

#10
post #4

Earlier quoted context omitted.

Yeach, you're right, all of packages are hard code in backend, you can found it here: https://github.com/zhyd1997/Eorg-Server/blob/209a142c687a566... Also, you can download the source code and compile it by your local machine, which can add any packages you need.

That's like 1/10 of my usual list of packages :) . (My coworkers complain a lot about my overuse of packages.) What about amsmath/amssym/amswhatever?

You can clone the project from github and customized it as you like for your personal working.