> It’s time to separate out the language for formatting the document from the language for writing the document, so, docbook + XSLT? :)
Shudder. Haha. XSLT was actually conceptually a good idea. Just quite hard to read once written in lines and lines of XML. In the 2000s I wrote a web site in mod_perl/Axkit that used XSLT to translate pure XML files into readable XHTML 1.0 for web browsers and WAP (!) for phones.
Finl is not LaTeX
41–47 of 47 posts
Re: Finl is not LaTeX
#42Earlier quoted context omitted.
Not exactly. Originally LaTeX3 was going to be a complete rewrite of LaTeX2e. In the last year or so, there was essentially a declaration of surrender and LaTeX2e+expl3/xparse is now LaTeX3 but still called LaTeX2e. There will never be a LaTeX3 exactly. Some issues with LaTeX development are essentially intractable. They're doable in theory (because TeX is Turing complete), but not in practice.
> Some issues with LaTeX development are essentially intractable. Could you perhaps open this claim a little? What's wrong with the L3 programming layer? ( https://www.alanshawn.com/latex3-tutorial/ - Already integrated to the format)
Re: Finl is not LaTeX
#43Earlier quoted context omitted.
I've decided on Rust. I'm in the midst of a "short story" exploration of Rust and PDF typesetting with a replacement for gftodvi (gftopdf) which, while it will have a potential userbase in the high single digits, gives me a low-risk way to experiment with typesetting to PDF. One of the sub libraries of finl (the charsub module) will be part of this code in the 1.0 release and potentially other sub libraries will be i…
Out of curiousity, did you look at nom at all for parsing?
I suspect though, given how input will get tokenized, though, that I may not be able to use a generic library.
Re: Finl is not LaTeX
#44> It’s time to separate out the language for formatting the document from the language for writing the document, so, docbook + XSLT? :)
Shudder. Haha. XSLT was actually conceptually a good idea. Just quite hard to read once written in lines and lines of XML. In the 2000s I wrote a web site in mod_perl/Axkit that used XSLT to translate pure XML files into readable XHTML 1.0 for web browsers and WAP (!) for phones.
Re: Finl is not LaTeX
#45The one thing that forces me back to LaTeX is bibtex. There is simply nothing that can replace it. Some tools come close, like Mendeley for Word, but they have issues too (like being controlled by a giant company).
I'll switch for anything that lets me markup documents, render equations, and use bibtex. At present LaTeX is the most comfortable option to do all these three, in spite of the countless issues I have with it.
Re: Finl is not LaTeX
#46Earlier quoted context omitted.
It's real, but at very early stages. I wouldn't have posted the link yet myself.
"finl is not attempting to replicate TeX and LaTeX but to reimagine and replace it. It’s more like Java vs C++" So what will it be: Java or C++. No,... don't answer... Joke aside, LaTeX was a pain to use 20 years ago and still is, so good luck on your endeavor !
Re: Finl is not LaTeX
#47> Imagine if a user of Word could access a plugin that let her type \sum_{i=0}... MS Word in Office 360 provides direct support for the LaTeX syntax in formulas.