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.

TinyTeX: A lightweight and easy-to-maintain LaTeX distribution

131 pointsby jaap_wover 6 years ago

16 comments

innocenatover 6 years ago
To be honest, when I am using LaTeX, I just want to write without any interruption. That&#x27;s why I install texlive-full. Since I am (almost) guaranteed that whatever I encountered, I would be able to do it.<p>Dealing with complexity of LaTeX and CPAN is not something I really want to do, especially when I am meeting (paper submission) deadline.
评论 #18163005 未加载
评论 #18163533 未加载
graycatover 6 years ago
For 10+ years I&#x27;ve been a big fan of D. Knuth&#x27;s TeX with Knuth&#x27;s original macros Plain. I have about 70 TeX macros of my own. That <i>setup</i> is for all my higher quality word processing from ordinary letters to mathematics, and I regard it as fine. For that word processing, that setup is fine, a done deal.<p>I looked at LaTeX, got the basic books, etc. and concluded that (A) Knuth&#x27;s documentation in <i>The TeXBook</i> is relatively short, well written, and essentially totally free of bugs, and it is easy to write more macros and (B) the LaTeX documentation is much longer, less well written, for the internal logic much harder to understand, maybe with bugs if only from the length and complexity and being so big and complicated, and much more difficult for me to write more macros. So, I&#x27;ve just stayed with TeX and never used LaTeX except once when I downloaded a paper in LaTeX and wanted to format and read it.<p>Lesson: TeX itself, the design, documentation, functionality, and code are really quite good, and for some people LaTeX may be less good. Don&#x27;t rush to give up on TeX.
评论 #18163880 未加载
craigsmansionover 6 years ago
TeX people are unsung heroes to me and about as close to magic as software can get.<p>It&#x27;s like an ancient secret order that is keeping the world safe from word-processors.<p>I have no idea of what they do, or how they do it, but I can&#x27;t argue with the world-class results.
评论 #18163542 未加载
评论 #18163776 未加载
dpwmover 6 years ago
&gt; If you create a tarball of TinyTeX on macOS or Ubuntu, it will be only 50MB<p>This is excellent and has accelerated my long-term dream: an up-to-date TeX distribution that can live in my home directory in an lz4 (hc) squashfs archive (72M) and be mounted on an as-needed basis.<p>UPDATE: As I had hoped, TinyTeX works in an lz4 squashfs. On my system it&#x27;s actually a tiny bit faster under squashfs than from my ext4 home partition.
评论 #18163027 未加载
Tarq0nover 6 years ago
Yihui Xie has been an incredible boon for the R &amp; Pandoc ecosystems. Turning your R code into pdf or html is so easy I&#x27;m surprised language authors aren&#x27;t scrambling to copy the feature.
评论 #18164282 未加载
xvilkaover 6 years ago
It is notable that LaTeX development moved to GitHub [1] and anyone can send a pull request without much hassle.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;latex3" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;latex3</a>
osamagirl69over 6 years ago
My favorite part about this article is the extra wide space that follows their apostrophe character. It really gives an air of legitimacy to their LaTeX distribution...
评论 #18162928 未加载
评论 #18163476 未加载
评论 #18162905 未加载
评论 #18162091 未加载
kmundnicover 6 years ago
Some time ago I was trying to include more than one bibliography in a document. After a day or so trying to make it work with the MacTex installation, I checked if it would work with ShareLatex. Worked at the first try, changing nothing in my files. From then, I never looked back.<p>I only back up the ShareLatex projects in my Dropbox if for whatever reason I need offline access later. Has worked well so far.
goerzover 6 years ago
I have some projects where the continuous-integration-testing with Travis requires a tex installation. More than 50% of the entire test run is spent installing texlive-full (since Travis doesn&#x27;t seem interested in including latex in their standard environment). Maybe TinyTeX will be able to speed this up?
评论 #18165058 未加载
pletnesover 6 years ago
In my experience, TeX needs some packaging&#x2F;distribution love. Also in my experience, overleaf&#x2F;sharelatex (web based) blows all of the local installation approaches out of the water. Especially with respect to collaboration with coauthors of your documents.
评论 #18164522 未加载
rambojazzover 6 years ago
&gt; YEAR: 2017-2018<p>&gt; COPYRIGHT HOLDER: Yihui Xie and RStudio, Inc.<p>what license is this? Is this software proprietary?
评论 #18166830 未加载
EdSchoutenover 6 years ago
Shamelessly promoting something that I wrote myself:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ProdriveTechnologies&#x2F;bazel-latex" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ProdriveTechnologies&#x2F;bazel-latex</a><p>These are rules for building LaTeX documents using the Bazel build system. What&#x27;s pretty nifty is that these download (parts of) TeXLive automatically, meaning that you don&#x27;t even need to install TeXLive in your home directory. Instead, it&#x27;s part of your project, meaning that everyone working on it will use exactly the same version of TeXLive.
Koshkinover 6 years ago
On a tangential note, I wish there were a single-executable &quot;distribution&quot; of Plain TeX that would simply &quot;do one thing well&quot; - convert a TeX source to more or less nicely typeset PDF.
评论 #18162742 未加载
评论 #18162166 未加载
amaiover 6 years ago
On Mac I prefer BasicTex: <a href="https:&#x2F;&#x2F;www.tug.org&#x2F;mactex&#x2F;morepackages.html" rel="nofollow">https:&#x2F;&#x2F;www.tug.org&#x2F;mactex&#x2F;morepackages.html</a><p>One can install it very simple via<p>$ brew cask install basictex<p>And it doesn&#x27;t take ages to download and install like other TeX-Distributions.<p>see also <a href="https:&#x2F;&#x2F;bilalakil.me&#x2F;getting-started-and-productive-with-latex-basictex-on-os-x-terminal&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bilalakil.me&#x2F;getting-started-and-productive-with-lat...</a>
ahrimanover 6 years ago
I grew irritated with texlive and instead just opted to use <a href="https:&#x2F;&#x2F;overleaf.com" rel="nofollow">https:&#x2F;&#x2F;overleaf.com</a> for my LaTeX documents
评论 #18162633 未加载
评论 #18163085 未加载
mechnesiumover 6 years ago
I think various flavors of Markdown have largely superseded TeX, at least for stylistic minimalists. I&#x27;m not saying that TeX is obsolete, but for the majority of use cases, Markdown is faster and less troublesome. Modernity always triumphs.
评论 #18162867 未加载