5 ms·
I 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
by HnNoPassMailer 15y ago
I 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.
- HnNoPassMailer 15y agoA div/span with vertical aligment containing 2 divs, of which one has border-bottom or border-top set.