Sure, and any good (human) editor should have a macro package for working in such a way. I’m saying that LaTeX just makes it much harder to work like that, effectively.
Sure, and any good (human) editor should have a macro package for working in such a way. I’m saying that LaTeX just makes it much harder to work like that, effectively.
It sure does. LaTeX is kind of a ridiculous hack. The semantics aren’t even consistent. I kind of wish there was a mature publishing system based of DRYML.
Unfortunately any competing system has a nearly insurmountable barrier to entry.
The best approach would be to build something completely backwards compatible. That is, it allows easy embedding of LaTeX code and optionally compiles out to .tex.
I think I disagree, but it would depend on implementation details.
One possibility I can see is that you keep around a copy of the LaTeX distribution to parse these easily embedded LaTeX fragments, something like LuaTeX might someday turn out to be. In that case, you’re still stuck supporting LaTeX’s monstrosity of a toolchain. In that case, there’s still e.g. no LaTeX on the iPad.
Another possibility is that you rewrite the LaTeX engine … ah, nevermind, this isn’t a possibility.
Sure, and any good (human) editor should have a macro package for working in such a way. I’m saying that LaTeX just makes it much harder to work like that, effectively.
It sure does. LaTeX is kind of a ridiculous hack. The semantics aren’t even consistent. I kind of wish there was a mature publishing system based of DRYML.
You and I both. Unfortunately any competing system has a nearly insurmountable barrier to entry. Kind of “Worse is Better” taken to insane extremes.
The best approach would be to build something completely backwards compatible. That is, it allows easy embedding of LaTeX code and optionally compiles out to .tex.
I think I disagree, but it would depend on implementation details.
One possibility I can see is that you keep around a copy of the LaTeX distribution to parse these easily embedded LaTeX fragments, something like LuaTeX might someday turn out to be. In that case, you’re still stuck supporting LaTeX’s monstrosity of a toolchain. In that case, there’s still e.g. no LaTeX on the iPad.
Another possibility is that you rewrite the LaTeX engine … ah, nevermind, this isn’t a possibility.