I am trying to use Eukleides within TeXmacs to draw geometry diagrams, and so far it is working. However, Eukleides has two interpreters, which are eukleides
and euktopst
, the first which generates an EPS directly and TeXmacs calls, and the second which generates PSTricks macros, and for this you can use the script euktoeps
in order to generate the macros first with euktopst
and then make an EPS using LaTeX. The euktoeps
method has the extra advantage that you can render LaTeX in the diagram. How could I use this method to compile instead in a TeXmacs session or in Fold > Executable?