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.

Tectonic – A modern, complete, self-contained Tex engine with Unicode support

100 pointsby Gadiguibouabout 2 years ago

3 comments

weinzierlabout 2 years ago
I used it a bit recently and it is brilliant. Instead of lugging a huge TeX installation around you have a single reasonably sized binary. When you run ’tectonic file.tex’ it will download everything it needs on the fly. If you want to run it without internet access you can sort of freeze the downloaded files and run tectonic with your *.tex plus the frozen bundle.<p>It also claims reasonable error messages but I only ran it on error-free files, so I cannot tell.<p>One small downside is that in my direct comparison with lualatex it was always marginally slower.<p>Another one is that it is not a rewrite but still based on the old TeX code.<p>I think tectonic is a great project but generally speaking I find it quite disappointing that we do not have 100% compatible LaTeX with a modern codebase. And that is not even because the old code is bad - not at all. It&#x27;s just that a pure Rust or Java implementation would make it so much easier to integrate into other projects. An audited TeX core we could run on untrusted input would be another benefit.<p>Which brings me to my last point: When researching tectonic I found a fork that attempted a pure Rust port and it <i>nearly</i> worked with examples. There is hope...*
评论 #35350377 未加载
评论 #35346068 未加载
评论 #35347346 未加载
评论 #35348120 未加载
评论 #35347083 未加载
nsajkoabout 2 years ago
It&#x27;s a TeX distro that only supports the XeTeX engine. A far cry from &quot;modern&quot;, as XeTeX is an abandoned engine that always had quirky compatibility problems.<p>And it&#x27;s not &quot;self-contained&quot; either if it downloads packages from the Internet.
评论 #35357769 未加载
jjgreenabout 2 years ago
Written in Rust! Can you tell?<p><pre><code> curl --proto &#x27;=https&#x27; --tlsv1.2 -fsSL https:&#x2F;&#x2F;drop-sh.fullyjustified.net | sh</code></pre>
评论 #35354363 未加载
评论 #35349717 未加载
评论 #35345743 未加载
评论 #35348650 未加载