To ease my translation, I pipe the .input files that I extract from the
.htex files into fricas with the following ioHooks.

)lisp (setf |$ioHook| (lambda (x &optional args) (cond ((eq x
'|startTeXOutput|) (SAY \"-- \\\\begin{TeXOutput}\")) ((eq x
'|endOfTeXOutput|) (SAY \"-- \\\\end{TeXOutput}\")) ((eq x
'|startKeyedMsg|) (SAY \"-- \\\\begin{MessageOutput}\")) ((eq x
'|endOfKeyedMsg|) (SAY \"-- \\\\end{MessageOutput}\")))))

Unfortunately, the command

)what packages ode

doesn't give any markers back. Any chance that I also get markers for
the output of the ")" commands?

Ralf

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to