6 ms·
Apparently. 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"? Wit
by HnNoPassMailer 15y ago
Apparently. 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.