texpresso VS keenwrite-themes

Compare texpresso vs keenwrite-themes and see what are their differences.

texpresso

TeXpresso: live rendering and error reporting for LaTeX (by let-def)
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
texpresso keenwrite-themes
2 4
313 -
- -
9.3 -
8 days ago -
C
MIT License -
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.

texpresso

Posts with mentions or reviews of texpresso. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-26.
  • Live rendering and error reporting for LaTeX
    1 project | news.ycombinator.com | 18 Mar 2024
  • Talks from the Tug Conference 2023 in Bonn
    6 projects | news.ycombinator.com | 26 Nov 2023
    > I would love to hear of other low(er) barrier-to-entry ways to use LaTeX, because it’s a pretty steep commitment for someone who isn’t a professional writer.

    I have been working on and off on a fork of LaTeX with real-time feedback: you can see the document and error messages rendered and updated live. It also supports SyncTeX (going from a source line to the corresponding output and vice-versa).

    I added vim support recently, you can see it in action there: https://github.com/let-def/texpresso.vim

keenwrite-themes

Posts with mentions or reviews of keenwrite-themes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-28.
  • Consider Writing Documentation for Your House
    3 projects | news.ycombinator.com | 28 Nov 2023
    KeenWrite[1], my Markdown text editor, was written with variables in mind. I've made a "theme" for the documentation for my house, called Domus.[2] You could get something producing PDFs in an evening.

    Profile has my email.

    [1]: https://keenwrite.com

    [2]: https://gitlab.com/DaveJarvis/keenwrite-themes/-/tree/main/d...

  • Talks from the Tug Conference 2023 in Bonn
    6 projects | news.ycombinator.com | 26 Nov 2023
    > I would love to hear of other low(er) barrier-to-entry ways to use LaTeX.

    My FOSS desktop editor, KeenWrite[1], converts Markdown to XHTML, XHTML into TeX, then TeX into PDF. Users may drop into TeX itself for math, if needed. Behind the scenes, KeenWrite passes the document to ConTeXt along with a theme.[2] The theme abstracts away most of the complexities of TeX.

    There isn't a resume theme, yet, though there are some available for ConTeXt that would be tempting to abstract.[3]

    [1]: https://keenwrite.com/

    [2]: https://gitlab.com/DaveJarvis/keenwrite-themes/

    [3]: https://github.com/BruXy/resume

  • Ask HN: What's the best way to write a book in Markdown?
    4 projects | news.ycombinator.com | 12 Nov 2023
    My Typesetting Markdown series[1] describes crafting shell scripts to cobble together pandoc, knitr, math, ConTeXt, and YAML-based interpolated variables to produce PDF files.

    For my sci-fi novel, my character sheet was inside of a spreadsheet. It dawned on me that the character sheet could be replaced with a YAML file and integrated with a Markdown editor. I developed KeenWrite[2] to replace the scripts while allowing me to use interpolated variables and R inside of the prose.

    My novel has two separate timelines and I wanted to make sure that dates lined up correctly without having to do the date math manually. I implemented a number date functions in R[3] based around an "anchor" date. As long as all my other dates are relative (in days) to the anchor date, all the math checks out. Possessives and pronouns are also handled in R (meaning I can change a character's gender by changing a single variable, provided I haven't referenced any sex-specific body parts or characteristics).

    Also, I wanted a nice-looking PDF file to send to alpha readers (more wanted, see profile). For that, I crafted KeenWrite Themes[4] along with a video tutorial series showing how all the software components work together.

    [1]: https://dave.autonoma.ca/blog/2019/05/22/typesetting-markdow...

    [2]: https://keenwrite.com/

    [3]: https://gitlab.com/DaveJarvis/KeenWrite/-/blob/main/R/conver...

    [4]: https://gitlab.com/DaveJarvis/keenwrite-themes/

    [5]: https://www.youtube.com/playlist?list=PLB-WIt1cZYLm1MMx2FBG9...

  • Show HN: Generate pdf with gitbook or mdbook url
    6 projects | news.ycombinator.com | 11 Nov 2023
    I developed KeenWrite[0] with similar ideas to mdbook: typeset into PDF from Markdown. Technically, this happens in three stages. First, the Markdown is converted to XHTML. Second, the XHTML is converted to TeX commands. Third, the ConTeXt typesetting system produces a PDF file. Both the GUI and CLI can export to PDF.[1]

    Like mdbook, the themes are isolated. Instead of CSS, KeenWrite themes are written in ConTeXt. There are several example starter themes.[2] A "thesis" theme would be a nice addition, but there's a problem.

    Markdown lacks a standard for cross-references and citations. An open KeenWrite issue animates a possible UX solution.[3] The topic of references/citations has been discussed on CommonMark[4] without much movement. Parsing cross-references and citations would benefit flexmark-java[5] integrations. KeenWrite uses flexmark-java, but I'm otherwise unaffiliated. If anyone is interested in helping, reach out (see profile).

    [0]: https://keenwrite.com/

    [1]: https://gitlab.com/DaveJarvis/KeenWrite/-/blob/main/docs/cmd...

    [2]: https://gitlab.com/DaveJarvis/keenwrite-themes/

    [3]: https://gitlab.com/DaveJarvis/KeenWrite/-/issues/145

    [4]: https://talk.commonmark.org/t/cross-references-and-citations...

    [5]: https://github.com/vsch/flexmark-java

What are some alternatives?

When comparing texpresso and keenwrite-themes you can also consider the following projects:

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

wkhtmltopdf-windows - wkhtmltopdf - Convert html to pdf using webkit (qtwebkit). Windows binaries

texpresso.vim - Neovim mode for TeXpresso

KeenWrite

typst - A new markup-based typesetting system that is powerful and easy to learn.

excalidraw - Virtual whiteboard for sketching hand-drawn like diagrams

SwiftLaTeX - SwiftLaTeX, a WYSIWYG Browser-based LaTeX Editor

pandoc - Universal markup converter

flexmark-java - CommonMark/Markdown Java parser with source level AST. CommonMark 0.28, emulation of: pegdown, kramdown, markdown.pl, MultiMarkdown. With HTML to MD, MD to PDF, MD to DOCX conversion modules.

htmlbook2pdf - GitBook to PDF

pandoc_resume - The Markdown Resume