TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Web Publications – LaTeX Style – HTML View

88 pointsby fangoabout 4 years ago

6 comments

leephillipsabout 4 years ago
I found it hard to understand the point of this. It talks about imitating the “look and feel” of LaTeX documents in HTML, but fails to do so. If the article itself is an example, it’s the familiar low-quality browser-rendered HTML typography.
评论 #27413964 未加载
评论 #27413950 未加载
inamiyarabout 4 years ago
This is maybe the third time I&#x27;ve seen the concept of a LaTeX styled html page and it never seems like a good idea to me. I&#x27;m all for math typesetting in HTML, but I no longer &quot;believe&quot; in justification, especially not browser&#x27;s dissatisfying one-paragraph based techniques. But even with knuth-plass I have reasons to suspect ragged right text is better, see <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27189306" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27189306</a> I&#x27;m willing to change my mind with more evidence, justified text <i>is</i> pretty.
评论 #27414547 未加载
评论 #27414759 未加载
thomasahleabout 4 years ago
I&#x27;ve found that Texmacs produces some nice and fast html pages, like this: <a href="https:&#x2F;&#x2F;www.texmacs.org&#x2F;joris&#x2F;pcomp&#x2F;pcomp.html" rel="nofollow">https:&#x2F;&#x2F;www.texmacs.org&#x2F;joris&#x2F;pcomp&#x2F;pcomp.html</a><p>However, I don&#x27;t know if there&#x27;s a way to use it for regular Tex documents.
ubavicabout 4 years ago
It is sad that in 2021 we are still using heavyweight js libraries for displaying mathematical notation, instead W3C specification - MathML.
评论 #27416165 未加载
vincent-manisabout 4 years ago
Producing Computer-Modern-y HTML output that looks like a defaults-everywhere LaTeX document reminds me of George Bernard Shaw&#x27;s reputed response to a marriage proposal from a noted actress: “But what if the baby had MY looks and YOUR brains?”
lobocinzaabout 4 years ago
Use Katex
评论 #27414254 未加载