Hacker News new | ask | show | jobs
by m_mueller 4517 days ago
> I consider a more modern language that compiles to LaTeX and leverage its rendering engine for paper docs (while giving you sufficient control over the output) and also gives you a nice web output more pragmatic and a nicer way to approach the problem.

I'm currently looking for exactly such a solution. Have you found any?

Sidenote: Ideal would be a language that comes with either Word or E-Pub conversion tools (in order to migrate existing word documents over). I say E-Pub because there is a relatively nice migration path from Word to there: Get on a Mac, open the Word in Pages, export to E-Pub. Can also be used to get a sane xhtml output, since it's just a zipped folder with xhtml and some images.

2 comments

yep... we're all ears to alternatives. i often have to publish technical works academically and i really think the current crop of non-LaTeX solutions produce painful results. but i'm up against "we all use MSWord™ because we all use MSWord™" and there will be no getting overworked academics to invest the energy in anything that doesn't look like the tools with which they are already familiar. so... for gawdsake, find me something which isn't LaTeX which produces good equations and good page positioning without crashing and -looks- like MSWord to the non-technical computer user. i've had no luck. (and my cobbled together web nightmare rtf2text, git merge, meta LaTeX rube-goldberg device is leaking oil rapidly)

oh, and it has to play well with EndNote™ too. -sigh-

Have you tried Lyx[1]? It might not be as straightforward as MS Word, but if you care about the way the page looks, aren't afraid of using writing a little bit of LaTeX by hand, it works great.

[1]: http://www.lyx.org/

yes indeed. and it's certainly worthy at the postdoc level. but (quote from the LyX site): "Can I read and write Word files? Yes, but not trivially, and you should not expect to be able to collaborate with someone using Word to edit your paper. You can import Word files, and you can export Word files, but going 'roundtrip' is not workable." ...it's that "round-trip" that is currently vital.

what i really would love to see is some stable fusion of LyX and a web-collaborative-writing program like 'Gobby' (http://gobby.0x539.de/trac/) ... google-docs has been tried, but folks got scared between google-wave suddenly dying and that whole issue of corporate leaking to sinister third parties and corporate scraping

"you should not expect to be able to collaborate with someone using Word to edit your paper"

This, this is death to every alternative I look at.

> but i'm up against "we all use MSWord™ because we all use MSWord™" and there will be no getting overworked academics to invest the energy in anything that doesn't look like the tools with which they are already familiar.

MSWord has the additional problem that it can't be used together with my favourite Version Control System.

This post, right here, is one reason I'm glad I'm not in academia any more. I added Sweave to my rube-goldberg device though, and it leaked much, much more.
Emacs with org-mode works very well this way.