ar5iv-css VS plastex

Compare ar5iv-css vs plastex and see what are their differences.

ar5iv-css

Some CSS experiments for arXiv HTML documents converted via latexml (by dginev)

plastex

plasTeX is a Python package that processes LaTeX documents into an XML-DOM-like object which can be used to generate various types of output. (by plastex)
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
ar5iv-css plastex
1 1
13 272
- 0.4%
5.3 7.4
3 months ago about 1 month ago
CSS Python
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.

ar5iv-css

Posts with mentions or reviews of ar5iv-css. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-14.
  • Wikipedia of Algebraic Geometry Will Forever Be Incomplete. (2022)
    6 projects | news.ycombinator.com | 14 Apr 2024
    https://github.com/dginev/ar5iv-css

    and add "--css=ar5iv.css --nodefaultresources" to the command line options for latexmlpost (or latexmlc).

    Or alternatively, for people not interested in learning how to install and configure latexml, they can try the self-contained Dockerfile at:

    https://github.com/dginev/ar5ivist/

plastex

Posts with mentions or reviews of plastex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-14.
  • Wikipedia of Algebraic Geometry Will Forever Be Incomplete. (2022)
    6 projects | news.ycombinator.com | 14 Apr 2024
    Stacks project is available on github, so in theory (if you're bored enough) it should be possible to reverse engineer their design from their make-project file https://github.com/stacks/stacks-project/blob/master/documen...

    At a high level they use plastex https://github.com/plastex/plastex to convert latex to html (you seem to be using pandoc?) and so can control the rendering to any fine accuracy they want. I liked this general style as well, so I tried using plastex but couldn't get my head around it and so started using LateXML https://github.com/brucemiller/LaTeXML

    My usecase: I wanted to have a "dependency graph" of lemmas to make it easier to see proofs without having to jump back and forth through a pdf, and this was sort of similar to lean formalization blueprint graphs https://teorth.github.io/pfr/blueprint/dep_graph_document.ht... (which also uses plastex) but without the lean parts. There's still a lot of work to be done, but I think I have a pretty okay implementation using latexml which meets 50% of my requirements for now, so I'm happyish https://texviz.arsricharan.in/ghrss24/