7 ms·
I thought Latex was dead? It's a system I see no one ever use. With right, as it's as horrible as a doc system can get.
by HnNoPassMailer 15y ago
I thought Latex was dead? It's a system I see no one ever use. With right, as it's as horrible as a doc system can get.
- HnNoPassMailer 15y agoCan anyone explain the downvotes? Thanks.
- Gigablah 15y agoLaTeX gets plenty of use in academic circles. Research papers, theses, etc.
- dlwh 15y agoI didn't downvote but, pretty much every academic in the CS/physics/stats/math I've met uses LaTeX. Even a bunch of linguists I know use LaTeX. It's definitely not perfect--I really wish there were something better--but for writing technical academic papers, it seems like far and away the best.
- beza1e1 15y agoYou write unjustified aggressive phrases, which are clearly at odds with lots of people. That's why I consider you a troll and downvote you.
- alexchamberlain 15y agoGo and find some download stats for some LaTeX distributions. LaTeX is still used in academia everyday, and I conject that it is used to generate docs in business too. LaTeX is about as far from dead as the desktop computer.
- patrickg 15y agoOnly someone not related to typesetting can say that LaTeX is dead. Exactly the opposite is true. Even though there are good alternatives these days such as InDesign and (I hate to say that:) MS Word (which now has a much better formula editor and OpenType Math fonts), great developments are taking place, for example LuaTeX. Not directly LaTeX but TeX: I have built a high quality database publishing system based on LuaTeX: http://speedata.github.com/publisher/ http://speedata.github.com/publisher/
- Luyt 15y agoI think that page could benefit from some examples created by speedataPublisher; now I only see a list of features and requirements, not what I'm able to create with it.
- patrickg 15y agoI am working on it. Thanks for pointing it out once more!
- chalst 15y agoMS Word: Note that the formula editor is very carefully based on the algorithm in Tex, as MS have documented in a tech report. Hilariously, they screwed up the implementation, which does not match the specification in their tech report: http://tex.stackexchange.com/questions/20487/why-does-ms-words-algorithm-for-vertical-positioning-of-super-and-subscripts-n http://tex.stackexchange.com/questions/20487/why-does-ms-wor...
- rmc 15y agoLaTeX is still massively used to typeset and print up academic papers.
- HnNoPassMailer 15y agoI had to write a paper with it. I found it so horrible that I ended up not writing the paper (on a very interesting topic) and failed class. I just assumed the professor was nutty and kept onto some weird niche software.
- rmc 15y agoNope, the professor was requesting that you use the standard typesetting software. Some of your classmates might have to write many papers, and hence it's good that they start learning.
- HnNoPassMailer 15y agoApparently. It's a shame that researchers hae to use such software. Probably part of why research is so conservative and slow. Why not a funky html "paper"? With interactive formulae, clickable links (hey, wasn't PageRank based on references? Maybe time to turn that around) to references. Most important, a clickable link to an academic profile.
- rmc 15y agoYou can put clickable links in LaTeX. And if you're including mathematical formulae, which scientific academia will do, HTML is rubbish for formulae.
- william42 15y agoPlease explain to me how to type the fraction (a^2+b^2-c^2)/(2ab), which is the simple $\frac{a^2+b^2-c^2}{2ab}$ in TeX, so that the numerator appears above the denominator in HTML. Or any non-TeX layout.