Re: [fricas-devel] Export TeXmacs .tm file to FriCAS .input file

2018-11-07 Thread oldk1331
Hi, you can use regular expression to filter the result, for example cat fricas-export.txt | sed -n -e 's/^([0-9]*) -> //p' This way, you don't need to "Clear All fields", just export as verbatim. But clearly the right thing to do is add the export functionality to the texmacs/fricas

[fricas-devel] Export TeXmacs .tm file to FriCAS .input file

2018-11-07 Thread Slawomir Kolodynski
Is there a way to export a TeXmacs file to the FriCAS .input file that can be read by the )read command? What I do now is in TeXmacs I do RightClick --> Session --> Clear All fields, then File->Export/Verbatim, then manually edit the resulting file to remove the FriiCAS session header at start