texlive

Open-source projects categorized as texlive

Top 8 texlive Open-Source Projects

  • tectonic

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

  • Project mention: I rewrote my CV in Typst and I'll never look back | news.ycombinator.com | 2023-10-29

    You may want to try https://github.com/tectonic-typesetting/tectonic, which downloads files from TeXLive on-demand.

  • 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.

    InfluxDB logo
  • tinytex

    A lightweight, cross-platform, portable, and easy-to-maintain LaTeX distribution based on TeX Live

  • Project mention: Running Quarto Markdown in Docker | dev.to | 2023-12-23

    # Based on https://github.com/analythium/quarto-docker-examples/blob/main/Dockerfile.base # Version number of Quarto to download and use ARG QUARTO_VERSION="1.4.529" ARG OS_USERNAME=quarto ARG UID=1000 ARG GID=1000 FROM eddelbuettel/r2u:20.04 # librsvg2-bin is to allow SVG conversion when rendering a PDF file # (will install the rsvg-view binary) RUN set -e -x && \ apt-get update && apt-get install -y --no-install-recommends \ pandoc \ pandoc-citeproc \ curl \ gdebi-core \ librsvg2-bin \ python3.8 python3-pip \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* RUN set -e -x && \ install.r shiny jsonlite ggplot2 htmltools remotes renv knitr rmarkdown quarto # Download and install Quarto ARG QUARTO_VERSION RUN set -e -x && \ curl -o quarto-linux-amd64.deb -L https://github.com/quarto-dev/quarto-cli/releases/download/v${QUARTO_VERSION}/quarto-${QUARTO_VERSION}-linux-amd64.deb \ && gdebi --non-interactive quarto-linux-amd64.deb \ && rm -f quarto-linux-amd64.deb # Should be done for the user; won't work if done for root # (quarto will say that "tinytex is not installed") ARG OS_USERNAME ARG UID ARG GID RUN set -e -x && \ groupadd -g $GID -o "${OS_USERNAME}" && \ useradd -m -u $UID -g $GID -o -s /bin/bash "${OS_USERNAME}" USER "${OS_USERNAME}" # Install tools like tinytex to allow conversion to PDF RUN set -e -x && \ quarto install tool tinytex --update-path RUN set -e -x && \ printf "\e[0;105m%s\e[0;0m\n" "Run tlmgr update" \ && ~/.TinyTeX/bin/x86_64-linux/tlmgr update --self --all && \ ~/.TinyTeX/bin/x86_64-linux/fmtutil-sys --all # See https://github.com/rstudio/tinytex/issues/426 for explanation RUN set -e -x && \ printf "\e[0;105m%s\e[0;0m\n" "Run tlmgr install for a few tinyText packages (needed for PDF conversion)" \ && ~/.TinyTeX/bin/x86_64-linux/tlmgr install fvextra footnotebackref pagecolor sourcesanspro sourcecodepro titling USER root RUN set -e -x && \ mkdir -p /input USER "${OS_USERNAME}" WORKDIR /

  • WebLaTex

    A complete alternative for Overleaf with VSCode + Web + Git Integration + Copilot + Grammar & Spell Checker + Live Collaboration Support. Based on GitHub Codespace and Dev container.

  • texpresso

    TeXpresso: live rendering and error reporting for LaTeX

  • Project mention: Live rendering and error reporting for LaTeX | news.ycombinator.com | 2024-03-18
  • latex-docker

    :whale: Docker Image of TeXLive

  • docker-texlive-thin

    A thin texlive installation in docker.

  • dotfiles

    Scripts and configuration files for setting up and managing Linux systems (mostly Debian, Ubuntu) incl. tools (by pylipp)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • minimal-texlive-installer

    Get yourself a minimal TeXlive on GNU/Linux.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

texlive discussion

Log in or Post with

texlive related posts

  • Live rendering and error reporting for LaTeX

    1 project | news.ycombinator.com | 18 Mar 2024
  • Running Quarto Markdown in Docker

    4 projects | dev.to | 23 Dec 2023
  • Arch for science

    1 project | /r/archlinux | 21 Apr 2023
  • Porting Python reportlab code to Rust

    1 project | /r/rust | 12 Apr 2023
  • TinyTeX – lightweight, cross-platform, portable, and easy-to-maintain LaTeX

    1 project | news.ycombinator.com | 2 Aug 2022
  • Any LaTeX software on osx that won't need installing and works with XeLaTeX?

    1 project | /r/LaTeX | 22 Jul 2022
  • Knitting an Rmd file to PDF using TinyTex in RStudio Not Working

    2 projects | /r/RStudio | 5 Jul 2022
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 12 Jun 2024
    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. Learn more →

Index

What are some of the best open-source texlive projects? This list will help you:

Project Stars
1 tectonic 3,808
2 tinytex 949
3 WebLaTex 850
4 texpresso 324
5 latex-docker 93
6 docker-texlive-thin 5
7 dotfiles 3
8 minimal-texlive-installer 3

Sponsored
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