docker-texlive-thin VS dgoffredo

Compare docker-texlive-thin vs dgoffredo and see what are their differences.

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
docker-texlive-thin dgoffredo
1 3
5 -
- -
0.0 -
almost 2 years ago -
Dockerfile
GNU General Public License v3.0 only -
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.

docker-texlive-thin

Posts with mentions or reviews of docker-texlive-thin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-29.
  • Show HN: Md2blog – A zero-config static site generator for dev blogs
    4 projects | news.ycombinator.com | 29 Nov 2021
    I recently wrote a few documents in latex after ignoring it for over a decade. Trying to get a working setup with latex + bibtex + a few custom styles was quite annoying. I can appreciate that people who just want to author a document with some equations in latex but who are not programmers or avid command line users might find the entire experience of getting a tolerable latex workflow set up very challenging. I guess that might be partly why https://www.overleaf.com/ has a business model! Hide all the package management and command line tooling nonsense behind a simple web interface.

    I was very excited to find Thomas Weise had wrangled latex and a Tex Live installation into a docker container: https://github.com/thomasWeise/docker-texlive-thin

    Another useful tool is latexmk, which is already installed inside the docker-texlive-thin container : https://mg.readthedocs.io/latexmk.html

    By containing the madness of latex tooling and package management with docker and some volume mounts, I could have a reasonably sane build process to manufacture PDFs from latex source files.

    I don't recommend md2blog add mandatory dependencies on anything related to latex. Another way to think about it might be offering optional latex support through some plugin mechanism that doesn't know anything about latex. But that path sure won't produce anything resembling a "zero config" static site generator.

dgoffredo

Posts with mentions or reviews of dgoffredo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-10.
  • Using ELisp as an HTML templating engine
    8 projects | news.ycombinator.com | 10 Apr 2022
    Yes, using anylisp as a anything templating engine. I love this stuff.

    It's not as ideal, but you can even get away with this in Python using comprehensions and functions. Any language with nested data structure literals will do. Really, any expression language.

    Here's a Python version: https://github.com/dgoffredo/dgoffredo.github.io/blob/master...

    and a Javascript version: https://github.com/dgoffredo/llama/blob/master/llama/xml.js

    ...and as others have said, Scheme has "sxml," which I use here: https://github.com/dgoffredo/xsd-gc

  • Show HN: Md2blog – A zero-config static site generator for dev blogs
    4 projects | news.ycombinator.com | 29 Nov 2021
    Always interesting to see what someone else came up with for their static site generator. If I had known about yours, I might have used it instead of writing mine: https://github.com/dgoffredo/dgoffredo.github.io
  • Chicken Scheme
    2 projects | news.ycombinator.com | 2 Sep 2021
    I even do a minimal version of SXML in python, using python's lists, because it's much better than the DOM/builder way.

    https://github.com/dgoffredo/dgoffredo.github.io/blob/372300...

    You could do the exact same thing in javascript.

What are some alternatives?

When comparing docker-texlive-thin and dgoffredo you can also consider the following projects:

dockerfiles - Various Dockerfiles I use on the desktop and on servers.

markblog - The way to blog with markdown.

zig-deb - Package zig into an apt package for installing on debian / ubuntu

with-c-syntax - C language syntax in Common Lisp

Hugo - The world’s fastest framework for building websites.

dockerfiles - Ubuntu 22.04 Docker Images for Server and Desktop.