Way back when, just after the IBM PC came out in the early 1980s, a company named Triad Computing was formed by J. Mack Adams, Roger Hunter, and Barry MacKichan, with the goal of creating a WYSIWYG technical text editing system. I was their first employee. Roger, Barry, and I did all the programming. Venture capital for this sort of thing wasn't common then; we raised operating capital by contract work (e.g. I wrote…
I wrote my physics dissertation using t3. For what it did at the time, it was fantastic.
MacKichan Software, maker of Scientific Word, has gone out of business
91–100 of 143 posts
Re: MacKichan Software, maker of Scientific Word, has gone out of business
#92Earlier quoted context omitted.
It's a pity it's called "TeXmacs" when, as you say, it really has no connection to TeX (except the ability to typeset mathematics). Another alternative is LyX, which actually does use LaTeX. Even that is not really a "LaTeX editor" though: it produces/exports excellent LaTeX, and uses that for typesetting, but does pretty poorly at importing LaTeX (as the developers freely admit). Depending on your situation that may…
> does pretty poorly at importing LaTeX As far as I know, an importer that interprets arbitrary LaTeX cannot exist (i.e. you have to run LaTeX on the file) because the grammar of LaTeX documents is Turing-complete. There is a StackExchange Q&A where this is explained, but I do not understand the arguments ;-)
Re: MacKichan Software, maker of Scientific Word, has gone out of business
#93I feel terrible when I come across great products while they shutdown.. why I didn't know it?
In 2021 there's honestly not any good reason to know about Scientific Word. It was a good product 20 years ago, but it doesn't bring much to the table today that you'd have a reason to pay for.
Re: MacKichan Software, maker of Scientific Word, has gone out of business
#94Earlier quoted context omitted.
In 2021 there's honestly not any good reason to know about Scientific Word. It was a good product 20 years ago, but it doesn't bring much to the table today that you'd have a reason to pay for.
What is a replacement? I’ve been thinking about buying it as an easy way to write nice latex looking pdf files
Re: MacKichan Software, maker of Scientific Word, has gone out of business
#95Earlier quoted context omitted.
> does pretty poorly at importing LaTeX As far as I know, an importer that interprets arbitrary LaTeX cannot exist (i.e. you have to run LaTeX on the file) because the grammar of LaTeX documents is Turing-complete. There is a StackExchange Q&A where this is explained, but I do not understand the arguments ;-)
LaTeX imports and interprets arbitrary LaTeX, so other programs can theoretically do just as well. Importers running up against Halting Problems occur in many document formats, but this is not an issue in practice since most documents are not nefarious, and any importer can (and should) have sensible timeouts for parsing.
Re: MacKichan Software, maker of Scientific Word, has gone out of business
#96Re: MacKichan Software, maker of Scientific Word, has gone out of business
#97Earlier quoted context omitted.
The editing experience is horrendous compared to TeXmacs.
But the powerhorse difference, oh. It plays in a really different league. I enjoy emacs a lot also, so is a two lose moves in one step
Re: MacKichan Software, maker of Scientific Word, has gone out of business
#98Re: MacKichan Software, maker of Scientific Word, has gone out of business
#99Earlier quoted context omitted.
Re: lyx as a hard to get into GUI. Overleaf has decent tab completion and dozens of templates, as well as limited support for markdown. Let tabnine and copilot get to LaTeX; I think we’ll find the discoverability of “text language on Adderall” outguns GUIs.
> I think we’ll find the discoverability of “text language on Adderall” outguns GUIs No way. Nothing can outgun typing a parameter into a box rather than the visual clutter of braces (or some other delimiter). What's more, maths notation often involves objects of different sizes, which isn't reflected in any fixed-width text language. Equations in my PhD were often 80% about the subscripts/superscripts if you read th…
Basically the reverse of your usage as the learning went on, and then finally going to pure LaTeX sometime in the foggy past.