On 6/15/24 17:50, Ralf Hemmecke wrote:
Hi Qian,

I just see, that in your "support build with pdflatex"
commit, you have basically replaced all the \special commands by \includehyperdoc. That's good.

I think we should even extend that command like that

\newcommand{\includehyperdoc}[2]{%
   \begin{figure}[htbp]
   \begin{center}
   \includegraphics[scale=0.5]{#1}
   \end{center}
   \caption{#2}
   \end{figure}}

Then we can even more reduce the respective parts in the .htex files to just

\includehyperdoc{FILENAME}{CAPTION}

What do you think?

Ralf


This is a good idea.

BTW, I just updated the branch and pushed a new commit
https://github.com/oldk1331/fricas/commit/5759b0fe43e972b583069de9c81dd1a2fc4a0d91

It didn't add a new xtc environment, instead it add a new command
\shadowspadcommand.  It's hard to say if this is better or
the ug-pics.input method is better.

- Qian

--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/43331dc7-ad34-49b2-befd-f22d9c8d5e30%40gmail.com.

Reply via email to