[main]Notes on TeXmacs
[6.1.2021]
On Windows, TeXmacs does not show standard output and standard error: neither when it is run from the Command shell nor from the Powershell.
It is still possible to see standard output and standard error if one redirects them to a file. Here is the command that does it for the Powershell
Start-Process -FilePath "C:\Program Files (x86)\TeXmacs\bin\texmacs.exe" -RedirectStandardOutput stdout.txt -RedirectStandardError stderr.txt
to be given in a single Powershell line.
In this command, one has to substitute for