texlive-batch-installation VS toolbox-workshop

Compare texlive-batch-installation vs toolbox-workshop and see what are their differences.

texlive-batch-installation

Python Script for texlive batch installation (by maxnoe)

toolbox-workshop

Materialien zum PeP et al. Toolbox-Workshop (by pep-dortmund)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
texlive-batch-installation toolbox-workshop
1 1
5 25
- -
5.9 8.8
19 days ago 19 days ago
Python TeX
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

texlive-batch-installation

Posts with mentions or reviews of texlive-batch-installation. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-20.
  • Brian Kernighan adds Unicode support to Awk (May, 2022)
    13 projects | news.ycombinator.com | 20 Aug 2022
    The Problem is that TeXLive still defaults to doing a full install.

    A full install means installing ~4000 packages, including their source files (tens of thousands of tex files) and built documentation (thousands of PDF files) and hundreds of free fonts (otfs, ttfs, texs own format).

    This is huge (>7GB, not just the 5 GB claimed here).

    However, you don't need 99 % of this for any given document.

    Not installing the source files and documentation PDFs will alone reduce the size by roughly half.

    Only installing the packages you really need from a minimal installation gives you a few hundred megabytes at most for even complex documents.

    It's a bit annoying to get the list of packages needed though, since there is not really any working dependency management.

    I wrote a python wrapper around the tex live installer [1] to make this easy for CI jobs, see e.g. [2].

    On a side note: I'd recommend luatex over xetex.

    - [1] https://github.com/maxnoe/texlive-batch-installation/

    - [2] https://github.com/pep-dortmund/toolbox-workshop/blob/8b00f0...

toolbox-workshop

Posts with mentions or reviews of toolbox-workshop. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-20.
  • Brian Kernighan adds Unicode support to Awk (May, 2022)
    13 projects | news.ycombinator.com | 20 Aug 2022
    The Problem is that TeXLive still defaults to doing a full install.

    A full install means installing ~4000 packages, including their source files (tens of thousands of tex files) and built documentation (thousands of PDF files) and hundreds of free fonts (otfs, ttfs, texs own format).

    This is huge (>7GB, not just the 5 GB claimed here).

    However, you don't need 99 % of this for any given document.

    Not installing the source files and documentation PDFs will alone reduce the size by roughly half.

    Only installing the packages you really need from a minimal installation gives you a few hundred megabytes at most for even complex documents.

    It's a bit annoying to get the list of packages needed though, since there is not really any working dependency management.

    I wrote a python wrapper around the tex live installer [1] to make this easy for CI jobs, see e.g. [2].

    On a side note: I'd recommend luatex over xetex.

    - [1] https://github.com/maxnoe/texlive-batch-installation/

    - [2] https://github.com/pep-dortmund/toolbox-workshop/blob/8b00f0...

What are some alternatives?

When comparing texlive-batch-installation and toolbox-workshop you can also consider the following projects:

goawk - A POSIX-compliant AWK interpreter written in Go, with CSV support

awk - One true awk

regex - An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

tectonic - A modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive.